188 implementations of IPage
CR.Azure.NetCore.Tests (1)
Microsoft.Azure.Batch (1)
Microsoft.Azure.Batch.Common (1)
Microsoft.Azure.Graph.RBAC (2)
Microsoft.Azure.Insights (4)
Microsoft.Azure.KeyVault (1)
Microsoft.Azure.Management.Advisor (2)
Microsoft.Azure.Management.AlertsManagement (1)
Microsoft.Azure.Management.Analysis (2)
Microsoft.Azure.Management.ApiManagement (2)
Microsoft.Azure.Management.ApplicationInsights (2)
Microsoft.Azure.Management.AppPlatform (1)
Microsoft.Azure.Management.Authorization (1)
Microsoft.Azure.Management.Automanage (1)
Microsoft.Azure.Management.Automation (2)
Microsoft.Azure.Management.Avs (1)
Microsoft.Azure.Management.AzureStackHCI (1)
Microsoft.Azure.Management.Batch (1)
Microsoft.Azure.Management.BatchAI (1)
Microsoft.Azure.Management.Billing (1)
Microsoft.Azure.Management.Blueprint (1)
Microsoft.Azure.Management.BotService (1)
Microsoft.Azure.Management.Cdn (1)
Microsoft.Azure.Management.CognitiveServices (1)
Microsoft.Azure.Management.Compute (2)
Microsoft.Azure.Management.Confluent (1)
Microsoft.Azure.Management.Consumption (2)
Microsoft.Azure.Management.ContainerInstance (2)
Microsoft.Azure.Management.ContainerRegistry (1)
Microsoft.Azure.Management.ContainerService (2)
Microsoft.Azure.Management.CosmosDB (2)
Microsoft.Azure.Management.CustomerInsights (1)
Microsoft.Azure.Management.DataBox (2)
Microsoft.Azure.Management.DataBoxEdge (2)
Microsoft.Azure.Management.Datadog (1)
Microsoft.Azure.Management.DataFactory (1)
Microsoft.Azure.Management.DataLake.Analytics (1)
Microsoft.Azure.Management.DataMigration (1)
Microsoft.Azure.Management.DataShare (1)
Microsoft.Azure.Management.DeviceProvisioningServices (1)
Microsoft.Azure.Management.DevSpaces (1)
Microsoft.Azure.Management.DevTestLabs (1)
Microsoft.Azure.Management.DigitalTwins (1)
Microsoft.Azure.Management.Dns (1)
Microsoft.Azure.Management.EdgeGateway (1)
Microsoft.Azure.Management.EventGrid (2)
Microsoft.Azure.Management.EventHub (1)
Microsoft.Azure.Management.FrontDoor (1)
Microsoft.Azure.Management.GuestConfiguration (1)
Microsoft.Azure.Management.HDInsight (1)
Microsoft.Azure.Management.HealthcareApis (2)
Microsoft.Azure.Management.HybridCompute (2)
Microsoft.Azure.Management.HybridData (2)
Microsoft.Azure.Management.IotCentral (1)
Microsoft.Azure.Management.IotHub (1)
Microsoft.Azure.Management.KeyVault (1)
Microsoft.Azure.Management.KubernetesConfiguration (1)
Microsoft.Azure.Management.Kusto (2)
Microsoft.Azure.Management.LabServices (1)
Microsoft.Azure.Management.LocationBasedServices (1)
Microsoft.Azure.Management.Logic (3)
Microsoft.Azure.Management.MachineLearning (2)
Microsoft.Azure.Management.MachineLearningCompute (1)
Microsoft.Azure.Management.Maintenance (1)
Microsoft.Azure.Management.ManagedNetwork (1)
Microsoft.Azure.Management.ManagedServiceIdentity (1)
Microsoft.Azure.Management.ManagedServices (1)
Microsoft.Azure.Management.ManagementGroups (1)
Microsoft.Azure.Management.ManagementPartner (1)
Microsoft.Azure.Management.Maps (1)
Microsoft.Azure.Management.Marketplace (1)
Microsoft.Azure.Management.MarketplaceOrdering (1)
Microsoft.Azure.Management.Media (1)
Microsoft.Azure.Management.Migrate.ResourceMover (1)
Microsoft.Azure.Management.MixedReality (1)
Microsoft.Azure.Management.Monitor (2)
Microsoft.Azure.Management.MySQL (3)
Microsoft.Azure.Management.NetApp (2)
Microsoft.Azure.Management.Network (2)
Microsoft.Azure.Management.NotificationHubs (1)
Microsoft.Azure.Management.OperationalInsights (3)
Microsoft.Azure.Management.Peering (1)
Microsoft.Azure.Management.PolicyInsights (2)
Microsoft.Azure.Management.PostgreSQL (3)
Microsoft.Azure.Management.PowerBIDedicated (2)
Microsoft.Azure.Management.PrivateDns (1)
Microsoft.Azure.Management.Purview (1)
Microsoft.Azure.Management.Quantum (1)
Microsoft.Azure.Management.RecoveryServices (2)
Microsoft.Azure.Management.RecoveryServices.Backup (2)
Microsoft.Azure.Management.RecoveryServices.SiteRecovery (1)
Microsoft.Azure.Management.Redis (1)
Microsoft.Azure.Management.RedisEnterprise (2)
Microsoft.Azure.Management.Relay (1)
Microsoft.Azure.Management.Reservations (1)
Microsoft.Azure.Management.ResourceGraph (1)
Microsoft.Azure.Management.ResourceManager (2)
Microsoft.Azure.Management.Scheduler (1)
Microsoft.Azure.Management.Search (2)
Microsoft.Azure.Management.SecurityCenter (1)
Microsoft.Azure.Management.SecurityInsights (1)
Microsoft.Azure.Management.ServerManagement (1)
Microsoft.Azure.Management.ServiceBus (1)
Microsoft.Azure.Management.ServiceFabric (1)
Microsoft.Azure.Management.SignalR (1)
Microsoft.Azure.Management.Sql (2)
Microsoft.Azure.Management.SqlVirtualMachine (1)
Microsoft.Azure.Management.Storage (2)
Microsoft.Azure.Management.StorageSync (2)
Microsoft.Azure.Management.StorSimple1200Series (2)
Microsoft.Azure.Management.StorSimple8000Series (2)
Microsoft.Azure.Management.StreamAnalytics (1)
Microsoft.Azure.Management.Subscription (2)
Microsoft.Azure.Management.Support (2)
Microsoft.Azure.Management.Synapse (2)
Microsoft.Azure.Management.TrafficManager (1)
Microsoft.Azure.Management.Websites (1)
Microsoft.Azure.Management.WorkloadMonitor (1)
Microsoft.AzureStack.Management.AzureBridge.Admin (1)
Microsoft.AzureStack.Management.Backup.Admin (2)
Microsoft.AzureStack.Management.Commerce.Admin (1)
Microsoft.AzureStack.Management.Compute.Admin (2)
Microsoft.AzureStack.Management.Fabric.Admin (2)
Microsoft.AzureStack.Management.Gallery.Admin (1)
Microsoft.AzureStack.Management.InfrastructureInsights.Admin (1)
Microsoft.AzureStack.Management.KeyVault.Admin (2)
Microsoft.AzureStack.Management.Network.Admin (2)
Microsoft.AzureStack.Management.Storage.Admin (1)
Microsoft.AzureStack.Management.Subscription (2)
Microsoft.AzureStack.Management.Subscriptions.Admin (2)
Microsoft.AzureStack.Management.Update.Admin (2)
Microsoft.CustomProviders (1)
16892 references to IPage
AlertsManagement.Tests (6)
ApiManagementManagement.Tests (105)
AppPlatform.Tests (2)
Authorization.Tests (33)
Automation.Tests (27)
TestSupport\AutomationTestBase.cs (20)
65var runbooks = AutomationClient.Runbook.ListByAutomationAccount(ResourceGroup, AutomationAccount);
75var schedules = AutomationClient.Schedule.ListByAutomationAccount(ResourceGroup, AutomationAccount);
85var variables = AutomationClient.Variable.ListByAutomationAccount(ResourceGroup, AutomationAccount);
95var webhooks =
303public IPage<JobStream> GetJobStreams(Guid jobId, string streamType, DateTime startTime)
305var jobStreams = AutomationClient.JobStream.ListByJob(ResourceGroup, AutomationAccount, jobId.ToString());
382public IPage<Credential> GetCredentials()
384IPage<Credential> credentials =
403var credentials = AutomationClient.Credential.ListByAutomationAccount(ResourceGroup, AutomationAccount);
439public IPage<Variable> GetVariables()
441var variables = AutomationClient.Variable.ListByAutomationAccount(ResourceGroup, AutomationAccount);
459public IPage<Webhook> GetWebhooks(string runbookName = null)
471var webhooks = AutomationClient.Webhook.ListByAutomationAccount(ResourceGroup, AutomationAccount, filter);
513public IPage<DscConfiguration> GetDscConfigurations()
515var dscConfigurations =
608public IPage<DscNodeConfiguration> GetDscNodeConfigurations()
656public IPage<SourceControl> GetSourceControls()
658var sourceControls = AutomationClient.SourceControl.ListByAutomationAccount(ResourceGroup, AutomationAccount);
686public IPage<SourceControlSyncJob> GetSourceControlSyncJobs(string sourceControlName)
688var sourceControlSyncJobs = AutomationClient.SourceControlSyncJob.ListByAutomationAccount(ResourceGroup, AutomationAccount, sourceControlName);
Azure.Messaging.EventHubs.Processor.Tests (1)
Azure.Messaging.EventHubs.Shared.Tests (1)
Azure.Messaging.EventHubs.Tests (1)
Azure.Messaging.ServiceBus.Tests (3)
AzureBridge.Admin.Tests (13)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
AzureStackHCI.Tests (2)
Backup.Admin.Tests (16)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Batch.Tests (5)
Billing.Tests (29)
Blueprint.Tests (10)
BotService.Tests (3)
Cdn.Tests (25)
CognitiveServices.Tests (3)
Commerce.Admin.Tests (12)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Compute.Admin.Tests (11)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Compute.Tests (33)
Confluent.Tests (1)
ContainerInstance.Tests (2)
ContainerService.Tests (1)
CosmosDB.Tests (1)
CustomerInsights.Tests (12)
CustomProviders.Tests (2)
DataBox.Tests (8)
DataBoxEdge.Tests (19)
Datadog.Tests (2)
DataFactory.Tests (32)
UnitTests\ExamplesUnitTest.cs (12)
71IPage<Factory> resources = client.Factories.List();
81IPage<Factory> resources = client.Factories.ListByResourceGroup(RGN(example));
156IPage<IntegrationRuntimeResource> resources = client.IntegrationRuntimes.ListByFactory(RGN(example), FN(example));
314IPage<LinkedServiceResource> resources = client.LinkedServices.ListByFactory(RGN(example), FN(example));
363IPage<TriggerResource> resources = client.Triggers.ListByFactory(RGN(example), FN(example));
441IPage<DatasetResource> resources = client.Datasets.ListByFactory(RGN(example), FN(example));
490IPage<DataFlowResource> resources = client.DataFlows.ListByFactory(RGN(example), FN(example));
528IPage<DataFlowDebugSessionInfo> response = client.DataFlowDebugSession.QueryByFactory(RGN(example), FN(example));
586IPage<PipelineResource> resources = client.Pipelines.ListByFactory(RGN(example), FN(example));
666IPage<Operation> response = client.Operations.List();
686IPage<ManagedVirtualNetworkResource> resources = client.ManagedVirtualNetworks.ListByFactory(RGN(example), FN(example));
716IPage<ManagedPrivateEndpointResource> resources = client.ManagedPrivateEndpoints.ListByFactory(RGN(example), FN(example), MVN(example));
DataLakeAnalytics.Tests (18)
DeviceProvisioningServices.Tests (2)
DigitalTwins.Tests (2)
Dns.Tests (11)
EdgeGateway.Tests (17)
EventHub.Tests (16)
Tests\ScenarioTests.EventHubskiptopTests.cs (4)
72var createEventHubResponseList = this.EventHubManagementClient.EventHubs.ListByNamespace(resourceGroup, namespaceName);
76var gettop10EventHub = this.EventHubManagementClient.EventHubs.ListByNamespace(resourceGroup, namespaceName, skip: 5, top: 5);
92var createConsumerGroupResponseList = this.EventHubManagementClient.ConsumerGroups.ListByEventHub(resourceGroup, namespaceName, createEventHubResponseList.ElementAt<Eventhub>(0).Name);
96var gettop10ConsumerGroup = this.EventHubManagementClient.ConsumerGroups.ListByEventHub(resourceGroup, namespaceName, createEventHubResponseList.ElementAt<Eventhub>(0).Name, skip: 5, top: 4);
Fabric.Admin.Tests (46)
src\Helpers\Common.cs (10)
117public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
118var curr = start;
141public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
170public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
248public static T GetFirst<T>(this IPage<T> page) where T : class {
268public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Gallery.Admin.Tests (10)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
254public static T GetFirst<T>(this IPage<T> page) where T : class {
274public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
HealthcareApis.Tests (1)
HybridCompute.Tests (6)
HybridData.Tests (17)
InfrastructureInsights.Tests (31)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
170public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
249public static T GetFirst<T>(this IPage<T> page) where T : class {
268public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Insights.Tests (2)
IotHub.Tests (8)
KeyVault.Admin.Tests (11)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
KeyVaultManagement.Tests (3)
KubernetesConfiguration.Tests (2)
Kusto.Tests (2)
Logic.Tests (62)
MachineLearning.Tests (3)
ManagedNetwork.Tests (3)
ManagedServiceIdentity.Tests (1)
ManagedServices.Tests (2)
Media.Tests (18)
Microsoft.Azure.Batch (213)
GeneratedProtocol\AccountOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>> ListSupportedImagesWithHttpMessagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions = default(AccountListSupportedImagesOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
270var _result = new AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>();
342public async Task<AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> ListPoolNodeCountsWithHttpMessagesAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default(AccountListPoolNodeCountsOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
531var _result = new AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>();
606public async Task<AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>> ListSupportedImagesNextWithHttpMessagesAsync(string nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions = default(AccountListSupportedImagesNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
757var _result = new AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>();
832public async Task<AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> ListPoolNodeCountsNextWithHttpMessagesAsync(string nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default(AccountListPoolNodeCountsNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
983var _result = new AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>();
GeneratedProtocol\AccountOperationsExtensions.cs (8)
33public static IPage<ImageInformation> ListSupportedImages(this IAccountOperations operations, AccountListSupportedImagesOptions accountListSupportedImagesOptions = default(AccountListSupportedImagesOptions))
50public static async Task<IPage<ImageInformation>> ListSupportedImagesAsync(this IAccountOperations operations, AccountListSupportedImagesOptions accountListSupportedImagesOptions = default(AccountListSupportedImagesOptions), CancellationToken cancellationToken = default(CancellationToken))
67public static IPage<PoolNodeCounts> ListPoolNodeCounts(this IAccountOperations operations, AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default(AccountListPoolNodeCountsOptions))
84public static async Task<IPage<PoolNodeCounts>> ListPoolNodeCountsAsync(this IAccountOperations operations, AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default(AccountListPoolNodeCountsOptions), CancellationToken cancellationToken = default(CancellationToken))
104public static IPage<ImageInformation> ListSupportedImagesNext(this IAccountOperations operations, string nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions = default(AccountListSupportedImagesNextOptions))
124public static async Task<IPage<ImageInformation>> ListSupportedImagesNextAsync(this IAccountOperations operations, string nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions = default(AccountListSupportedImagesNextOptions), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<PoolNodeCounts> ListPoolNodeCountsNext(this IAccountOperations operations, string nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default(AccountListPoolNodeCountsNextOptions))
164public static async Task<IPage<PoolNodeCounts>> ListPoolNodeCountsNextAsync(this IAccountOperations operations, string nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default(AccountListPoolNodeCountsNextOptions), CancellationToken cancellationToken = default(CancellationToken))
GeneratedProtocol\ApplicationOperations.cs (4)
88public async Task<AzureOperationResponse<IPage<ApplicationSummary>,ApplicationListHeaders>> ListWithHttpMessagesAsync(ApplicationListOptions applicationListOptions = default(ApplicationListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
267var _result = new AzureOperationResponse<IPage<ApplicationSummary>,ApplicationListHeaders>();
606public async Task<AzureOperationResponse<IPage<ApplicationSummary>,ApplicationListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, ApplicationListNextOptions applicationListNextOptions = default(ApplicationListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
757var _result = new AzureOperationResponse<IPage<ApplicationSummary>,ApplicationListHeaders>();
GeneratedProtocol\CertificateOperations.cs (4)
316public async Task<AzureOperationResponse<IPage<Certificate>,CertificateListHeaders>> ListWithHttpMessagesAsync(CertificateListOptions certificateListOptions = default(CertificateListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
515var _result = new AzureOperationResponse<IPage<Certificate>,CertificateListHeaders>();
1357public async Task<AzureOperationResponse<IPage<Certificate>,CertificateListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, CertificateListNextOptions certificateListNextOptions = default(CertificateListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1508var _result = new AzureOperationResponse<IPage<Certificate>,CertificateListHeaders>();
GeneratedProtocol\ComputeNodeOperations.cs (4)
2951public async Task<AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>> ListWithHttpMessagesAsync(string poolId, ComputeNodeListOptions computeNodeListOptions = default(ComputeNodeListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3156var _result = new AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>();
3231public async Task<AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions = default(ComputeNodeListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3382var _result = new AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>();
GeneratedProtocol\ComputeNodeOperationsExtensions.cs (4)
708public static IPage<ComputeNode> List(this IComputeNodeOperations operations, string poolId, ComputeNodeListOptions computeNodeListOptions = default(ComputeNodeListOptions))
728public static async Task<IPage<ComputeNode>> ListAsync(this IComputeNodeOperations operations, string poolId, ComputeNodeListOptions computeNodeListOptions = default(ComputeNodeListOptions), CancellationToken cancellationToken = default(CancellationToken))
748public static IPage<ComputeNode> ListNext(this IComputeNodeOperations operations, string nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions = default(ComputeNodeListNextOptions))
768public static async Task<IPage<ComputeNode>> ListNextAsync(this IComputeNodeOperations operations, string nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions = default(ComputeNodeListNextOptions), CancellationToken cancellationToken = default(CancellationToken))
GeneratedProtocol\FileOperations.cs (8)
1752public async Task<AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>> ListFromTaskWithHttpMessagesAsync(string jobId, string taskId, bool? recursive = default(bool?), FileListFromTaskOptions fileListFromTaskOptions = default(FileListFromTaskOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1958var _result = new AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>();
2039public async Task<AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>> ListFromComputeNodeWithHttpMessagesAsync(string poolId, string nodeId, bool? recursive = default(bool?), FileListFromComputeNodeOptions fileListFromComputeNodeOptions = default(FileListFromComputeNodeOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2245var _result = new AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>();
2320public async Task<AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>> ListFromTaskNextWithHttpMessagesAsync(string nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions = default(FileListFromTaskNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2471var _result = new AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>();
2546public async Task<AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>> ListFromComputeNodeNextWithHttpMessagesAsync(string nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions = default(FileListFromComputeNodeNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2697var _result = new AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>();
GeneratedProtocol\FileOperationsExtensions.cs (8)
378public static IPage<NodeFile> ListFromTask(this IFileOperations operations, string jobId, string taskId, bool? recursive = default(bool?), FileListFromTaskOptions fileListFromTaskOptions = default(FileListFromTaskOptions))
405public static async Task<IPage<NodeFile>> ListFromTaskAsync(this IFileOperations operations, string jobId, string taskId, bool? recursive = default(bool?), FileListFromTaskOptions fileListFromTaskOptions = default(FileListFromTaskOptions), CancellationToken cancellationToken = default(CancellationToken))
431public static IPage<NodeFile> ListFromComputeNode(this IFileOperations operations, string poolId, string nodeId, bool? recursive = default(bool?), FileListFromComputeNodeOptions fileListFromComputeNodeOptions = default(FileListFromComputeNodeOptions))
457public static async Task<IPage<NodeFile>> ListFromComputeNodeAsync(this IFileOperations operations, string poolId, string nodeId, bool? recursive = default(bool?), FileListFromComputeNodeOptions fileListFromComputeNodeOptions = default(FileListFromComputeNodeOptions), CancellationToken cancellationToken = default(CancellationToken))
477public static IPage<NodeFile> ListFromTaskNext(this IFileOperations operations, string nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions = default(FileListFromTaskNextOptions))
497public static async Task<IPage<NodeFile>> ListFromTaskNextAsync(this IFileOperations operations, string nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions = default(FileListFromTaskNextOptions), CancellationToken cancellationToken = default(CancellationToken))
517public static IPage<NodeFile> ListFromComputeNodeNext(this IFileOperations operations, string nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions = default(FileListFromComputeNodeNextOptions))
537public static async Task<IPage<NodeFile>> ListFromComputeNodeNextAsync(this IFileOperations operations, string nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions = default(FileListFromComputeNodeNextOptions), CancellationToken cancellationToken = default(CancellationToken))
GeneratedProtocol\IAccountOperations.cs (4)
48Task<AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>> ListSupportedImagesWithHttpMessagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions = default(AccountListSupportedImagesOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
70Task<AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> ListPoolNodeCountsWithHttpMessagesAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default(AccountListPoolNodeCountsOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
96Task<AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>> ListSupportedImagesNextWithHttpMessagesAsync(string nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions = default(AccountListSupportedImagesNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
121Task<AzureOperationResponse<IPage<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> ListPoolNodeCountsNextWithHttpMessagesAsync(string nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default(AccountListPoolNodeCountsNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\IComputeNodeOperations.cs (2)
429Task<AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>> ListWithHttpMessagesAsync(string poolId, ComputeNodeListOptions computeNodeListOptions = default(ComputeNodeListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
454Task<AzureOperationResponse<IPage<ComputeNode>,ComputeNodeListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, ComputeNodeListNextOptions computeNodeListNextOptions = default(ComputeNodeListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\IFileOperations.cs (4)
250Task<AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>> ListFromTaskWithHttpMessagesAsync(string jobId, string taskId, bool? recursive = default(bool?), FileListFromTaskOptions fileListFromTaskOptions = default(FileListFromTaskOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
282Task<AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>> ListFromComputeNodeWithHttpMessagesAsync(string poolId, string nodeId, bool? recursive = default(bool?), FileListFromComputeNodeOptions fileListFromComputeNodeOptions = default(FileListFromComputeNodeOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
307Task<AzureOperationResponse<IPage<NodeFile>,FileListFromTaskHeaders>> ListFromTaskNextWithHttpMessagesAsync(string nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions = default(FileListFromTaskNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
333Task<AzureOperationResponse<IPage<NodeFile>,FileListFromComputeNodeHeaders>> ListFromComputeNodeNextWithHttpMessagesAsync(string nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions = default(FileListFromComputeNodeNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\IJobOperations.cs (6)
335Task<AzureOperationResponse<IPage<CloudJob>,JobListHeaders>> ListWithHttpMessagesAsync(JobListOptions jobListOptions = default(JobListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
362Task<AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>> ListFromJobScheduleWithHttpMessagesAsync(string jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default(JobListFromJobScheduleOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
398Task<AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> ListPreparationAndReleaseTaskStatusWithHttpMessagesAsync(string jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions = default(JobListPreparationAndReleaseTaskStatusOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
453Task<AzureOperationResponse<IPage<CloudJob>,JobListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, JobListNextOptions jobListNextOptions = default(JobListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
479Task<AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>> ListFromJobScheduleNextWithHttpMessagesAsync(string nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default(JobListFromJobScheduleNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
515Task<AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> ListPreparationAndReleaseTaskStatusNextWithHttpMessagesAsync(string nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions = default(JobListPreparationAndReleaseTaskStatusNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\IPoolOperations.cs (4)
57Task<AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> ListUsageMetricsWithHttpMessagesAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions = default(PoolListUsageMetricsOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
136Task<AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>> ListWithHttpMessagesAsync(PoolListOptions poolListOptions = default(PoolListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
515Task<AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> ListUsageMetricsNextWithHttpMessagesAsync(string nextPageLink, PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions = default(PoolListUsageMetricsNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
540Task<AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, PoolListNextOptions poolListNextOptions = default(PoolListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\ITaskOperations.cs (2)
86Task<AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>> ListWithHttpMessagesAsync(string jobId, TaskListOptions taskListOptions = default(TaskListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
364Task<AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, TaskListNextOptions taskListNextOptions = default(TaskListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
GeneratedProtocol\JobOperations.cs (12)
2716public async Task<AzureOperationResponse<IPage<CloudJob>,JobListHeaders>> ListWithHttpMessagesAsync(JobListOptions jobListOptions = default(JobListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2925var _result = new AzureOperationResponse<IPage<CloudJob>,JobListHeaders>();
3000public async Task<AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>> ListFromJobScheduleWithHttpMessagesAsync(string jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default(JobListFromJobScheduleOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3215var _result = new AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>();
3299public async Task<AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> ListPreparationAndReleaseTaskStatusWithHttpMessagesAsync(string jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions = default(JobListPreparationAndReleaseTaskStatusOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3504var _result = new AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>();
3834public async Task<AzureOperationResponse<IPage<CloudJob>,JobListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, JobListNextOptions jobListNextOptions = default(JobListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3985var _result = new AzureOperationResponse<IPage<CloudJob>,JobListHeaders>();
4060public async Task<AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>> ListFromJobScheduleNextWithHttpMessagesAsync(string nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default(JobListFromJobScheduleNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4211var _result = new AzureOperationResponse<IPage<CloudJob>,JobListFromJobScheduleHeaders>();
4295public async Task<AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> ListPreparationAndReleaseTaskStatusNextWithHttpMessagesAsync(string nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions = default(JobListPreparationAndReleaseTaskStatusNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4446var _result = new AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>();
GeneratedProtocol\JobOperationsExtensions.cs (12)
547public static IPage<CloudJob> List(this IJobOperations operations, JobListOptions jobListOptions = default(JobListOptions))
564public static async Task<IPage<CloudJob>> ListAsync(this IJobOperations operations, JobListOptions jobListOptions = default(JobListOptions), CancellationToken cancellationToken = default(CancellationToken))
584public static IPage<CloudJob> ListFromJobSchedule(this IJobOperations operations, string jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default(JobListFromJobScheduleOptions))
604public static async Task<IPage<CloudJob>> ListFromJobScheduleAsync(this IJobOperations operations, string jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default(JobListFromJobScheduleOptions), CancellationToken cancellationToken = default(CancellationToken))
633public static IPage<JobPreparationAndReleaseTaskExecutionInformation> ListPreparationAndReleaseTaskStatus(this IJobOperations operations, string jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions = default(JobListPreparationAndReleaseTaskStatusOptions))
662public static async Task<IPage<JobPreparationAndReleaseTaskExecutionInformation>> ListPreparationAndReleaseTaskStatusAsync(this IJobOperations operations, string jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions = default(JobListPreparationAndReleaseTaskStatusOptions), CancellationToken cancellationToken = default(CancellationToken))
732public static IPage<CloudJob> ListNext(this IJobOperations operations, string nextPageLink, JobListNextOptions jobListNextOptions = default(JobListNextOptions))
752public static async Task<IPage<CloudJob>> ListNextAsync(this IJobOperations operations, string nextPageLink, JobListNextOptions jobListNextOptions = default(JobListNextOptions), CancellationToken cancellationToken = default(CancellationToken))
772public static IPage<CloudJob> ListFromJobScheduleNext(this IJobOperations operations, string nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default(JobListFromJobScheduleNextOptions))
792public static async Task<IPage<CloudJob>> ListFromJobScheduleNextAsync(this IJobOperations operations, string nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default(JobListFromJobScheduleNextOptions), CancellationToken cancellationToken = default(CancellationToken))
821public static IPage<JobPreparationAndReleaseTaskExecutionInformation> ListPreparationAndReleaseTaskStatusNext(this IJobOperations operations, string nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions = default(JobListPreparationAndReleaseTaskStatusNextOptions))
850public static async Task<IPage<JobPreparationAndReleaseTaskExecutionInformation>> ListPreparationAndReleaseTaskStatusNextAsync(this IJobOperations operations, string nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions = default(JobListPreparationAndReleaseTaskStatusNextOptions), CancellationToken cancellationToken = default(CancellationToken))
GeneratedProtocol\JobScheduleOperations.cs (4)
2690public async Task<AzureOperationResponse<IPage<CloudJobSchedule>,JobScheduleListHeaders>> ListWithHttpMessagesAsync(JobScheduleListOptions jobScheduleListOptions = default(JobScheduleListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2899var _result = new AzureOperationResponse<IPage<CloudJobSchedule>,JobScheduleListHeaders>();
2974public async Task<AzureOperationResponse<IPage<CloudJobSchedule>,JobScheduleListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions = default(JobScheduleListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3125var _result = new AzureOperationResponse<IPage<CloudJobSchedule>,JobScheduleListHeaders>();
GeneratedProtocol\PoolOperations.cs (8)
90public async Task<AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> ListUsageMetricsWithHttpMessagesAsync(PoolListUsageMetricsOptions poolListUsageMetricsOptions = default(PoolListUsageMetricsOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
299var _result = new AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>();
858public async Task<AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>> ListWithHttpMessagesAsync(PoolListOptions poolListOptions = default(PoolListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1067var _result = new AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>();
4339public async Task<AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>> ListUsageMetricsNextWithHttpMessagesAsync(string nextPageLink, PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions = default(PoolListUsageMetricsNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4490var _result = new AzureOperationResponse<IPage<PoolUsageMetrics>,PoolListUsageMetricsHeaders>();
4565public async Task<AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, PoolListNextOptions poolListNextOptions = default(PoolListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4716var _result = new AzureOperationResponse<IPage<CloudPool>,PoolListHeaders>();
GeneratedProtocol\PoolOperationsExtensions.cs (8)
42public static IPage<PoolUsageMetrics> ListUsageMetrics(this IPoolOperations operations, PoolListUsageMetricsOptions poolListUsageMetricsOptions = default(PoolListUsageMetricsOptions))
68public static async Task<IPage<PoolUsageMetrics>> ListUsageMetricsAsync(this IPoolOperations operations, PoolListUsageMetricsOptions poolListUsageMetricsOptions = default(PoolListUsageMetricsOptions), CancellationToken cancellationToken = default(CancellationToken))
183public static IPage<CloudPool> List(this IPoolOperations operations, PoolListOptions poolListOptions = default(PoolListOptions))
200public static async Task<IPage<CloudPool>> ListAsync(this IPoolOperations operations, PoolListOptions poolListOptions = default(PoolListOptions), CancellationToken cancellationToken = default(CancellationToken))
843public static IPage<PoolUsageMetrics> ListUsageMetricsNext(this IPoolOperations operations, string nextPageLink, PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions = default(PoolListUsageMetricsNextOptions))
872public static async Task<IPage<PoolUsageMetrics>> ListUsageMetricsNextAsync(this IPoolOperations operations, string nextPageLink, PoolListUsageMetricsNextOptions poolListUsageMetricsNextOptions = default(PoolListUsageMetricsNextOptions), CancellationToken cancellationToken = default(CancellationToken))
892public static IPage<CloudPool> ListNext(this IPoolOperations operations, string nextPageLink, PoolListNextOptions poolListNextOptions = default(PoolListNextOptions))
912public static async Task<IPage<CloudPool>> ListNextAsync(this IPoolOperations operations, string nextPageLink, PoolListNextOptions poolListNextOptions = default(PoolListNextOptions), CancellationToken cancellationToken = default(CancellationToken))
GeneratedProtocol\TaskOperations.cs (4)
338public async Task<AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>> ListWithHttpMessagesAsync(string jobId, TaskListOptions taskListOptions = default(TaskListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
553var _result = new AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>();
2754public async Task<AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, TaskListNextOptions taskListNextOptions = default(TaskListNextOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2905var _result = new AzureOperationResponse<IPage<CloudTask>,TaskListHeaders>();
GeneratedProtocol\TaskOperationsExtensions.cs (4)
101public static IPage<CloudTask> List(this ITaskOperations operations, string jobId, TaskListOptions taskListOptions = default(TaskListOptions))
126public static async Task<IPage<CloudTask>> ListAsync(this ITaskOperations operations, string jobId, TaskListOptions taskListOptions = default(TaskListOptions), CancellationToken cancellationToken = default(CancellationToken))
593public static IPage<CloudTask> ListNext(this ITaskOperations operations, string nextPageLink, TaskListNextOptions taskListNextOptions = default(TaskListNextOptions))
618public static async Task<IPage<CloudTask>> ListNextAsync(this ITaskOperations operations, string nextPageLink, TaskListNextOptions taskListNextOptions = default(TaskListNextOptions), CancellationToken cancellationToken = default(CancellationToken))
IProtocolLayer.cs (14)
16Task<AzureOperationResponse<IPage<Models.CloudJobSchedule>, Models.JobScheduleListHeaders>> ListJobSchedules(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
50Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListHeaders>> ListJobsAll(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
52Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListFromJobScheduleHeaders>> ListJobsBySchedule(
59Task<AzureOperationResponse<IPage<Models.JobPreparationAndReleaseTaskExecutionInformation>, Models.JobListPreparationAndReleaseTaskStatusHeaders>> ListJobPreparationAndReleaseTaskStatus(
97Task<AzureOperationResponse<IPage<Models.CloudTask>, Models.TaskListHeaders>> ListTasks(string jobId, string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
101Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromTaskHeaders>> ListNodeFilesByTask(
137Task<AzureOperationResponse<IPage<Models.CloudPool>, Models.PoolListHeaders>> ListPools(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
139Task<AzureOperationResponse<IPage<Models.ImageInformation>, Models.AccountListSupportedImagesHeaders>> ListSupportedImages(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
189Task<AzureOperationResponse<IPage<Models.ComputeNode>, Models.ComputeNodeListHeaders>> ListComputeNodes(
268Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromComputeNodeHeaders>> ListNodeFilesByNode(
279Task<AzureOperationResponse<IPage<Models.Certificate>, Models.CertificateListHeaders>> ListCertificates(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
293Task<AzureOperationResponse<IPage<Models.PoolUsageMetrics>, Models.PoolListUsageMetricsHeaders>> ListPoolUsageMetrics(
301Task<AzureOperationResponse<IPage<Models.PoolNodeCounts>, Models.AccountListPoolNodeCountsHeaders>> ListPoolNodeCounts(
309Task<AzureOperationResponse<IPage<Models.ApplicationSummary>, Models.ApplicationListHeaders>> ListApplicationSummaries(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken);
Protocol\BatchRequests\NamedBatchRequests.cs (28)
16AzureOperationResponse<IPage<ImageInformation>, AccountListSupportedImagesHeaders>>
35AzureOperationResponse<IPage<ImageInformation>, AccountListSupportedImagesHeaders>>
54AzureOperationResponse<IPage<PoolNodeCounts>, AccountListPoolNodeCountsHeaders>>
73AzureOperationResponse<IPage<PoolNodeCounts>, AccountListPoolNodeCountsHeaders>>
96AzureOperationResponse<IPage<ApplicationSummary>, ApplicationListHeaders>>
134AzureOperationResponse<IPage<ApplicationSummary>, ApplicationListHeaders>>
179AzureOperationResponse<IPage<Certificate>, CertificateListHeaders>>
255AzureOperationResponse<IPage<Certificate>, CertificateListHeaders>>
502AzureOperationResponse<IPage<ComputeNode>, ComputeNodeListHeaders>>
521AzureOperationResponse<IPage<ComputeNode>, ComputeNodeListHeaders>>
667AzureOperationResponse<IPage<NodeFile>, FileListFromTaskHeaders>>
689AzureOperationResponse<IPage<NodeFile>, FileListFromComputeNodeHeaders>>
710AzureOperationResponse<IPage<NodeFile>, FileListFromTaskHeaders>>
729AzureOperationResponse<IPage<NodeFile>, FileListFromComputeNodeHeaders>>
957AzureOperationResponse<IPage<CloudJob>, JobListHeaders>>
976AzureOperationResponse<IPage<CloudJob>, JobListFromJobScheduleHeaders>>
995AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>, JobListPreparationAndReleaseTaskStatusHeaders>>
1014AzureOperationResponse<IPage<CloudJob>, JobListHeaders>>
1033AzureOperationResponse<IPage<CloudJob>, JobListFromJobScheduleHeaders>>
1052AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>, JobListPreparationAndReleaseTaskStatusHeaders>>
1255AzureOperationResponse<IPage<CloudJobSchedule>, JobScheduleListHeaders>>
1274AzureOperationResponse<IPage<CloudJobSchedule>, JobScheduleListHeaders>>
1297AzureOperationResponse<IPage<PoolUsageMetrics>, PoolListUsageMetricsHeaders>>
1357AzureOperationResponse<IPage<CloudPool>, PoolListHeaders>>
1603AzureOperationResponse<IPage<PoolUsageMetrics>, PoolListUsageMetricsHeaders>>
1622AzureOperationResponse<IPage<CloudPool>, PoolListHeaders>>
1668AzureOperationResponse<IPage<CloudTask>, TaskListHeaders>>
1826AzureOperationResponse<IPage<CloudTask>, TaskListHeaders>>
ProtocolLayer.cs (28)
78public Task<AzureOperationResponse<IPage<Models.CloudJobSchedule>, Models.JobScheduleListHeaders>> ListJobSchedules(
84Task<AzureOperationResponse<IPage<Models.CloudJobSchedule>, Models.JobScheduleListHeaders>> asyncTask;
284public Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListHeaders>> ListJobsAll(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken)
286Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListHeaders>> asyncTask;
311public Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListFromJobScheduleHeaders>> ListJobsBySchedule(
318Task<AzureOperationResponse<IPage<Models.CloudJob>, Models.JobListFromJobScheduleHeaders>> asyncTask;
345public Task<AzureOperationResponse<IPage<Models.JobPreparationAndReleaseTaskExecutionInformation>, Models.JobListPreparationAndReleaseTaskStatusHeaders>> ListJobPreparationAndReleaseTaskStatus(
352Task<AzureOperationResponse<IPage<Models.JobPreparationAndReleaseTaskExecutionInformation>, Models.JobListPreparationAndReleaseTaskStatusHeaders>> asyncTask;
523public Task<AzureOperationResponse<IPage<Models.CloudTask>, Models.TaskListHeaders>> ListTasks(string jobId, string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken)
525Task<AzureOperationResponse<IPage<Models.CloudTask>, Models.TaskListHeaders>> asyncTask;
552public Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromTaskHeaders>> ListNodeFilesByTask(
561Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromTaskHeaders>> asyncTask;
783public Task<AzureOperationResponse<IPage<Models.CloudPool>, Models.PoolListHeaders>> ListPools(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken)
785Task<AzureOperationResponse<IPage<Models.CloudPool>, Models.PoolListHeaders>> asyncTask;
1032public Task<AzureOperationResponse<IPage<Models.ComputeNode>, Models.ComputeNodeListHeaders>> ListComputeNodes(
1039Task<AzureOperationResponse<IPage<Models.ComputeNode>, Models.ComputeNodeListHeaders>> asyncTask;
1442public Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromComputeNodeHeaders>> ListNodeFilesByNode(
1451Task<AzureOperationResponse<IPage<Models.NodeFile>, Models.FileListFromComputeNodeHeaders>> asyncTask;
1522public Task<AzureOperationResponse<IPage<Models.PoolUsageMetrics>, Models.PoolListUsageMetricsHeaders>> ListPoolUsageMetrics(
1530Task<AzureOperationResponse<IPage<Models.PoolUsageMetrics>, Models.PoolListUsageMetricsHeaders>> asyncTask;
1559public Task<AzureOperationResponse<IPage<Models.ImageInformation>, Models.AccountListSupportedImagesHeaders>> ListSupportedImages(
1565Task<AzureOperationResponse<IPage<Models.ImageInformation>, Models.AccountListSupportedImagesHeaders>> asyncTask;
1598public Task<AzureOperationResponse<IPage<Models.Certificate>, Models.CertificateListHeaders>> ListCertificates(string skipToken, BehaviorManager bhMgr, DetailLevel detailLevel, CancellationToken cancellationToken)
1600Task<AzureOperationResponse<IPage<Models.Certificate>, Models.CertificateListHeaders>> asyncTask;
1708public Task<AzureOperationResponse<IPage<Models.ApplicationSummary>, Models.ApplicationListHeaders>> ListApplicationSummaries(
1714Task<AzureOperationResponse<IPage<Models.ApplicationSummary>, Models.ApplicationListHeaders>> asyncTask;
1740public Task<AzureOperationResponse<IPage<Models.PoolNodeCounts>, Models.AccountListPoolNodeCountsHeaders>> ListPoolNodeCounts(
1746Task<AzureOperationResponse<IPage<Models.PoolNodeCounts>, Models.AccountListPoolNodeCountsHeaders>> asyncTask;
Microsoft.Azure.Batch.Integration.Tests (3)
Microsoft.Azure.Batch.Unit.Tests (28)
Microsoft.Azure.Graph.RBAC (120)
Generated\ApplicationsOperations.cs (8)
272public async Task<AzureOperationResponse<IPage<Application>>> ListWithHttpMessagesAsync(ODataQuery<Application> odataQuery = default(ODataQuery<Application>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
398var _result = new AzureOperationResponse<IPage<Application>>();
979public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string applicationObjectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1102var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
2407public async Task<AzureOperationResponse<IPage<Application>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2530var _result = new AzureOperationResponse<IPage<Application>>();
2593public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2702var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
Generated\ApplicationsOperationsExtensions.cs (8)
70public static IPage<Application> List(this IApplicationsOperations operations, ODataQuery<Application> odataQuery = default(ODataQuery<Application>))
87public static async Task<IPage<Application>> ListAsync(this IApplicationsOperations operations, ODataQuery<Application> odataQuery = default(ODataQuery<Application>), CancellationToken cancellationToken = default(CancellationToken))
210public static IPage<DirectoryObject> ListOwners(this IApplicationsOperations operations, string applicationObjectId)
231public static async Task<IPage<DirectoryObject>> ListOwnersAsync(this IApplicationsOperations operations, string applicationObjectId, CancellationToken cancellationToken = default(CancellationToken))
500public static IPage<Application> ListNext(this IApplicationsOperations operations, string nextLink)
517public static async Task<IPage<Application>> ListNextAsync(this IApplicationsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken))
538public static IPage<DirectoryObject> ListOwnersNext(this IApplicationsOperations operations, string nextPageLink)
559public static async Task<IPage<DirectoryObject>> ListOwnersNextAsync(this IApplicationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GroupsOperations.cs (12)
814public async Task<AzureOperationResponse<IPage<ADGroup>>> ListWithHttpMessagesAsync(ODataQuery<ADGroup> odataQuery = default(ODataQuery<ADGroup>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
940var _result = new AzureOperationResponse<IPage<ADGroup>>();
999public async Task<AzureOperationResponse<IPage<DirectoryObject>>> GetGroupMembersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1122var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
1729public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1852var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
2261public async Task<AzureOperationResponse<IPage<ADGroup>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2384var _result = new AzureOperationResponse<IPage<ADGroup>>();
2443public async Task<AzureOperationResponse<IPage<DirectoryObject>>> GetGroupMembersNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2566var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
2629public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2738var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
Generated\GroupsOperationsExtensions.cs (12)
182public static IPage<ADGroup> List(this IGroupsOperations operations, ODataQuery<ADGroup> odataQuery = default(ODataQuery<ADGroup>))
199public static async Task<IPage<ADGroup>> ListAsync(this IGroupsOperations operations, ODataQuery<ADGroup> odataQuery = default(ODataQuery<ADGroup>), CancellationToken cancellationToken = default(CancellationToken))
216public static IPage<DirectoryObject> GetGroupMembers(this IGroupsOperations operations, string objectId)
233public static async Task<IPage<DirectoryObject>> GetGroupMembersAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken))
361public static IPage<DirectoryObject> ListOwners(this IGroupsOperations operations, string objectId)
382public static async Task<IPage<DirectoryObject>> ListOwnersAsync(this IGroupsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken))
475public static IPage<ADGroup> ListNext(this IGroupsOperations operations, string nextLink)
492public static async Task<IPage<ADGroup>> ListNextAsync(this IGroupsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken))
509public static IPage<DirectoryObject> GetGroupMembersNext(this IGroupsOperations operations, string nextLink)
526public static async Task<IPage<DirectoryObject>> GetGroupMembersNextAsync(this IGroupsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken))
547public static IPage<DirectoryObject> ListOwnersNext(this IGroupsOperations operations, string nextPageLink)
568public static async Task<IPage<DirectoryObject>> ListOwnersNextAsync(this IGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IApplicationsOperations.cs (4)
70Task<AzureOperationResponse<IPage<Application>>> ListWithHttpMessagesAsync(ODataQuery<Application> odataQuery = default(ODataQuery<Application>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
159Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string applicationObjectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
338Task<AzureOperationResponse<IPage<Application>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
364Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IGroupsOperations.cs (6)
138Task<AzureOperationResponse<IPage<ADGroup>>> ListWithHttpMessagesAsync(ODataQuery<ADGroup> odataQuery = default(ODataQuery<ADGroup>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
160Task<AzureOperationResponse<IPage<DirectoryObject>>> GetGroupMembersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
253Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
320Task<AzureOperationResponse<IPage<ADGroup>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
342Task<AzureOperationResponse<IPage<DirectoryObject>>> GetGroupMembersNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IServicePrincipalsOperations.cs (4)
70Task<AzureOperationResponse<IPage<ServicePrincipal>>> ListWithHttpMessagesAsync(ODataQuery<ServicePrincipal> odataQuery = default(ODataQuery<ServicePrincipal>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
160Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
275Task<AzureOperationResponse<IPage<ServicePrincipal>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
301Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ServicePrincipalsOperations.cs (8)
272public async Task<AzureOperationResponse<IPage<ServicePrincipal>>> ListWithHttpMessagesAsync(ODataQuery<ServicePrincipal> odataQuery = default(ODataQuery<ServicePrincipal>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
398var _result = new AzureOperationResponse<IPage<ServicePrincipal>>();
980public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersWithHttpMessagesAsync(string objectId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1103var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
1877public async Task<AzureOperationResponse<IPage<ServicePrincipal>>> ListNextWithHttpMessagesAsync(string nextLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2000var _result = new AzureOperationResponse<IPage<ServicePrincipal>>();
2063public async Task<AzureOperationResponse<IPage<DirectoryObject>>> ListOwnersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2172var _result = new AzureOperationResponse<IPage<DirectoryObject>>();
Generated\ServicePrincipalsOperationsExtensions.cs (8)
70public static IPage<ServicePrincipal> List(this IServicePrincipalsOperations operations, ODataQuery<ServicePrincipal> odataQuery = default(ODataQuery<ServicePrincipal>))
87public static async Task<IPage<ServicePrincipal>> ListAsync(this IServicePrincipalsOperations operations, ODataQuery<ServicePrincipal> odataQuery = default(ODataQuery<ServicePrincipal>), CancellationToken cancellationToken = default(CancellationToken))
212public static IPage<DirectoryObject> ListOwners(this IServicePrincipalsOperations operations, string objectId)
233public static async Task<IPage<DirectoryObject>> ListOwnersAsync(this IServicePrincipalsOperations operations, string objectId, CancellationToken cancellationToken = default(CancellationToken))
394public static IPage<ServicePrincipal> ListNext(this IServicePrincipalsOperations operations, string nextLink)
411public static async Task<IPage<ServicePrincipal>> ListNextAsync(this IServicePrincipalsOperations operations, string nextLink, CancellationToken cancellationToken = default(CancellationToken))
432public static IPage<DirectoryObject> ListOwnersNext(this IServicePrincipalsOperations operations, string nextPageLink)
453public static async Task<IPage<DirectoryObject>> ListOwnersNextAsync(this IServicePrincipalsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Graph.RBAC.Tests (23)
Microsoft.Azure.Insights (30)
Microsoft.Azure.KeyVault (112)
Generated\IKeyVaultClient.cs (28)
258Task<AzureOperationResponse<IPage<KeyItem>>> GetKeyVersionsWithHttpMessagesAsync(string vaultBaseUrl, string keyName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
284Task<AzureOperationResponse<IPage<KeyItem>>> GetKeysWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
603Task<AzureOperationResponse<IPage<DeletedKeyItem>>> GetDeletedKeysWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
815Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
841Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretVersionsWithHttpMessagesAsync(string vaultBaseUrl, string secretName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
864Task<AzureOperationResponse<IPage<DeletedSecretItem>>> GetDeletedSecretsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1001Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificatesWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1106Task<AzureOperationResponse<IPage<CertificateIssuerItem>>> GetCertificateIssuersWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1316Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificateVersionsWithHttpMessagesAsync(string vaultBaseUrl, string certificateName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1600Task<AzureOperationResponse<IPage<DeletedCertificateItem>>> GetDeletedCertificatesWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1692Task<AzureOperationResponse<IPage<StorageAccountItem>>> GetStorageAccountsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1715Task<AzureOperationResponse<IPage<DeletedStorageAccountItem>>> GetDeletedStorageAccountsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1973Task<AzureOperationResponse<IPage<SasDefinitionItem>>> GetSasDefinitionsWithHttpMessagesAsync(string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2001Task<AzureOperationResponse<IPage<DeletedSasDefinitionItem>>> GetDeletedSasDefinitionsWithHttpMessagesAsync(string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2192Task<AzureOperationResponse<IPage<KeyItem>>> GetKeyVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2214Task<AzureOperationResponse<IPage<KeyItem>>> GetKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2237Task<AzureOperationResponse<IPage<DeletedKeyItem>>> GetDeletedKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2258Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2277Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2296Task<AzureOperationResponse<IPage<DeletedSecretItem>>> GetDeletedSecretsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2315Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2334Task<AzureOperationResponse<IPage<CertificateIssuerItem>>> GetCertificateIssuersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2353Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificateVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2376Task<AzureOperationResponse<IPage<DeletedCertificateItem>>> GetDeletedCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2391Task<AzureOperationResponse<IPage<StorageAccountItem>>> GetStorageAccountsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2410Task<AzureOperationResponse<IPage<DeletedStorageAccountItem>>> GetDeletedStorageAccountsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2425Task<AzureOperationResponse<IPage<SasDefinitionItem>>> GetSasDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2446Task<AzureOperationResponse<IPage<DeletedSasDefinitionItem>>> GetDeletedSasDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\KeyVaultClient.cs (56)
1325public async Task<AzureOperationResponse<IPage<KeyItem>>> GetKeyVersionsWithHttpMessagesAsync(string vaultBaseUrl, string keyName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1462var _result = new AzureOperationResponse<IPage<KeyItem>>();
1533public async Task<AzureOperationResponse<IPage<KeyItem>>> GetKeysWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1664var _result = new AzureOperationResponse<IPage<KeyItem>>();
3587public async Task<AzureOperationResponse<IPage<DeletedKeyItem>>> GetDeletedKeysWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3718var _result = new AzureOperationResponse<IPage<DeletedKeyItem>>();
5187public async Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5318var _result = new AzureOperationResponse<IPage<SecretItem>>();
5389public async Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretVersionsWithHttpMessagesAsync(string vaultBaseUrl, string secretName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5526var _result = new AzureOperationResponse<IPage<SecretItem>>();
5594public async Task<AzureOperationResponse<IPage<DeletedSecretItem>>> GetDeletedSecretsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5725var _result = new AzureOperationResponse<IPage<DeletedSecretItem>>();
6740public async Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificatesWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6876var _result = new AzureOperationResponse<IPage<CertificateItem>>();
7694public async Task<AzureOperationResponse<IPage<CertificateIssuerItem>>> GetCertificateIssuersWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7825var _result = new AzureOperationResponse<IPage<CertificateIssuerItem>>();
9183public async Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificateVersionsWithHttpMessagesAsync(string vaultBaseUrl, string certificateName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9320var _result = new AzureOperationResponse<IPage<CertificateItem>>();
11409public async Task<AzureOperationResponse<IPage<DeletedCertificateItem>>> GetDeletedCertificatesWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11545var _result = new AzureOperationResponse<IPage<DeletedCertificateItem>>();
12166public async Task<AzureOperationResponse<IPage<StorageAccountItem>>> GetStorageAccountsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12297var _result = new AzureOperationResponse<IPage<StorageAccountItem>>();
12365public async Task<AzureOperationResponse<IPage<DeletedStorageAccountItem>>> GetDeletedStorageAccountsWithHttpMessagesAsync(string vaultBaseUrl, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12496var _result = new AzureOperationResponse<IPage<DeletedStorageAccountItem>>();
14590public async Task<AzureOperationResponse<IPage<SasDefinitionItem>>> GetSasDefinitionsWithHttpMessagesAsync(string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14734var _result = new AzureOperationResponse<IPage<SasDefinitionItem>>();
14805public async Task<AzureOperationResponse<IPage<DeletedSasDefinitionItem>>> GetDeletedSasDefinitionsWithHttpMessagesAsync(string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14949var _result = new AzureOperationResponse<IPage<DeletedSasDefinitionItem>>();
16360public async Task<AzureOperationResponse<IPage<KeyItem>>> GetKeyVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
16469var _result = new AzureOperationResponse<IPage<KeyItem>>();
16536public async Task<AzureOperationResponse<IPage<KeyItem>>> GetKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
16645var _result = new AzureOperationResponse<IPage<KeyItem>>();
16712public async Task<AzureOperationResponse<IPage<DeletedKeyItem>>> GetDeletedKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
16821var _result = new AzureOperationResponse<IPage<DeletedKeyItem>>();
16886public async Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
16995var _result = new AzureOperationResponse<IPage<SecretItem>>();
17059public async Task<AzureOperationResponse<IPage<SecretItem>>> GetSecretVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17168var _result = new AzureOperationResponse<IPage<SecretItem>>();
17232public async Task<AzureOperationResponse<IPage<DeletedSecretItem>>> GetDeletedSecretsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17341var _result = new AzureOperationResponse<IPage<DeletedSecretItem>>();
17405public async Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17514var _result = new AzureOperationResponse<IPage<CertificateItem>>();
17578public async Task<AzureOperationResponse<IPage<CertificateIssuerItem>>> GetCertificateIssuersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17687var _result = new AzureOperationResponse<IPage<CertificateIssuerItem>>();
17751public async Task<AzureOperationResponse<IPage<CertificateItem>>> GetCertificateVersionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17860var _result = new AzureOperationResponse<IPage<CertificateItem>>();
17927public async Task<AzureOperationResponse<IPage<DeletedCertificateItem>>> GetDeletedCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
18036var _result = new AzureOperationResponse<IPage<DeletedCertificateItem>>();
18096public async Task<AzureOperationResponse<IPage<StorageAccountItem>>> GetStorageAccountsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
18205var _result = new AzureOperationResponse<IPage<StorageAccountItem>>();
18269public async Task<AzureOperationResponse<IPage<DeletedStorageAccountItem>>> GetDeletedStorageAccountsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
18378var _result = new AzureOperationResponse<IPage<DeletedStorageAccountItem>>();
18438public async Task<AzureOperationResponse<IPage<SasDefinitionItem>>> GetSasDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
18547var _result = new AzureOperationResponse<IPage<SasDefinitionItem>>();
18611public async Task<AzureOperationResponse<IPage<DeletedSasDefinitionItem>>> GetDeletedSasDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
18720var _result = new AzureOperationResponse<IPage<DeletedSasDefinitionItem>>();
Generated\KeyVaultClientExtensions.cs (28)
240public static async Task<IPage<KeyItem>> GetKeyVersionsAsync(this IKeyVaultClient operations, string vaultBaseUrl, string keyName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
272public static async Task<IPage<KeyItem>> GetKeysAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
633public static async Task<IPage<DeletedKeyItem>> GetDeletedKeysAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
888public static async Task<IPage<SecretItem>> GetSecretsAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
920public static async Task<IPage<SecretItem>> GetSecretVersionsAsync(this IKeyVaultClient operations, string vaultBaseUrl, string secretName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
949public static async Task<IPage<DeletedSecretItem>> GetDeletedSecretsAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1118public static async Task<IPage<CertificateItem>> GetCertificatesAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1252public static async Task<IPage<CertificateIssuerItem>> GetCertificateIssuersAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1503public static async Task<IPage<CertificateItem>> GetCertificateVersionsAsync(this IKeyVaultClient operations, string vaultBaseUrl, string certificateName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1845public static async Task<IPage<DeletedCertificateItem>> GetDeletedCertificatesAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), bool? includePending = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1956public static async Task<IPage<StorageAccountItem>> GetStorageAccountsAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1985public static async Task<IPage<DeletedStorageAccountItem>> GetDeletedStorageAccountsAsync(this IKeyVaultClient operations, string vaultBaseUrl, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
2305public static async Task<IPage<SasDefinitionItem>> GetSasDefinitionsAsync(this IKeyVaultClient operations, string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
2337public static async Task<IPage<DeletedSasDefinitionItem>> GetDeletedSasDefinitionsAsync(this IKeyVaultClient operations, string vaultBaseUrl, string storageAccountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
2567public static async Task<IPage<KeyItem>> GetKeyVersionsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2595public static async Task<IPage<KeyItem>> GetKeysNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2623public static async Task<IPage<DeletedKeyItem>> GetDeletedKeysNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2649public static async Task<IPage<SecretItem>> GetSecretsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2674public static async Task<IPage<SecretItem>> GetSecretVersionsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2699public static async Task<IPage<DeletedSecretItem>> GetDeletedSecretsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2724public static async Task<IPage<CertificateItem>> GetCertificatesNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2749public static async Task<IPage<CertificateIssuerItem>> GetCertificateIssuersNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2774public static async Task<IPage<CertificateItem>> GetCertificateVersionsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2802public static async Task<IPage<DeletedCertificateItem>> GetDeletedCertificatesNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2823public static async Task<IPage<StorageAccountItem>> GetStorageAccountsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2848public static async Task<IPage<DeletedStorageAccountItem>> GetDeletedStorageAccountsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2869public static async Task<IPage<SasDefinitionItem>> GetSasDefinitionsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2894public static async Task<IPage<DeletedSasDefinitionItem>> GetDeletedSasDefinitionsNextAsync(this IKeyVaultClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.KeyVault.Tests (22)
KeyVaultOperationsTest.cs (19)
838var listResponse = client.GetKeysAsync(_vaultAddress, maxResults).GetAwaiter().GetResult();
854var listNextResponse = client.GetKeysNextAsync(nextLink).GetAwaiter().GetResult();
901var listResponse = client.GetKeyVersionsAsync(_vaultAddress, keyName, maxResults).GetAwaiter().GetResult();
914var listNextResponse = client.GetKeyVersionsNextAsync(nextLink).GetAwaiter().GetResult();
1108var listResponse = client.GetDeletedKeysAsync(_vaultAddress, maxResults).GetAwaiter().GetResult();
1131var listNextResponse = client.GetDeletedKeysNextAsync(nextLink).GetAwaiter().GetResult();
1326var listResponse = client.GetSecretsAsync(_vaultAddress, maxResults).GetAwaiter().GetResult();
1341var listNextResponse = client.GetSecretsNextAsync(nextLink).GetAwaiter().GetResult();
1388var listResponse = client.GetSecretVersionsAsync(_vaultAddress, secretName, maxResults).GetAwaiter().GetResult();
1399var listNextResponse = client.GetSecretVersionsNextAsync(nextLink).GetAwaiter().GetResult();
1686var listResponse = client.GetDeletedSecretsAsync(_vaultAddress, maxResults).GetAwaiter().GetResult();
1708var listNextResponse = client.GetDeletedSecretsNextAsync(nextLink).GetAwaiter().GetResult();
2169var certList = client.GetCertificatesAsync(_vaultAddress).GetAwaiter().GetResult();
2269var certList = client.GetCertificateVersionsAsync(_vaultAddress, certificateName).GetAwaiter().GetResult();
3030var issuers = client.GetCertificateIssuersAsync(_vaultAddress).GetAwaiter().GetResult();
3042var emptyIssuers = client.GetCertificateIssuersAsync(_vaultAddress).GetAwaiter().GetResult();
3399var listResponse = client.GetDeletedCertificatesAsync(_vaultAddress, maxResults).GetAwaiter().GetResult();
3420var listNextResponse = client.GetDeletedCertificatesNextAsync(nextLink).GetAwaiter().GetResult();
3592var listResponse = client
Microsoft.Azure.Management.Advisor (50)
Generated\RecommendationsOperationsExtensions.cs (4)
110public static IPage<ResourceRecommendationBase> List(this IRecommendationsOperations operations, string filter = default(string), int? top = default(int?), string skipToken = default(string))
135public static async Task<IPage<ResourceRecommendationBase>> ListAsync(this IRecommendationsOperations operations, string filter = default(string), int? top = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
195public static IPage<ResourceRecommendationBase> ListNext(this IRecommendationsOperations operations, string nextPageLink)
213public static async Task<IPage<ResourceRecommendationBase>> ListNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Advisor.Tests (3)
Microsoft.Azure.Management.AlertsManagement (50)
Generated\ActionRulesOperations.cs (8)
118public async Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>> ListBySubscriptionWithHttpMessagesAsync(string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
288var _result = new AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>();
402public async Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
578var _result = new AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>();
1525public async Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1634var _result = new AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>();
1710public async Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1819var _result = new AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>();
Generated\ActionRulesOperationsExtensions.cs (8)
71public static IPage<ActionRule> ListBySubscription(this IActionRulesOperations operations, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string))
126public static async Task<IPage<ActionRule>> ListBySubscriptionAsync(this IActionRulesOperations operations, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), CancellationToken cancellationToken = default(CancellationToken))
185public static IPage<ActionRule> ListByResourceGroup(this IActionRulesOperations operations, string resourceGroupName, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string))
244public static async Task<IPage<ActionRule>> ListByResourceGroupAsync(this IActionRulesOperations operations, string resourceGroupName, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), CancellationToken cancellationToken = default(CancellationToken))
460public static IPage<ActionRule> ListBySubscriptionNext(this IActionRulesOperations operations, string nextPageLink)
480public static async Task<IPage<ActionRule>> ListBySubscriptionNextAsync(this IActionRulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
501public static IPage<ActionRule> ListByResourceGroupNext(this IActionRulesOperations operations, string nextPageLink)
522public static async Task<IPage<ActionRule>> ListByResourceGroupNextAsync(this IActionRulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AlertsOperations.cs (4)
325public async Task<AzureOperationResponse<IPage<Alert>>> GetAllWithHttpMessagesAsync(string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string smartGroupId = default(string), bool? includeContext = default(bool?), bool? includeEgressConfig = default(bool?), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), string select = default(string), string timeRange = default(string), string customTimeRange = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
530var _result = new AzureOperationResponse<IPage<Alert>>();
1458public async Task<AzureOperationResponse<IPage<Alert>>> GetAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1567var _result = new AzureOperationResponse<IPage<Alert>>();
Generated\AlertsOperationsExtensions.cs (4)
137public static IPage<Alert> GetAll(this IAlertsOperations operations, string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string smartGroupId = default(string), bool? includeContext = default(bool?), bool? includeEgressConfig = default(bool?), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), string select = default(string), string timeRange = default(string), string customTimeRange = default(string))
230public static async Task<IPage<Alert>> GetAllAsync(this IAlertsOperations operations, string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string smartGroupId = default(string), bool? includeContext = default(bool?), bool? includeEgressConfig = default(bool?), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), string select = default(string), string timeRange = default(string), string customTimeRange = default(string), CancellationToken cancellationToken = default(CancellationToken))
505public static IPage<Alert> GetAllNext(this IAlertsOperations operations, string nextPageLink)
524public static async Task<IPage<Alert>> GetAllNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IActionRulesOperations.cs (4)
86Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>> ListBySubscriptionWithHttpMessagesAsync(string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
151Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string targetResourceGroup = default(string), string targetResourceType = default(string), string targetResource = default(string), string severity = default(string), string monitorService = default(string), string impactedScope = default(string), string description = default(string), string alertRuleId = default(string), string actionGroup = default(string), string name = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
294Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListBySubscriptionHeaders>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
320Task<AzureOperationResponse<IPage<ActionRule>,ActionRulesListByResourceGroupHeaders>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAlertsOperations.cs (2)
149Task<AzureOperationResponse<IPage<Alert>>> GetAllWithHttpMessagesAsync(string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string smartGroupId = default(string), bool? includeContext = default(bool?), bool? includeEgressConfig = default(bool?), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), string select = default(string), string timeRange = default(string), string customTimeRange = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
326Task<AzureOperationResponse<IPage<Alert>>> GetAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISmartGroupsOperations.cs (2)
98Task<AzureOperationResponse<IPage<SmartGroup>>> GetAllWithHttpMessagesAsync(string targetResource = default(string), string targetResourceGroup = default(string), string targetResourceType = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string smartGroupState = default(string), string timeRange = default(string), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
197Task<AzureOperationResponse<IPage<SmartGroup>>> GetAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\SmartGroupsOperations.cs (4)
129public async Task<AzureOperationResponse<IPage<SmartGroup>>> GetAllWithHttpMessagesAsync(string targetResource = default(string), string targetResourceGroup = default(string), string targetResourceType = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string smartGroupState = default(string), string timeRange = default(string), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
304var _result = new AzureOperationResponse<IPage<SmartGroup>>();
964public async Task<AzureOperationResponse<IPage<SmartGroup>>> GetAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1073var _result = new AzureOperationResponse<IPage<SmartGroup>>();
Generated\SmartGroupsOperationsExtensions.cs (4)
82public static IPage<SmartGroup> GetAll(this ISmartGroupsOperations operations, string targetResource = default(string), string targetResourceGroup = default(string), string targetResourceType = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string smartGroupState = default(string), string timeRange = default(string), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string))
148public static async Task<IPage<SmartGroup>> GetAllAsync(this ISmartGroupsOperations operations, string targetResource = default(string), string targetResourceGroup = default(string), string targetResourceType = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string smartGroupState = default(string), string timeRange = default(string), int? pageCount = default(int?), string sortBy = default(string), string sortOrder = default(string), CancellationToken cancellationToken = default(CancellationToken))
286public static IPage<SmartGroup> GetAllNext(this ISmartGroupsOperations operations, string nextPageLink)
306public static async Task<IPage<SmartGroup>> GetAllNextAsync(this ISmartGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Analysis (10)
Microsoft.Azure.Management.ApiManagement (580)
Generated\ApiDiagnosticOperationsExtensions.cs (4)
44public static IPage<DiagnosticContract> ListByService(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<DiagnosticContract> odataQuery = default(ODataQuery<DiagnosticContract>))
71public static async Task<IPage<DiagnosticContract>> ListByServiceAsync(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<DiagnosticContract> odataQuery = default(ODataQuery<DiagnosticContract>), CancellationToken cancellationToken = default(CancellationToken))
406public static IPage<DiagnosticContract> ListByServiceNext(this IApiDiagnosticOperations operations, string nextPageLink)
423public static async Task<IPage<DiagnosticContract>> ListByServiceNextAsync(this IApiDiagnosticOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiIssueAttachmentOperations.cs (4)
95public async Task<AzureOperationResponse<IPage<IssueAttachmentContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueAttachmentContract> odataQuery = default(ODataQuery<IssueAttachmentContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
284var _result = new AzureOperationResponse<IPage<IssueAttachmentContract>>();
1506public async Task<AzureOperationResponse<IPage<IssueAttachmentContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1615var _result = new AzureOperationResponse<IPage<IssueAttachmentContract>>();
Generated\ApiIssueAttachmentOperationsExtensions.cs (4)
48public static IPage<IssueAttachmentContract> ListByService(this IApiIssueAttachmentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueAttachmentContract> odataQuery = default(ODataQuery<IssueAttachmentContract>))
79public static async Task<IPage<IssueAttachmentContract>> ListByServiceAsync(this IApiIssueAttachmentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueAttachmentContract> odataQuery = default(ODataQuery<IssueAttachmentContract>), CancellationToken cancellationToken = default(CancellationToken))
371public static IPage<IssueAttachmentContract> ListByServiceNext(this IApiIssueAttachmentOperations operations, string nextPageLink)
388public static async Task<IPage<IssueAttachmentContract>> ListByServiceNextAsync(this IApiIssueAttachmentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiIssueCommentOperations.cs (4)
95public async Task<AzureOperationResponse<IPage<IssueCommentContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueCommentContract> odataQuery = default(ODataQuery<IssueCommentContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
284var _result = new AzureOperationResponse<IPage<IssueCommentContract>>();
1505public async Task<AzureOperationResponse<IPage<IssueCommentContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1614var _result = new AzureOperationResponse<IPage<IssueCommentContract>>();
Generated\ApiIssueCommentOperationsExtensions.cs (4)
48public static IPage<IssueCommentContract> ListByService(this IApiIssueCommentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueCommentContract> odataQuery = default(ODataQuery<IssueCommentContract>))
79public static async Task<IPage<IssueCommentContract>> ListByServiceAsync(this IApiIssueCommentOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueCommentContract> odataQuery = default(ODataQuery<IssueCommentContract>), CancellationToken cancellationToken = default(CancellationToken))
369public static IPage<IssueCommentContract> ListByServiceNext(this IApiIssueCommentOperations operations, string nextPageLink)
386public static async Task<IPage<IssueCommentContract>> ListByServiceNextAsync(this IApiIssueCommentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiIssueOperations.cs (4)
94public async Task<AzureOperationResponse<IPage<IssueContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>), bool? expandCommentsAttachments = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
267var _result = new AzureOperationResponse<IPage<IssueContract>>();
1660public async Task<AzureOperationResponse<IPage<IssueContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1769var _result = new AzureOperationResponse<IPage<IssueContract>>();
Generated\ApiIssueOperationsExtensions.cs (4)
47public static IPage<IssueContract> ListByService(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>), bool? expandCommentsAttachments = default(bool?))
77public static async Task<IPage<IssueContract>> ListByServiceAsync(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>), bool? expandCommentsAttachments = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
416public static IPage<IssueContract> ListByServiceNext(this IApiIssueOperations operations, string nextPageLink)
433public static async Task<IPage<IssueContract>> ListByServiceNextAsync(this IApiIssueOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiManagementServiceOperations.cs (8)
412public async Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
533var _result = new AzureOperationResponse<IPage<ApiManagementServiceResource>>();
589public async Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
709var _result = new AzureOperationResponse<IPage<ApiManagementServiceResource>>();
2522public async Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2631var _result = new AzureOperationResponse<IPage<ApiManagementServiceResource>>();
2690public async Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2804var _result = new AzureOperationResponse<IPage<ApiManagementServiceResource>>();
Generated\ApiManagementServiceOperationsExtensions.cs (8)
309public static IPage<ApiManagementServiceResource> ListByResourceGroup(this IApiManagementServiceOperations operations, string resourceGroupName)
326public static async Task<IPage<ApiManagementServiceResource>> ListByResourceGroupAsync(this IApiManagementServiceOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
340public static IPage<ApiManagementServiceResource> List(this IApiManagementServiceOperations operations)
354public static async Task<IPage<ApiManagementServiceResource>> ListAsync(this IApiManagementServiceOperations operations, CancellationToken cancellationToken = default(CancellationToken))
793public static IPage<ApiManagementServiceResource> ListByResourceGroupNext(this IApiManagementServiceOperations operations, string nextPageLink)
810public static async Task<IPage<ApiManagementServiceResource>> ListByResourceGroupNextAsync(this IApiManagementServiceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
827public static IPage<ApiManagementServiceResource> ListNext(this IApiManagementServiceOperations operations, string nextPageLink)
844public static async Task<IPage<ApiManagementServiceResource>> ListNextAsync(this IApiManagementServiceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiOperationOperations.cs (4)
95public async Task<AzureOperationResponse<IPage<OperationContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<OperationContract> odataQuery = default(ODataQuery<OperationContract>), string tags = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
272var _result = new AzureOperationResponse<IPage<OperationContract>>();
1663public async Task<AzureOperationResponse<IPage<OperationContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1772var _result = new AzureOperationResponse<IPage<OperationContract>>();
Generated\ApiOperationOperationsExtensions.cs (4)
48public static IPage<OperationContract> ListByApi(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<OperationContract> odataQuery = default(ODataQuery<OperationContract>), string tags = default(string))
79public static async Task<IPage<OperationContract>> ListByApiAsync(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<OperationContract> odataQuery = default(ODataQuery<OperationContract>), string tags = default(string), CancellationToken cancellationToken = default(CancellationToken))
424public static IPage<OperationContract> ListByApiNext(this IApiOperationOperations operations, string nextPageLink)
441public static async Task<IPage<OperationContract>> ListByApiNextAsync(this IApiOperationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiOperations.cs (8)
94public async Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>), string tags = default(string), bool? expandApiVersionSet = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
255var _result = new AzureOperationResponse<IPage<ApiContract>>();
1300public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedApis = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1456var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
1809public async Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1918var _result = new AzureOperationResponse<IPage<ApiContract>>();
1977public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2086var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
Generated\ApiOperationsExtensions.cs (8)
47public static IPage<ApiContract> ListByService(this IApiOperations operations, string resourceGroupName, string serviceName, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>), string tags = default(string), bool? expandApiVersionSet = default(bool?))
77public static async Task<IPage<ApiContract>> ListByServiceAsync(this IApiOperations operations, string resourceGroupName, string serviceName, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>), string tags = default(string), bool? expandApiVersionSet = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
397public static IPage<TagResourceContract> ListByTags(this IApiOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedApis = default(bool?))
423public static async Task<IPage<TagResourceContract>> ListByTagsAsync(this IApiOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedApis = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
507public static IPage<ApiContract> ListByServiceNext(this IApiOperations operations, string nextPageLink)
525public static async Task<IPage<ApiContract>> ListByServiceNextAsync(this IApiOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
542public static IPage<TagResourceContract> ListByTagsNext(this IApiOperations operations, string nextPageLink)
559public static async Task<IPage<TagResourceContract>> ListByTagsNextAsync(this IApiOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiProductOperationsExtensions.cs (4)
44public static IPage<ProductContract> ListByApis(this IApiProductOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>))
71public static async Task<IPage<ProductContract>> ListByApisAsync(this IApiProductOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ProductContract> ListByApisNext(this IApiProductOperations operations, string nextPageLink)
105public static async Task<IPage<ProductContract>> ListByApisNextAsync(this IApiProductOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiReleaseOperationsExtensions.cs (4)
47public static IPage<ApiReleaseContract> ListByService(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ApiReleaseContract> odataQuery = default(ODataQuery<ApiReleaseContract>))
77public static async Task<IPage<ApiReleaseContract>> ListByServiceAsync(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ApiReleaseContract> odataQuery = default(ODataQuery<ApiReleaseContract>), CancellationToken cancellationToken = default(CancellationToken))
411public static IPage<ApiReleaseContract> ListByServiceNext(this IApiReleaseOperations operations, string nextPageLink)
431public static async Task<IPage<ApiReleaseContract>> ListByServiceNextAsync(this IApiReleaseOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiRevisionOperationsExtensions.cs (4)
44public static IPage<ApiRevisionContract> ListByService(this IApiRevisionOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ApiRevisionContract> odataQuery = default(ODataQuery<ApiRevisionContract>))
71public static async Task<IPage<ApiRevisionContract>> ListByServiceAsync(this IApiRevisionOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<ApiRevisionContract> odataQuery = default(ODataQuery<ApiRevisionContract>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ApiRevisionContract> ListByServiceNext(this IApiRevisionOperations operations, string nextPageLink)
105public static async Task<IPage<ApiRevisionContract>> ListByServiceNextAsync(this IApiRevisionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiSchemaOperations.cs (4)
101public async Task<AzureOperationResponse<IPage<SchemaContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
287var _result = new AzureOperationResponse<IPage<SchemaContract>>();
1477public async Task<AzureOperationResponse<IPage<SchemaContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1586var _result = new AzureOperationResponse<IPage<SchemaContract>>();
Generated\ApiSchemaOperationsExtensions.cs (4)
54public static IPage<SchemaContract> ListByApi(this IApiSchemaOperations operations, string resourceGroupName, string serviceName, string apiId, string filter = default(string), int? top = default(int?), int? skip = default(int?))
92public static async Task<IPage<SchemaContract>> ListByApiAsync(this IApiSchemaOperations operations, string resourceGroupName, string serviceName, string apiId, string filter = default(string), int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
442public static IPage<SchemaContract> ListByApiNext(this IApiSchemaOperations operations, string nextPageLink)
459public static async Task<IPage<SchemaContract>> ListByApiNextAsync(this IApiSchemaOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiTagDescriptionOperationsExtensions.cs (4)
47public static IPage<TagDescriptionContract> ListByService(this IApiTagDescriptionOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagDescriptionContract> odataQuery = default(ODataQuery<TagDescriptionContract>))
77public static async Task<IPage<TagDescriptionContract>> ListByServiceAsync(this IApiTagDescriptionOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagDescriptionContract> odataQuery = default(ODataQuery<TagDescriptionContract>), CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<TagDescriptionContract> ListByServiceNext(this IApiTagDescriptionOperations operations, string nextPageLink)
368public static async Task<IPage<TagDescriptionContract>> ListByServiceNextAsync(this IApiTagDescriptionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApiVersionSetOperationsExtensions.cs (4)
40public static IPage<ApiVersionSetContract> ListByService(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, ODataQuery<ApiVersionSetContract> odataQuery = default(ODataQuery<ApiVersionSetContract>))
63public static async Task<IPage<ApiVersionSetContract>> ListByServiceAsync(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, ODataQuery<ApiVersionSetContract> odataQuery = default(ODataQuery<ApiVersionSetContract>), CancellationToken cancellationToken = default(CancellationToken))
356public static IPage<ApiVersionSetContract> ListByServiceNext(this IApiVersionSetOperations operations, string nextPageLink)
373public static async Task<IPage<ApiVersionSetContract>> ListByServiceNextAsync(this IApiVersionSetOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AuthorizationServerOperationsExtensions.cs (4)
41public static IPage<AuthorizationServerContract> ListByService(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, ODataQuery<AuthorizationServerContract> odataQuery = default(ODataQuery<AuthorizationServerContract>))
65public static async Task<IPage<AuthorizationServerContract>> ListByServiceAsync(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, ODataQuery<AuthorizationServerContract> odataQuery = default(ODataQuery<AuthorizationServerContract>), CancellationToken cancellationToken = default(CancellationToken))
399public static IPage<AuthorizationServerContract> ListByServiceNext(this IAuthorizationServerOperations operations, string nextPageLink)
417public static async Task<IPage<AuthorizationServerContract>> ListByServiceNextAsync(this IAuthorizationServerOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackendOperationsExtensions.cs (4)
40public static IPage<BackendContract> ListByService(this IBackendOperations operations, string resourceGroupName, string serviceName, ODataQuery<BackendContract> odataQuery = default(ODataQuery<BackendContract>))
63public static async Task<IPage<BackendContract>> ListByServiceAsync(this IBackendOperations operations, string resourceGroupName, string serviceName, ODataQuery<BackendContract> odataQuery = default(ODataQuery<BackendContract>), CancellationToken cancellationToken = default(CancellationToken))
411public static IPage<BackendContract> ListByServiceNext(this IBackendOperations operations, string nextPageLink)
428public static async Task<IPage<BackendContract>> ListByServiceNextAsync(this IBackendOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CacheOperationsExtensions.cs (4)
43public static IPage<CacheContract> ListByService(this ICacheOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?))
70public static async Task<IPage<CacheContract>> ListByServiceAsync(this ICacheOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
366public static IPage<CacheContract> ListByServiceNext(this ICacheOperations operations, string nextPageLink)
384public static async Task<IPage<CacheContract>> ListByServiceNextAsync(this ICacheOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CertificateOperationsExtensions.cs (4)
40public static IPage<CertificateContract> ListByService(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery<CertificateContract> odataQuery = default(ODataQuery<CertificateContract>))
63public static async Task<IPage<CertificateContract>> ListByServiceAsync(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery<CertificateContract> odataQuery = default(ODataQuery<CertificateContract>), CancellationToken cancellationToken = default(CancellationToken))
299public static IPage<CertificateContract> ListByServiceNext(this ICertificateOperations operations, string nextPageLink)
316public static async Task<IPage<CertificateContract>> ListByServiceNextAsync(this ICertificateOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiagnosticOperationsExtensions.cs (4)
40public static IPage<DiagnosticContract> ListByService(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, ODataQuery<DiagnosticContract> odataQuery = default(ODataQuery<DiagnosticContract>))
63public static async Task<IPage<DiagnosticContract>> ListByServiceAsync(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, ODataQuery<DiagnosticContract> odataQuery = default(ODataQuery<DiagnosticContract>), CancellationToken cancellationToken = default(CancellationToken))
356public static IPage<DiagnosticContract> ListByServiceNext(this IDiagnosticOperations operations, string nextPageLink)
373public static async Task<IPage<DiagnosticContract>> ListByServiceNextAsync(this IDiagnosticOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EmailTemplateOperations.cs (4)
96public async Task<AzureOperationResponse<IPage<EmailTemplateContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
261var _result = new AzureOperationResponse<IPage<EmailTemplateContract>>();
1485public async Task<AzureOperationResponse<IPage<EmailTemplateContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1594var _result = new AzureOperationResponse<IPage<EmailTemplateContract>>();
Generated\EmailTemplateOperationsExtensions.cs (4)
49public static IPage<EmailTemplateContract> ListByService(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?))
82public static async Task<IPage<EmailTemplateContract>> ListByServiceAsync(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
447public static IPage<EmailTemplateContract> ListByServiceNext(this IEmailTemplateOperations operations, string nextPageLink)
464public static async Task<IPage<EmailTemplateContract>> ListByServiceNextAsync(this IEmailTemplateOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GatewayApiOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
270var _result = new AzureOperationResponse<IPage<ApiContract>>();
1066public async Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1175var _result = new AzureOperationResponse<IPage<ApiContract>>();
Generated\GatewayApiOperationsExtensions.cs (4)
46public static IPage<ApiContract> ListByService(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?))
76public static async Task<IPage<ApiContract>> ListByServiceAsync(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
264public static IPage<ApiContract> ListByServiceNext(this IGatewayApiOperations operations, string nextPageLink)
281public static async Task<IPage<ApiContract>> ListByServiceNextAsync(this IGatewayApiOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GatewayHostnameConfigurationOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
270var _result = new AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>();
1343public async Task<AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1452var _result = new AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>();
Generated\GatewayHostnameConfigurationOperationsExtensions.cs (4)
46public static IPage<GatewayHostnameConfigurationContract> ListByService(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?))
76public static async Task<IPage<GatewayHostnameConfigurationContract>> ListByServiceAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
322public static IPage<GatewayHostnameConfigurationContract> ListByServiceNext(this IGatewayHostnameConfigurationOperations operations, string nextPageLink)
339public static async Task<IPage<GatewayHostnameConfigurationContract>> ListByServiceNextAsync(this IGatewayHostnameConfigurationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GatewayOperationsExtensions.cs (4)
42public static IPage<GatewayContract> ListByService(this IGatewayOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?))
68public static async Task<IPage<GatewayContract>> ListByServiceAsync(this IGatewayOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
506public static IPage<GatewayContract> ListByServiceNext(this IGatewayOperations operations, string nextPageLink)
523public static async Task<IPage<GatewayContract>> ListByServiceNextAsync(this IGatewayOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GroupOperationsExtensions.cs (4)
41public static IPage<GroupContract> ListByService(this IGroupOperations operations, string resourceGroupName, string serviceName, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>))
65public static async Task<IPage<GroupContract>> ListByServiceAsync(this IGroupOperations operations, string resourceGroupName, string serviceName, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>), CancellationToken cancellationToken = default(CancellationToken))
359public static IPage<GroupContract> ListByServiceNext(this IGroupOperations operations, string nextPageLink)
377public static async Task<IPage<GroupContract>> ListByServiceNextAsync(this IGroupOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GroupUserOperationsExtensions.cs (4)
44public static IPage<UserContract> List(this IGroupUserOperations operations, string resourceGroupName, string serviceName, string groupId, ODataQuery<UserContract> odataQuery = default(ODataQuery<UserContract>))
71public static async Task<IPage<UserContract>> ListAsync(this IGroupUserOperations operations, string resourceGroupName, string serviceName, string groupId, ODataQuery<UserContract> odataQuery = default(ODataQuery<UserContract>), CancellationToken cancellationToken = default(CancellationToken))
255public static IPage<UserContract> ListNext(this IGroupUserOperations operations, string nextPageLink)
272public static async Task<IPage<UserContract>> ListNextAsync(this IGroupUserOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IApiIssueAttachmentOperations.cs (2)
63Task<AzureOperationResponse<IPage<IssueAttachmentContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueAttachmentContract> odataQuery = default(ODataQuery<IssueAttachmentContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<IssueAttachmentContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiIssueCommentOperations.cs (2)
62Task<AzureOperationResponse<IPage<IssueCommentContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, ODataQuery<IssueCommentContract> odataQuery = default(ODataQuery<IssueCommentContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
241Task<AzureOperationResponse<IPage<IssueCommentContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiIssueOperations.cs (2)
61Task<AzureOperationResponse<IPage<IssueContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>), bool? expandCommentsAttachments = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<IssueContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiManagementServiceOperations.cs (4)
218Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
237Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
518Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
540Task<AzureOperationResponse<IPage<ApiManagementServiceResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiOperationOperations.cs (2)
62Task<AzureOperationResponse<IPage<OperationContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<OperationContract> odataQuery = default(ODataQuery<OperationContract>), string tags = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
267Task<AzureOperationResponse<IPage<OperationContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiOperations.cs (4)
61Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>), string tags = default(string), bool? expandApiVersionSet = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
258Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedApis = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
319Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
341Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApiSchemaOperations.cs (2)
68Task<AzureOperationResponse<IPage<SchemaContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
277Task<AzureOperationResponse<IPage<SchemaContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IEmailTemplateOperations.cs (2)
63Task<AzureOperationResponse<IPage<EmailTemplateContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
288Task<AzureOperationResponse<IPage<EmailTemplateContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IGatewayApiOperations.cs (2)
60Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<ApiContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IGatewayHostnameConfigurationOperations.cs (2)
61Task<AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
215Task<AzureOperationResponse<IPage<GatewayHostnameConfigurationContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IOperationOperations.cs (2)
62Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedOperations = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
84Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IProductOperations.cs (4)
61Task<AzureOperationResponse<IPage<ProductContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>), bool? expandGroups = default(bool?), string tags = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
252Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedProducts = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
274Task<AzureOperationResponse<IPage<ProductContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
296Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReportsOperations.cs (14)
54Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByApiWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
82Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByUserWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
110Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByOperationWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
138Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByProductWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
166Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByGeoWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
194Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
229Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByTimeWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, System.TimeSpan interval, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
279Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
301Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByUserNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
323Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByOperationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
345Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByProductNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
367Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByGeoNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
389Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
411Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByTimeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IssueOperationsExtensions.cs (4)
40public static IPage<IssueContract> ListByService(this IIssueOperations operations, string resourceGroupName, string serviceName, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>))
63public static async Task<IPage<IssueContract>> ListByServiceAsync(this IIssueOperations operations, string resourceGroupName, string serviceName, ODataQuery<IssueContract> odataQuery = default(ODataQuery<IssueContract>), CancellationToken cancellationToken = default(CancellationToken))
128public static IPage<IssueContract> ListByServiceNext(this IIssueOperations operations, string nextPageLink)
145public static async Task<IPage<IssueContract>> ListByServiceNextAsync(this IIssueOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ITagOperations.cs (8)
63Task<AzureOperationResponse<IPage<TagContract>>> ListByOperationWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<TagContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
406Task<AzureOperationResponse<IPage<TagContract>>> ListByProductWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
564Task<AzureOperationResponse<IPage<TagContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), string scope = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
743Task<AzureOperationResponse<IPage<TagContract>>> ListByOperationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
765Task<AzureOperationResponse<IPage<TagContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
787Task<AzureOperationResponse<IPage<TagContract>>> ListByProductNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
809Task<AzureOperationResponse<IPage<TagContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LoggerOperationsExtensions.cs (4)
41public static IPage<LoggerContract> ListByService(this ILoggerOperations operations, string resourceGroupName, string serviceName, ODataQuery<LoggerContract> odataQuery = default(ODataQuery<LoggerContract>))
65public static async Task<IPage<LoggerContract>> ListByServiceAsync(this ILoggerOperations operations, string resourceGroupName, string serviceName, ODataQuery<LoggerContract> odataQuery = default(ODataQuery<LoggerContract>), CancellationToken cancellationToken = default(CancellationToken))
355public static IPage<LoggerContract> ListByServiceNext(this ILoggerOperations operations, string nextPageLink)
373public static async Task<IPage<LoggerContract>> ListByServiceNextAsync(this ILoggerOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NamedValueOperationsExtensions.cs (4)
41public static IPage<NamedValueContract> ListByService(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery<NamedValueContract> odataQuery = default(ODataQuery<NamedValueContract>))
65public static async Task<IPage<NamedValueContract>> ListByServiceAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery<NamedValueContract> odataQuery = default(ODataQuery<NamedValueContract>), CancellationToken cancellationToken = default(CancellationToken))
520public static IPage<NamedValueContract> ListByServiceNext(this INamedValueOperations operations, string nextPageLink)
538public static async Task<IPage<NamedValueContract>> ListByServiceNextAsync(this INamedValueOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NotificationOperationsExtensions.cs (4)
42public static IPage<NotificationContract> ListByService(this INotificationOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?))
68public static async Task<IPage<NotificationContract>> ListByServiceAsync(this INotificationOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
205public static IPage<NotificationContract> ListByServiceNext(this INotificationOperations operations, string nextPageLink)
222public static async Task<IPage<NotificationContract>> ListByServiceNextAsync(this INotificationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\OpenIdConnectProviderOperationsExtensions.cs (4)
40public static IPage<OpenidConnectProviderContract> ListByService(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, ODataQuery<OpenidConnectProviderContract> odataQuery = default(ODataQuery<OpenidConnectProviderContract>))
63public static async Task<IPage<OpenidConnectProviderContract>> ListByServiceAsync(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, ODataQuery<OpenidConnectProviderContract> odataQuery = default(ODataQuery<OpenidConnectProviderContract>), CancellationToken cancellationToken = default(CancellationToken))
394public static IPage<OpenidConnectProviderContract> ListByServiceNext(this IOpenIdConnectProviderOperations operations, string nextPageLink)
411public static async Task<IPage<OpenidConnectProviderContract>> ListByServiceNextAsync(this IOpenIdConnectProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\OperationOperations.cs (4)
95public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedOperations = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
277var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
336public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
450var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
Generated\OperationOperationsExtensions.cs (4)
48public static IPage<TagResourceContract> ListByTags(this IOperationOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedOperations = default(bool?))
79public static async Task<IPage<TagResourceContract>> ListByTagsAsync(this IOperationOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedOperations = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
96public static IPage<TagResourceContract> ListByTagsNext(this IOperationOperations operations, string nextPageLink)
113public static async Task<IPage<TagResourceContract>> ListByTagsNextAsync(this IOperationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProductApiOperationsExtensions.cs (4)
44public static IPage<ApiContract> ListByProduct(this IProductApiOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>))
71public static async Task<IPage<ApiContract>> ListByProductAsync(this IProductApiOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<ApiContract> odataQuery = default(ODataQuery<ApiContract>), CancellationToken cancellationToken = default(CancellationToken))
258public static IPage<ApiContract> ListByProductNext(this IProductApiOperations operations, string nextPageLink)
275public static async Task<IPage<ApiContract>> ListByProductNextAsync(this IProductApiOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProductGroupOperationsExtensions.cs (4)
45public static IPage<GroupContract> ListByProduct(this IProductGroupOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>))
73public static async Task<IPage<GroupContract>> ListByProductAsync(this IProductGroupOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>), CancellationToken cancellationToken = default(CancellationToken))
257public static IPage<GroupContract> ListByProductNext(this IProductGroupOperations operations, string nextPageLink)
275public static async Task<IPage<GroupContract>> ListByProductNextAsync(this IProductGroupOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProductOperations.cs (8)
94public async Task<AzureOperationResponse<IPage<ProductContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>), bool? expandGroups = default(bool?), string tags = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
255var _result = new AzureOperationResponse<IPage<ProductContract>>();
1532public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedProducts = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1688var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
1747public async Task<AzureOperationResponse<IPage<ProductContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1856var _result = new AzureOperationResponse<IPage<ProductContract>>();
1915public async Task<AzureOperationResponse<IPage<TagResourceContract>>> ListByTagsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2024var _result = new AzureOperationResponse<IPage<TagResourceContract>>();
Generated\ProductOperationsExtensions.cs (8)
47public static IPage<ProductContract> ListByService(this IProductOperations operations, string resourceGroupName, string serviceName, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>), bool? expandGroups = default(bool?), string tags = default(string))
77public static async Task<IPage<ProductContract>> ListByServiceAsync(this IProductOperations operations, string resourceGroupName, string serviceName, ODataQuery<ProductContract> odataQuery = default(ODataQuery<ProductContract>), bool? expandGroups = default(bool?), string tags = default(string), CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<TagResourceContract> ListByTags(this IProductOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedProducts = default(bool?))
411public static async Task<IPage<TagResourceContract>> ListByTagsAsync(this IProductOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), bool? includeNotTaggedProducts = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
428public static IPage<ProductContract> ListByServiceNext(this IProductOperations operations, string nextPageLink)
445public static async Task<IPage<ProductContract>> ListByServiceNextAsync(this IProductOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
462public static IPage<TagResourceContract> ListByTagsNext(this IProductOperations operations, string nextPageLink)
479public static async Task<IPage<TagResourceContract>> ListByTagsNextAsync(this IProductOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProductSubscriptionsOperationsExtensions.cs (4)
44public static IPage<SubscriptionContract> List(this IProductSubscriptionsOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>))
71public static async Task<IPage<SubscriptionContract>> ListAsync(this IProductSubscriptionsOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<SubscriptionContract> ListNext(this IProductSubscriptionsOperations operations, string nextPageLink)
105public static async Task<IPage<SubscriptionContract>> ListNextAsync(this IProductSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReportsOperations.cs (28)
87public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByApiWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
247var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
312public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByUserWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
472var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
537public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByOperationWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
697var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
762public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByProductWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
922var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
987public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByGeoWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1147var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
1212public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1372var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
1444public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByTimeWithHttpMessagesAsync(ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, System.TimeSpan interval, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1606var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
1890public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2004var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2063public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByUserNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2177var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2236public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByOperationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2350var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2409public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByProductNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2523var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2582public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByGeoNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2696var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2755public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2869var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
2928public async Task<AzureOperationResponse<IPage<ReportRecordContract>>> ListByTimeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3042var _result = new AzureOperationResponse<IPage<ReportRecordContract>>();
Generated\ReportsOperationsExtensions.cs (28)
42public static IPage<ReportRecordContract> ListByApi(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
65public static async Task<IPage<ReportRecordContract>> ListByApiAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ReportRecordContract> ListByUser(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
111public static async Task<IPage<ReportRecordContract>> ListByUserAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
134public static IPage<ReportRecordContract> ListByOperation(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
157public static async Task<IPage<ReportRecordContract>> ListByOperationAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
180public static IPage<ReportRecordContract> ListByProduct(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
203public static async Task<IPage<ReportRecordContract>> ListByProductAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
226public static IPage<ReportRecordContract> ListByGeo(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
249public static async Task<IPage<ReportRecordContract>> ListByGeoAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
272public static IPage<ReportRecordContract> ListBySubscription(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName)
295public static async Task<IPage<ReportRecordContract>> ListBySubscriptionAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
325public static IPage<ReportRecordContract> ListByTime(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, System.TimeSpan interval)
355public static async Task<IPage<ReportRecordContract>> ListByTimeAsync(this IReportsOperations operations, ODataQuery<ReportRecordContract> odataQuery, string resourceGroupName, string serviceName, System.TimeSpan interval, CancellationToken cancellationToken = default(CancellationToken))
418public static IPage<ReportRecordContract> ListByApiNext(this IReportsOperations operations, string nextPageLink)
435public static async Task<IPage<ReportRecordContract>> ListByApiNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
452public static IPage<ReportRecordContract> ListByUserNext(this IReportsOperations operations, string nextPageLink)
469public static async Task<IPage<ReportRecordContract>> ListByUserNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
486public static IPage<ReportRecordContract> ListByOperationNext(this IReportsOperations operations, string nextPageLink)
503public static async Task<IPage<ReportRecordContract>> ListByOperationNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
520public static IPage<ReportRecordContract> ListByProductNext(this IReportsOperations operations, string nextPageLink)
537public static async Task<IPage<ReportRecordContract>> ListByProductNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
554public static IPage<ReportRecordContract> ListByGeoNext(this IReportsOperations operations, string nextPageLink)
571public static async Task<IPage<ReportRecordContract>> ListByGeoNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
588public static IPage<ReportRecordContract> ListBySubscriptionNext(this IReportsOperations operations, string nextPageLink)
605public static async Task<IPage<ReportRecordContract>> ListBySubscriptionNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
622public static IPage<ReportRecordContract> ListByTimeNext(this IReportsOperations operations, string nextPageLink)
639public static async Task<IPage<ReportRecordContract>> ListByTimeNextAsync(this IReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SubscriptionOperationsExtensions.cs (4)
40public static IPage<SubscriptionContract> List(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>))
63public static async Task<IPage<SubscriptionContract>> ListAsync(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>), CancellationToken cancellationToken = default(CancellationToken))
524public static IPage<SubscriptionContract> ListNext(this ISubscriptionOperations operations, string nextPageLink)
541public static async Task<IPage<SubscriptionContract>> ListNextAsync(this ISubscriptionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TagOperations.cs (16)
96public async Task<AzureOperationResponse<IPage<TagContract>>> ListByOperationWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
285var _result = new AzureOperationResponse<IPage<TagContract>>();
1461public async Task<AzureOperationResponse<IPage<TagContract>>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1633var _result = new AzureOperationResponse<IPage<TagContract>>();
2737public async Task<AzureOperationResponse<IPage<TagContract>>> ListByProductWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2905var _result = new AzureOperationResponse<IPage<TagContract>>();
3975public async Task<AzureOperationResponse<IPage<TagContract>>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), string scope = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4131var _result = new AzureOperationResponse<IPage<TagContract>>();
5410public async Task<AzureOperationResponse<IPage<TagContract>>> ListByOperationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5519var _result = new AzureOperationResponse<IPage<TagContract>>();
5578public async Task<AzureOperationResponse<IPage<TagContract>>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5687var _result = new AzureOperationResponse<IPage<TagContract>>();
5746public async Task<AzureOperationResponse<IPage<TagContract>>> ListByProductNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5855var _result = new AzureOperationResponse<IPage<TagContract>>();
5914public async Task<AzureOperationResponse<IPage<TagContract>>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6023var _result = new AzureOperationResponse<IPage<TagContract>>();
Generated\TagOperationsExtensions.cs (16)
49public static IPage<TagContract> ListByOperation(this ITagOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>))
81public static async Task<IPage<TagContract>> ListByOperationAsync(this ITagOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), CancellationToken cancellationToken = default(CancellationToken))
370public static IPage<TagContract> ListByApi(this ITagOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>))
398public static async Task<IPage<TagContract>> ListByApiAsync(this ITagOperations operations, string resourceGroupName, string serviceName, string apiId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), CancellationToken cancellationToken = default(CancellationToken))
654public static IPage<TagContract> ListByProduct(this ITagOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>))
681public static async Task<IPage<TagContract>> ListByProductAsync(this ITagOperations operations, string resourceGroupName, string serviceName, string productId, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), CancellationToken cancellationToken = default(CancellationToken))
928public static IPage<TagContract> ListByService(this ITagOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), string scope = default(string))
954public static async Task<IPage<TagContract>> ListByServiceAsync(this ITagOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagContract> odataQuery = default(ODataQuery<TagContract>), string scope = default(string), CancellationToken cancellationToken = default(CancellationToken))
1245public static IPage<TagContract> ListByOperationNext(this ITagOperations operations, string nextPageLink)
1262public static async Task<IPage<TagContract>> ListByOperationNextAsync(this ITagOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1279public static IPage<TagContract> ListByApiNext(this ITagOperations operations, string nextPageLink)
1296public static async Task<IPage<TagContract>> ListByApiNextAsync(this ITagOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1313public static IPage<TagContract> ListByProductNext(this ITagOperations operations, string nextPageLink)
1330public static async Task<IPage<TagContract>> ListByProductNextAsync(this ITagOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1347public static IPage<TagContract> ListByServiceNext(this ITagOperations operations, string nextPageLink)
1364public static async Task<IPage<TagContract>> ListByServiceNextAsync(this ITagOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TagResourceOperationsExtensions.cs (4)
40public static IPage<TagResourceContract> ListByService(this ITagResourceOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>))
63public static async Task<IPage<TagResourceContract>> ListByServiceAsync(this ITagResourceOperations operations, string resourceGroupName, string serviceName, ODataQuery<TagResourceContract> odataQuery = default(ODataQuery<TagResourceContract>), CancellationToken cancellationToken = default(CancellationToken))
80public static IPage<TagResourceContract> ListByServiceNext(this ITagResourceOperations operations, string nextPageLink)
97public static async Task<IPage<TagResourceContract>> ListByServiceNextAsync(this ITagResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UserGroupOperationsExtensions.cs (4)
44public static IPage<GroupContract> List(this IUserGroupOperations operations, string resourceGroupName, string serviceName, string userId, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>))
71public static async Task<IPage<GroupContract>> ListAsync(this IUserGroupOperations operations, string resourceGroupName, string serviceName, string userId, ODataQuery<GroupContract> odataQuery = default(ODataQuery<GroupContract>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<GroupContract> ListNext(this IUserGroupOperations operations, string nextPageLink)
105public static async Task<IPage<GroupContract>> ListNextAsync(this IUserGroupOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UserIdentitiesOperationsExtensions.cs (4)
40public static IPage<UserIdentityContract> List(this IUserIdentitiesOperations operations, string resourceGroupName, string serviceName, string userId)
64public static async Task<IPage<UserIdentityContract>> ListAsync(this IUserIdentitiesOperations operations, string resourceGroupName, string serviceName, string userId, CancellationToken cancellationToken = default(CancellationToken))
81public static IPage<UserIdentityContract> ListNext(this IUserIdentitiesOperations operations, string nextPageLink)
98public static async Task<IPage<UserIdentityContract>> ListNextAsync(this IUserIdentitiesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UserOperationsExtensions.cs (4)
43public static IPage<UserContract> ListByService(this IUserOperations operations, string resourceGroupName, string serviceName, ODataQuery<UserContract> odataQuery = default(ODataQuery<UserContract>), bool? expandGroups = default(bool?))
69public static async Task<IPage<UserContract>> ListByServiceAsync(this IUserOperations operations, string resourceGroupName, string serviceName, ODataQuery<UserContract> odataQuery = default(ODataQuery<UserContract>), bool? expandGroups = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
478public static IPage<UserContract> ListByServiceNext(this IUserOperations operations, string nextPageLink)
495public static async Task<IPage<UserContract>> ListByServiceNextAsync(this IUserOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UserSubscriptionOperationsExtensions.cs (4)
44public static IPage<SubscriptionContract> List(this IUserSubscriptionOperations operations, string resourceGroupName, string serviceName, string userId, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>))
71public static async Task<IPage<SubscriptionContract>> ListAsync(this IUserSubscriptionOperations operations, string resourceGroupName, string serviceName, string userId, ODataQuery<SubscriptionContract> odataQuery = default(ODataQuery<SubscriptionContract>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<SubscriptionContract> ListNext(this IUserSubscriptionOperations operations, string nextPageLink)
105public static async Task<IPage<SubscriptionContract>> ListNextAsync(this IUserSubscriptionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ApplicationInsights (60)
Generated\ComponentsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<ApplicationInsightsComponent>>();
263public async Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
411var _result = new AzureOperationResponse<IPage<ApplicationInsightsComponent>>();
1855public async Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1969var _result = new AzureOperationResponse<IPage<ApplicationInsightsComponent>>();
2028public async Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2142var _result = new AzureOperationResponse<IPage<ApplicationInsightsComponent>>();
Generated\ComponentsOperationsExtensions.cs (8)
32public static IPage<ApplicationInsightsComponent> List(this IComponentsOperations operations)
46public static async Task<IPage<ApplicationInsightsComponent>> ListAsync(this IComponentsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
63public static IPage<ApplicationInsightsComponent> ListByResourceGroup(this IComponentsOperations operations, string resourceGroupName)
80public static async Task<IPage<ApplicationInsightsComponent>> ListByResourceGroupAsync(this IComponentsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
386public static IPage<ApplicationInsightsComponent> ListNext(this IComponentsOperations operations, string nextPageLink)
403public static async Task<IPage<ApplicationInsightsComponent>> ListNextAsync(this IComponentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
420public static IPage<ApplicationInsightsComponent> ListByResourceGroupNext(this IComponentsOperations operations, string nextPageLink)
437public static async Task<IPage<ApplicationInsightsComponent>> ListByResourceGroupNextAsync(this IComponentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IComponentsOperations.cs (4)
45Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
287Task<AzureOperationResponse<IPage<ApplicationInsightsComponent>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWebTestsOperations.cs (6)
48Task<AzureOperationResponse<IPage<WebTest>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<WebTest>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
198Task<AzureOperationResponse<IPage<WebTest>>> ListByComponentWithHttpMessagesAsync(string componentName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
221Task<AzureOperationResponse<IPage<WebTest>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<WebTest>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
267Task<AzureOperationResponse<IPage<WebTest>>> ListByComponentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\WebTestsOperations.cs (12)
81public async Task<AzureOperationResponse<IPage<WebTest>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
229var _result = new AzureOperationResponse<IPage<WebTest>>();
1163public async Task<AzureOperationResponse<IPage<WebTest>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1290var _result = new AzureOperationResponse<IPage<WebTest>>();
1352public async Task<AzureOperationResponse<IPage<WebTest>>> ListByComponentWithHttpMessagesAsync(string componentName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1506var _result = new AzureOperationResponse<IPage<WebTest>>();
1566public async Task<AzureOperationResponse<IPage<WebTest>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1680var _result = new AzureOperationResponse<IPage<WebTest>>();
1740public async Task<AzureOperationResponse<IPage<WebTest>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1854var _result = new AzureOperationResponse<IPage<WebTest>>();
1913public async Task<AzureOperationResponse<IPage<WebTest>>> ListByComponentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2027var _result = new AzureOperationResponse<IPage<WebTest>>();
Generated\WebTestsOperationsExtensions.cs (12)
36public static IPage<WebTest> ListByResourceGroup(this IWebTestsOperations operations, string resourceGroupName)
54public static async Task<IPage<WebTest>> ListByResourceGroupAsync(this IWebTestsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<WebTest> List(this IWebTestsOperations operations)
255public static async Task<IPage<WebTest>> ListAsync(this IWebTestsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
275public static IPage<WebTest> ListByComponent(this IWebTestsOperations operations, string componentName, string resourceGroupName)
295public static async Task<IPage<WebTest>> ListByComponentAsync(this IWebTestsOperations operations, string componentName, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
313public static IPage<WebTest> ListByResourceGroupNext(this IWebTestsOperations operations, string nextPageLink)
331public static async Task<IPage<WebTest>> ListByResourceGroupNextAsync(this IWebTestsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<WebTest> ListNext(this IWebTestsOperations operations, string nextPageLink)
367public static async Task<IPage<WebTest>> ListNextAsync(this IWebTestsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<WebTest> ListByComponentNext(this IWebTestsOperations operations, string nextPageLink)
401public static async Task<IPage<WebTest>> ListByComponentNextAsync(this IWebTestsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.AppPlatform (100)
Microsoft.Azure.Management.Authorization (130)
Generated\DenyAssignmentsOperations.cs (16)
96public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
255var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
317public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
452var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
511public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListWithHttpMessagesAsync(ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
640var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
1075public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1205var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
1264public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1378var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
1437public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1551var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
1610public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1724var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
1783public async Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1897var _result = new AzureOperationResponse<IPage<DenyAssignment>>();
Generated\DenyAssignmentsOperationsExtensions.cs (16)
49public static IPage<DenyAssignment> ListForResource(this IDenyAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>))
81public static async Task<IPage<DenyAssignment>> ListForResourceAsync(this IDenyAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
101public static IPage<DenyAssignment> ListForResourceGroup(this IDenyAssignmentsOperations operations, string resourceGroupName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>))
121public static async Task<IPage<DenyAssignment>> ListForResourceGroupAsync(this IDenyAssignmentsOperations operations, string resourceGroupName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
138public static IPage<DenyAssignment> List(this IDenyAssignmentsOperations operations, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>))
155public static async Task<IPage<DenyAssignment>> ListAsync(this IDenyAssignmentsOperations operations, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
257public static IPage<DenyAssignment> ListForScope(this IDenyAssignmentsOperations operations, string scope, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>))
277public static async Task<IPage<DenyAssignment>> ListForScopeAsync(this IDenyAssignmentsOperations operations, string scope, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
294public static IPage<DenyAssignment> ListForResourceNext(this IDenyAssignmentsOperations operations, string nextPageLink)
311public static async Task<IPage<DenyAssignment>> ListForResourceNextAsync(this IDenyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
328public static IPage<DenyAssignment> ListForResourceGroupNext(this IDenyAssignmentsOperations operations, string nextPageLink)
345public static async Task<IPage<DenyAssignment>> ListForResourceGroupNextAsync(this IDenyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
362public static IPage<DenyAssignment> ListNext(this IDenyAssignmentsOperations operations, string nextPageLink)
379public static async Task<IPage<DenyAssignment>> ListNextAsync(this IDenyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
396public static IPage<DenyAssignment> ListForScopeNext(this IDenyAssignmentsOperations operations, string nextPageLink)
413public static async Task<IPage<DenyAssignment>> ListForScopeNextAsync(this IDenyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDenyAssignmentsOperations.cs (8)
63Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
88Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
110Task<AzureOperationResponse<IPage<DenyAssignment>>> ListWithHttpMessagesAsync(ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
187Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery<DenyAssignmentFilter> odataQuery = default(ODataQuery<DenyAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
209Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
231Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
253Task<AzureOperationResponse<IPage<DenyAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
275Task<AzureOperationResponse<IPage<DenyAssignment>>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPermissionsOperations.cs (4)
47Task<AzureOperationResponse<IPage<Permission>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
81Task<AzureOperationResponse<IPage<Permission>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<Permission>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
125Task<AzureOperationResponse<IPage<Permission>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRoleAssignmentsOperations.cs (8)
63Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
88Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<RoleAssignment>>> ListWithHttpMessagesAsync(ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
289Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
311Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
333Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
355Task<AzureOperationResponse<IPage<RoleAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
377Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PermissionsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<Permission>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<Permission>>();
277public async Task<AzureOperationResponse<IPage<Permission>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
427var _result = new AzureOperationResponse<IPage<Permission>>();
486public async Task<AzureOperationResponse<IPage<Permission>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
600var _result = new AzureOperationResponse<IPage<Permission>>();
659public async Task<AzureOperationResponse<IPage<Permission>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
773var _result = new AzureOperationResponse<IPage<Permission>>();
Generated\PermissionsOperationsExtensions.cs (8)
33public static IPage<Permission> ListForResourceGroup(this IPermissionsOperations operations, string resourceGroupName)
50public static async Task<IPage<Permission>> ListForResourceGroupAsync(this IPermissionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
79public static IPage<Permission> ListForResource(this IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName)
108public static async Task<IPage<Permission>> ListForResourceAsync(this IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
125public static IPage<Permission> ListForResourceGroupNext(this IPermissionsOperations operations, string nextPageLink)
142public static async Task<IPage<Permission>> ListForResourceGroupNextAsync(this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
159public static IPage<Permission> ListForResourceNext(this IPermissionsOperations operations, string nextPageLink)
176public static async Task<IPage<Permission>> ListForResourceNextAsync(this IPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RoleAssignmentsOperations.cs (16)
96public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
255var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
317public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
452var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
1660public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListWithHttpMessagesAsync(ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1789var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
1851public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForScopeWithHttpMessagesAsync(string scope, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1981var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
2040public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2154var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
2213public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2327var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
2386public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2500var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
2559public async Task<AzureOperationResponse<IPage<RoleAssignment>>> ListForScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2673var _result = new AzureOperationResponse<IPage<RoleAssignment>>();
Generated\RoleAssignmentsOperationsExtensions.cs (16)
49public static IPage<RoleAssignment> ListForResource(this IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>))
81public static async Task<IPage<RoleAssignment>> ListForResourceAsync(this IRoleAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
101public static IPage<RoleAssignment> ListForResourceGroup(this IRoleAssignmentsOperations operations, string resourceGroupName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>))
121public static async Task<IPage<RoleAssignment>> ListForResourceGroupAsync(this IRoleAssignmentsOperations operations, string resourceGroupName, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<RoleAssignment> List(this IRoleAssignmentsOperations operations, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>))
401public static async Task<IPage<RoleAssignment>> ListAsync(this IRoleAssignmentsOperations operations, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
421public static IPage<RoleAssignment> ListForScope(this IRoleAssignmentsOperations operations, string scope, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>))
441public static async Task<IPage<RoleAssignment>> ListForScopeAsync(this IRoleAssignmentsOperations operations, string scope, ODataQuery<RoleAssignmentFilter> odataQuery = default(ODataQuery<RoleAssignmentFilter>), CancellationToken cancellationToken = default(CancellationToken))
458public static IPage<RoleAssignment> ListForResourceNext(this IRoleAssignmentsOperations operations, string nextPageLink)
475public static async Task<IPage<RoleAssignment>> ListForResourceNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
492public static IPage<RoleAssignment> ListForResourceGroupNext(this IRoleAssignmentsOperations operations, string nextPageLink)
509public static async Task<IPage<RoleAssignment>> ListForResourceGroupNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
526public static IPage<RoleAssignment> ListNext(this IRoleAssignmentsOperations operations, string nextPageLink)
543public static async Task<IPage<RoleAssignment>> ListNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
560public static IPage<RoleAssignment> ListForScopeNext(this IRoleAssignmentsOperations operations, string nextPageLink)
577public static async Task<IPage<RoleAssignment>> ListForScopeNextAsync(this IRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Automation (270)
Generated\ActivityOperationsExtensions.cs (4)
96public static IPage<Activity> ListByModule(this IActivityOperations operations, string resourceGroupName, string automationAccountName, string moduleName)
120public static async Task<IPage<Activity>> ListByModuleAsync(this IActivityOperations operations, string resourceGroupName, string automationAccountName, string moduleName, CancellationToken cancellationToken = default(CancellationToken))
138public static IPage<Activity> ListByModuleNext(this IActivityOperations operations, string nextPageLink)
156public static async Task<IPage<Activity>> ListByModuleNextAsync(this IActivityOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AutomationAccountOperations.cs (8)
930public async Task<AzureOperationResponse<IPage<AutomationAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1066var _result = new AzureOperationResponse<IPage<AutomationAccount>>();
1125public async Task<AzureOperationResponse<IPage<AutomationAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1240var _result = new AzureOperationResponse<IPage<AutomationAccount>>();
1300public async Task<AzureOperationResponse<IPage<AutomationAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1409var _result = new AzureOperationResponse<IPage<AutomationAccount>>();
1471public async Task<AzureOperationResponse<IPage<AutomationAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1580var _result = new AzureOperationResponse<IPage<AutomationAccount>>();
Generated\AutomationAccountOperationsExtensions.cs (8)
211public static IPage<AutomationAccount> ListByResourceGroup(this IAutomationAccountOperations operations, string resourceGroupName)
229public static async Task<IPage<AutomationAccount>> ListByResourceGroupAsync(this IAutomationAccountOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<AutomationAccount> List(this IAutomationAccountOperations operations)
263public static async Task<IPage<AutomationAccount>> ListAsync(this IAutomationAccountOperations operations, CancellationToken cancellationToken = default(CancellationToken))
281public static IPage<AutomationAccount> ListByResourceGroupNext(this IAutomationAccountOperations operations, string nextPageLink)
299public static async Task<IPage<AutomationAccount>> ListByResourceGroupNextAsync(this IAutomationAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
319public static IPage<AutomationAccount> ListNext(this IAutomationAccountOperations operations, string nextPageLink)
339public static async Task<IPage<AutomationAccount>> ListNextAsync(this IAutomationAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DscCompilationJobOperationsExtensions.cs (4)
143public static IPage<DscCompilationJob> ListByAutomationAccount(this IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscCompilationJob> odataQuery = default(ODataQuery<DscCompilationJob>))
167public static async Task<IPage<DscCompilationJob>> ListByAutomationAccountAsync(this IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscCompilationJob> odataQuery = default(ODataQuery<DscCompilationJob>), CancellationToken cancellationToken = default(CancellationToken))
293public static IPage<DscCompilationJob> ListByAutomationAccountNext(this IDscCompilationJobOperations operations, string nextPageLink)
311public static async Task<IPage<DscCompilationJob>> ListByAutomationAccountNextAsync(this IDscCompilationJobOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DscConfigurationOperationsExtensions.cs (4)
293public static IPage<DscConfiguration> ListByAutomationAccount(this IDscConfigurationOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscConfiguration> odataQuery = default(ODataQuery<DscConfiguration>), string inlinecount = default(string))
320public static async Task<IPage<DscConfiguration>> ListByAutomationAccountAsync(this IDscConfigurationOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscConfiguration> odataQuery = default(ODataQuery<DscConfiguration>), string inlinecount = default(string), CancellationToken cancellationToken = default(CancellationToken))
338public static IPage<DscConfiguration> ListByAutomationAccountNext(this IDscConfigurationOperations operations, string nextPageLink)
356public static async Task<IPage<DscConfiguration>> ListByAutomationAccountNextAsync(this IDscConfigurationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DscNodeConfigurationOperationsExtensions.cs (4)
191public static IPage<DscNodeConfiguration> ListByAutomationAccount(this IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscNodeConfiguration> odataQuery = default(ODataQuery<DscNodeConfiguration>), string inlinecount = default(string))
218public static async Task<IPage<DscNodeConfiguration>> ListByAutomationAccountAsync(this IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscNodeConfiguration> odataQuery = default(ODataQuery<DscNodeConfiguration>), string inlinecount = default(string), CancellationToken cancellationToken = default(CancellationToken))
290public static IPage<DscNodeConfiguration> ListByAutomationAccountNext(this IDscNodeConfigurationOperations operations, string nextPageLink)
308public static async Task<IPage<DscNodeConfiguration>> ListByAutomationAccountNextAsync(this IDscNodeConfigurationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DscNodeOperationsExtensions.cs (4)
194public static IPage<DscNode> ListByAutomationAccount(this IDscNodeOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscNode> odataQuery = default(ODataQuery<DscNode>), string inlinecount = default(string))
221public static async Task<IPage<DscNode>> ListByAutomationAccountAsync(this IDscNodeOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<DscNode> odataQuery = default(ODataQuery<DscNode>), string inlinecount = default(string), CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<DscNode> ListByAutomationAccountNext(this IDscNodeOperations operations, string nextPageLink)
257public static async Task<IPage<DscNode>> ListByAutomationAccountNextAsync(this IDscNodeOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\HybridRunbookWorkerGroupOperationsExtensions.cs (4)
188public static IPage<HybridRunbookWorkerGroup> ListByAutomationAccount(this IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<HybridRunbookWorkerGroup> odataQuery = default(ODataQuery<HybridRunbookWorkerGroup>))
212public static async Task<IPage<HybridRunbookWorkerGroup>> ListByAutomationAccountAsync(this IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<HybridRunbookWorkerGroup> odataQuery = default(ODataQuery<HybridRunbookWorkerGroup>), CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<HybridRunbookWorkerGroup> ListByAutomationAccountNext(this IHybridRunbookWorkerGroupOperations operations, string nextPageLink)
248public static async Task<IPage<HybridRunbookWorkerGroup>> ListByAutomationAccountNextAsync(this IHybridRunbookWorkerGroupOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAutomationAccountOperations.cs (4)
155Task<AzureOperationResponse<IPage<AutomationAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
177Task<AzureOperationResponse<IPage<AutomationAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
200Task<AzureOperationResponse<IPage<AutomationAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<AutomationAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobOperations.cs (2)
248Task<AzureOperationResponse<IPage<JobCollectionItem>>> ListByAutomationAccountWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, ODataQuery<JobCollectionItem> odataQuery = default(ODataQuery<JobCollectionItem>), string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
303Task<AzureOperationResponse<IPage<JobCollectionItem>>> ListByAutomationAccountNextWithHttpMessagesAsync(string nextPageLink, string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobStreamOperations.cs (2)
95Task<AzureOperationResponse<IPage<JobStream>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string jobName, string filter = default(string), string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
121Task<AzureOperationResponse<IPage<JobStream>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISourceControlSyncJobStreamsOperations.cs (2)
60Task<AzureOperationResponse<IPage<SourceControlSyncJobStream>>> ListBySyncJobWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string sourceControlName, System.Guid sourceControlSyncJobId, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
118Task<AzureOperationResponse<IPage<SourceControlSyncJobStream>>> ListBySyncJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobOperations.cs (4)
1399public async Task<AzureOperationResponse<IPage<JobCollectionItem>>> ListByAutomationAccountWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, ODataQuery<JobCollectionItem> odataQuery = default(ODataQuery<JobCollectionItem>), string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1559var _result = new AzureOperationResponse<IPage<JobCollectionItem>>();
1827public async Task<AzureOperationResponse<IPage<JobCollectionItem>>> ListByAutomationAccountNextWithHttpMessagesAsync(string nextPageLink, string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1945var _result = new AzureOperationResponse<IPage<JobCollectionItem>>();
Generated\JobOperationsExtensions.cs (4)
367public static IPage<JobCollectionItem> ListByAutomationAccount(this IJobOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<JobCollectionItem> odataQuery = default(ODataQuery<JobCollectionItem>), string clientRequestId = default(string))
394public static async Task<IPage<JobCollectionItem>> ListByAutomationAccountAsync(this IJobOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<JobCollectionItem> odataQuery = default(ODataQuery<JobCollectionItem>), string clientRequestId = default(string), CancellationToken cancellationToken = default(CancellationToken))
466public static IPage<JobCollectionItem> ListByAutomationAccountNext(this IJobOperations operations, string nextPageLink, string clientRequestId = default(string))
487public static async Task<IPage<JobCollectionItem>> ListByAutomationAccountNextAsync(this IJobOperations operations, string nextPageLink, string clientRequestId = default(string), CancellationToken cancellationToken = default(CancellationToken))
Generated\JobScheduleOperationsExtensions.cs (4)
188public static IPage<JobSchedule> ListByAutomationAccount(this IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<JobSchedule> odataQuery = default(ODataQuery<JobSchedule>))
212public static async Task<IPage<JobSchedule>> ListByAutomationAccountAsync(this IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<JobSchedule> odataQuery = default(ODataQuery<JobSchedule>), CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<JobSchedule> ListByAutomationAccountNext(this IJobScheduleOperations operations, string nextPageLink)
248public static async Task<IPage<JobSchedule>> ListByAutomationAccountNextAsync(this IJobScheduleOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobStreamOperations.cs (4)
328public async Task<AzureOperationResponse<IPage<JobStream>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string jobName, string filter = default(string), string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
490var _result = new AzureOperationResponse<IPage<JobStream>>();
553public async Task<AzureOperationResponse<IPage<JobStream>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, string clientRequestId = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
671var _result = new AzureOperationResponse<IPage<JobStream>>();
Generated\JobStreamOperationsExtensions.cs (4)
106public static IPage<JobStream> ListByJob(this IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string filter = default(string), string clientRequestId = default(string))
136public static async Task<IPage<JobStream>> ListByJobAsync(this IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string filter = default(string), string clientRequestId = default(string), CancellationToken cancellationToken = default(CancellationToken))
157public static IPage<JobStream> ListByJobNext(this IJobStreamOperations operations, string nextPageLink, string clientRequestId = default(string))
178public static async Task<IPage<JobStream>> ListByJobNextAsync(this IJobStreamOperations operations, string nextPageLink, string clientRequestId = default(string), CancellationToken cancellationToken = default(CancellationToken))
Generated\NodeReportsOperationsExtensions.cs (4)
44public static IPage<DscNodeReport> ListByNode(this INodeReportsOperations operations, string resourceGroupName, string automationAccountName, string nodeId, ODataQuery<DscNodeReport> odataQuery = default(ODataQuery<DscNodeReport>))
71public static async Task<IPage<DscNodeReport>> ListByNodeAsync(this INodeReportsOperations operations, string resourceGroupName, string automationAccountName, string nodeId, ODataQuery<DscNodeReport> odataQuery = default(ODataQuery<DscNodeReport>), CancellationToken cancellationToken = default(CancellationToken))
197public static IPage<DscNodeReport> ListByNodeNext(this INodeReportsOperations operations, string nextPageLink)
215public static async Task<IPage<DscNodeReport>> ListByNodeNextAsync(this INodeReportsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SourceControlOperationsExtensions.cs (4)
241public static IPage<SourceControl> ListByAutomationAccount(this ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string filter = default(string))
265public static async Task<IPage<SourceControl>> ListByAutomationAccountAsync(this ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
283public static IPage<SourceControl> ListByAutomationAccountNext(this ISourceControlOperations operations, string nextPageLink)
301public static async Task<IPage<SourceControl>> ListByAutomationAccountNextAsync(this ISourceControlOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SourceControlSyncJobOperationsExtensions.cs (4)
157public static IPage<SourceControlSyncJob> ListByAutomationAccount(this ISourceControlSyncJobOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, string filter = default(string))
184public static async Task<IPage<SourceControlSyncJob>> ListByAutomationAccountAsync(this ISourceControlSyncJobOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
202public static IPage<SourceControlSyncJob> ListByAutomationAccountNext(this ISourceControlSyncJobOperations operations, string nextPageLink)
220public static async Task<IPage<SourceControlSyncJob>> ListByAutomationAccountNextAsync(this ISourceControlSyncJobOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SourceControlSyncJobStreamsOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<SourceControlSyncJobStream>>> ListBySyncJobWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string sourceControlName, System.Guid sourceControlSyncJobId, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
248var _result = new AzureOperationResponse<IPage<SourceControlSyncJobStream>>();
536public async Task<AzureOperationResponse<IPage<SourceControlSyncJobStream>>> ListBySyncJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
645var _result = new AzureOperationResponse<IPage<SourceControlSyncJobStream>>();
Generated\SourceControlSyncJobStreamsOperationsExtensions.cs (4)
46public static IPage<SourceControlSyncJobStream> ListBySyncJob(this ISourceControlSyncJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, System.Guid sourceControlSyncJobId, string filter = default(string))
76public static async Task<IPage<SourceControlSyncJobStream>> ListBySyncJobAsync(this ISourceControlSyncJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, System.Guid sourceControlSyncJobId, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
154public static IPage<SourceControlSyncJobStream> ListBySyncJobNext(this ISourceControlSyncJobStreamsOperations operations, string nextPageLink)
172public static async Task<IPage<SourceControlSyncJobStream>> ListBySyncJobNextAsync(this ISourceControlSyncJobStreamsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TestJobStreamsOperationsExtensions.cs (4)
99public static IPage<JobStream> ListByTestJob(this ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string filter = default(string))
126public static async Task<IPage<JobStream>> ListByTestJobAsync(this ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<JobStream> ListByTestJobNext(this ITestJobStreamsOperations operations, string nextPageLink)
162public static async Task<IPage<JobStream>> ListByTestJobNextAsync(this ITestJobStreamsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WatcherOperationsExtensions.cs (4)
332public static IPage<Watcher> ListByAutomationAccount(this IWatcherOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<Watcher> odataQuery = default(ODataQuery<Watcher>))
356public static async Task<IPage<Watcher>> ListByAutomationAccountAsync(this IWatcherOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<Watcher> odataQuery = default(ODataQuery<Watcher>), CancellationToken cancellationToken = default(CancellationToken))
374public static IPage<Watcher> ListByAutomationAccountNext(this IWatcherOperations operations, string nextPageLink)
392public static async Task<IPage<Watcher>> ListByAutomationAccountNextAsync(this IWatcherOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WebhookOperationsExtensions.cs (4)
284public static IPage<Webhook> ListByAutomationAccount(this IWebhookOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<Webhook> odataQuery = default(ODataQuery<Webhook>))
308public static async Task<IPage<Webhook>> ListByAutomationAccountAsync(this IWebhookOperations operations, string resourceGroupName, string automationAccountName, ODataQuery<Webhook> odataQuery = default(ODataQuery<Webhook>), CancellationToken cancellationToken = default(CancellationToken))
326public static IPage<Webhook> ListByAutomationAccountNext(this IWebhookOperations operations, string nextPageLink)
344public static async Task<IPage<Webhook>> ListByAutomationAccountNextAsync(this IWebhookOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Avs (60)
Generated\IPrivateCloudsOperations.cs (4)
47Task<AzureOperationResponse<IPage<PrivateCloud>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<PrivateCloud>>> ListInSubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
294Task<AzureOperationResponse<IPage<PrivateCloud>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
316Task<AzureOperationResponse<IPage<PrivateCloud>>> ListInSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateCloudsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<PrivateCloud>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
237var _result = new AzureOperationResponse<IPage<PrivateCloud>>();
293public async Task<AzureOperationResponse<IPage<PrivateCloud>>> ListInSubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
429var _result = new AzureOperationResponse<IPage<PrivateCloud>>();
1732public async Task<AzureOperationResponse<IPage<PrivateCloud>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1846var _result = new AzureOperationResponse<IPage<PrivateCloud>>();
1905public async Task<AzureOperationResponse<IPage<PrivateCloud>>> ListInSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2019var _result = new AzureOperationResponse<IPage<PrivateCloud>>();
Generated\PrivateCloudsOperationsExtensions.cs (8)
33public static IPage<PrivateCloud> List(this IPrivateCloudsOperations operations, string resourceGroupName)
50public static async Task<IPage<PrivateCloud>> ListAsync(this IPrivateCloudsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<PrivateCloud> ListInSubscription(this IPrivateCloudsOperations operations)
78public static async Task<IPage<PrivateCloud>> ListInSubscriptionAsync(this IPrivateCloudsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
433public static IPage<PrivateCloud> ListNext(this IPrivateCloudsOperations operations, string nextPageLink)
450public static async Task<IPage<PrivateCloud>> ListNextAsync(this IPrivateCloudsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
467public static IPage<PrivateCloud> ListInSubscriptionNext(this IPrivateCloudsOperations operations, string nextPageLink)
484public static async Task<IPage<PrivateCloud>> ListInSubscriptionNextAsync(this IPrivateCloudsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.AzureStackHCI (20)
Generated\ClustersOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
194var _result = new AzureOperationResponse<IPage<Cluster>>();
253public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
376var _result = new AzureOperationResponse<IPage<Cluster>>();
1207public async Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1316var _result = new AzureOperationResponse<IPage<Cluster>>();
1375public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1484var _result = new AzureOperationResponse<IPage<Cluster>>();
Generated\ClustersOperationsExtensions.cs (8)
32public static IPage<Cluster> ListBySubscription(this IClustersOperations operations)
46public static async Task<IPage<Cluster>> ListBySubscriptionAsync(this IClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
63public static IPage<Cluster> ListByResourceGroup(this IClustersOperations operations, string resourceGroupName)
80public static async Task<IPage<Cluster>> ListByResourceGroupAsync(this IClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
266public static IPage<Cluster> ListBySubscriptionNext(this IClustersOperations operations, string nextPageLink)
283public static async Task<IPage<Cluster>> ListBySubscriptionNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
300public static IPage<Cluster> ListByResourceGroupNext(this IClustersOperations operations, string nextPageLink)
317public static async Task<IPage<Cluster>> ListByResourceGroupNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IClustersOperations.cs (4)
44Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
191Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.Batch (90)
Generated\ApplicationOperationsExtensions.cs (4)
232public static IPage<Application> List(this IApplicationOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?))
255public static async Task<IPage<Application>> ListAsync(this IApplicationOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
272public static IPage<Application> ListNext(this IApplicationOperations operations, string nextPageLink)
289public static async Task<IPage<Application>> ListNextAsync(this IApplicationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApplicationPackageOperationsExtensions.cs (4)
263public static IPage<ApplicationPackage> List(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, int? maxresults = default(int?))
289public static async Task<IPage<ApplicationPackage>> ListAsync(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
306public static IPage<ApplicationPackage> ListNext(this IApplicationPackageOperations operations, string nextPageLink)
323public static async Task<IPage<ApplicationPackage>> ListNextAsync(this IApplicationPackageOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BatchAccountOperations.cs (8)
567public async Task<AzureOperationResponse<IPage<BatchAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
689var _result = new AzureOperationResponse<IPage<BatchAccount>>();
749public async Task<AzureOperationResponse<IPage<BatchAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
877var _result = new AzureOperationResponse<IPage<BatchAccount>>();
2021public async Task<AzureOperationResponse<IPage<BatchAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2135var _result = new AzureOperationResponse<IPage<BatchAccount>>();
2195public async Task<AzureOperationResponse<IPage<BatchAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2309var _result = new AzureOperationResponse<IPage<BatchAccount>>();
Generated\BatchAccountOperationsExtensions.cs (8)
216public static IPage<BatchAccount> List(this IBatchAccountOperations operations)
230public static async Task<IPage<BatchAccount>> ListAsync(this IBatchAccountOperations operations, CancellationToken cancellationToken = default(CancellationToken))
248public static IPage<BatchAccount> ListByResourceGroup(this IBatchAccountOperations operations, string resourceGroupName)
266public static async Task<IPage<BatchAccount>> ListByResourceGroupAsync(this IBatchAccountOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
524public static IPage<BatchAccount> ListNext(this IBatchAccountOperations operations, string nextPageLink)
541public static async Task<IPage<BatchAccount>> ListNextAsync(this IBatchAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
559public static IPage<BatchAccount> ListByResourceGroupNext(this IBatchAccountOperations operations, string nextPageLink)
577public static async Task<IPage<BatchAccount>> ListByResourceGroupNextAsync(this IBatchAccountOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CertificateOperations.cs (4)
96public async Task<AzureOperationResponse<IPage<Certificate>>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
260var _result = new AzureOperationResponse<IPage<Certificate>>();
1656public async Task<AzureOperationResponse<IPage<Certificate>>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1770var _result = new AzureOperationResponse<IPage<Certificate>>();
Generated\CertificateOperationsExtensions.cs (4)
49public static IPage<Certificate> ListByBatchAccount(this ICertificateOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string))
82public static async Task<IPage<Certificate>> ListByBatchAccountAsync(this ICertificateOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
455public static IPage<Certificate> ListByBatchAccountNext(this ICertificateOperations operations, string nextPageLink)
472public static async Task<IPage<Certificate>> ListByBatchAccountNextAsync(this ICertificateOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBatchAccountOperations.cs (4)
155Task<AzureOperationResponse<IPage<BatchAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<BatchAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
342Task<AzureOperationResponse<IPage<BatchAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
365Task<AzureOperationResponse<IPage<BatchAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICertificateOperations.cs (2)
63Task<AzureOperationResponse<IPage<Certificate>>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
292Task<AzureOperationResponse<IPage<Certificate>>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPoolOperations.cs (2)
73Task<AzureOperationResponse<IPage<Pool>>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
317Task<AzureOperationResponse<IPage<Pool>>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PoolOperations.cs (4)
106public async Task<AzureOperationResponse<IPage<Pool>>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
270var _result = new AzureOperationResponse<IPage<Pool>>();
1904public async Task<AzureOperationResponse<IPage<Pool>>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2018var _result = new AzureOperationResponse<IPage<Pool>>();
Generated\PoolOperationsExtensions.cs (4)
59public static IPage<Pool> ListByBatchAccount(this IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string))
102public static async Task<IPage<Pool>> ListByBatchAccountAsync(this IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), string select = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
501public static IPage<Pool> ListByBatchAccountNext(this IPoolOperations operations, string nextPageLink)
518public static async Task<IPage<Pool>> ListByBatchAccountNextAsync(this IPoolOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrivateEndpointConnectionOperationsExtensions.cs (4)
39public static IPage<PrivateEndpointConnection> ListByBatchAccount(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?))
62public static async Task<IPage<PrivateEndpointConnection>> ListByBatchAccountAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
259public static IPage<PrivateEndpointConnection> ListByBatchAccountNext(this IPrivateEndpointConnectionOperations operations, string nextPageLink)
276public static async Task<IPage<PrivateEndpointConnection>> ListByBatchAccountNextAsync(this IPrivateEndpointConnectionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrivateLinkResourceOperationsExtensions.cs (4)
39public static IPage<PrivateLinkResource> ListByBatchAccount(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?))
62public static async Task<IPage<PrivateLinkResource>> ListByBatchAccountAsync(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken))
125public static IPage<PrivateLinkResource> ListByBatchAccountNext(this IPrivateLinkResourceOperations operations, string nextPageLink)
142public static async Task<IPage<PrivateLinkResource>> ListByBatchAccountNextAsync(this IPrivateLinkResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.BatchAI (110)
Generated\ClustersOperations.cs (8)
663public async Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string clusterName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
840var _result = new AzureOperationResponse<IPage<RemoteLoginInformation>>();
907public async Task<AzureOperationResponse<IPage<Cluster>>> ListByWorkspaceWithHttpMessagesAsync(string resourceGroupName, string workspaceName, ClustersListByWorkspaceOptions clustersListByWorkspaceOptions = default(ClustersListByWorkspaceOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1073var _result = new AzureOperationResponse<IPage<Cluster>>();
1621public async Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1735var _result = new AzureOperationResponse<IPage<RemoteLoginInformation>>();
1794public async Task<AzureOperationResponse<IPage<Cluster>>> ListByWorkspaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1908var _result = new AzureOperationResponse<IPage<Cluster>>();
Generated\ClustersOperationsExtensions.cs (8)
270public static IPage<RemoteLoginInformation> ListRemoteLoginInformation(this IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName)
297public static async Task<IPage<RemoteLoginInformation>> ListRemoteLoginInformationAsync(this IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, CancellationToken cancellationToken = default(CancellationToken))
322public static IPage<Cluster> ListByWorkspace(this IClustersOperations operations, string resourceGroupName, string workspaceName, ClustersListByWorkspaceOptions clustersListByWorkspaceOptions = default(ClustersListByWorkspaceOptions))
347public static async Task<IPage<Cluster>> ListByWorkspaceAsync(this IClustersOperations operations, string resourceGroupName, string workspaceName, ClustersListByWorkspaceOptions clustersListByWorkspaceOptions = default(ClustersListByWorkspaceOptions), CancellationToken cancellationToken = default(CancellationToken))
475public static IPage<RemoteLoginInformation> ListRemoteLoginInformationNext(this IClustersOperations operations, string nextPageLink)
492public static async Task<IPage<RemoteLoginInformation>> ListRemoteLoginInformationNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
509public static IPage<Cluster> ListByWorkspaceNext(this IClustersOperations operations, string nextPageLink)
526public static async Task<IPage<Cluster>> ListByWorkspaceNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExperimentsOperationsExtensions.cs (4)
41public static IPage<Experiment> ListByWorkspace(this IExperimentsOperations operations, string resourceGroupName, string workspaceName, ExperimentsListByWorkspaceOptions experimentsListByWorkspaceOptions = default(ExperimentsListByWorkspaceOptions))
66public static async Task<IPage<Experiment>> ListByWorkspaceAsync(this IExperimentsOperations operations, string resourceGroupName, string workspaceName, ExperimentsListByWorkspaceOptions experimentsListByWorkspaceOptions = default(ExperimentsListByWorkspaceOptions), CancellationToken cancellationToken = default(CancellationToken))
347public static IPage<Experiment> ListByWorkspaceNext(this IExperimentsOperations operations, string nextPageLink)
364public static async Task<IPage<Experiment>> ListByWorkspaceNextAsync(this IExperimentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FileServersOperationsExtensions.cs (4)
212public static IPage<FileServer> ListByWorkspace(this IFileServersOperations operations, string resourceGroupName, string workspaceName, FileServersListByWorkspaceOptions fileServersListByWorkspaceOptions = default(FileServersListByWorkspaceOptions))
237public static async Task<IPage<FileServer>> ListByWorkspaceAsync(this IFileServersOperations operations, string resourceGroupName, string workspaceName, FileServersListByWorkspaceOptions fileServersListByWorkspaceOptions = default(FileServersListByWorkspaceOptions), CancellationToken cancellationToken = default(CancellationToken))
369public static IPage<FileServer> ListByWorkspaceNext(this IFileServersOperations operations, string nextPageLink)
386public static async Task<IPage<FileServer>> ListByWorkspaceNextAsync(this IFileServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IClustersOperations.cs (4)
194Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string clusterName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<Cluster>>> ListByWorkspaceWithHttpMessagesAsync(string resourceGroupName, string workspaceName, ClustersListByWorkspaceOptions clustersListByWorkspaceOptions = default(ClustersListByWorkspaceOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
313Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
336Task<AzureOperationResponse<IPage<Cluster>>> ListByWorkspaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobsOperations.cs (6)
60Task<AzureOperationResponse<IPage<Job>>> ListByExperimentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, JobsListByExperimentOptions jobsListByExperimentOptions = default(JobsListByExperimentOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
217Task<AzureOperationResponse<IPage<File>>> ListOutputFilesWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, string jobName, JobsListOutputFilesOptions jobsListOutputFilesOptions, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
257Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, string jobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
425Task<AzureOperationResponse<IPage<Job>>> ListByExperimentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
449Task<AzureOperationResponse<IPage<File>>> ListOutputFilesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
473Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWorkspacesOperations.cs (4)
47Task<AzureOperationResponse<IPage<Workspace>>> ListWithHttpMessagesAsync(WorkspacesListOptions workspacesListOptions = default(WorkspacesListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
72Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions = default(WorkspacesListByResourceGroupOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
259Task<AzureOperationResponse<IPage<Workspace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
281Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobsOperations.cs (12)
93public async Task<AzureOperationResponse<IPage<Job>>> ListByExperimentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, JobsListByExperimentOptions jobsListByExperimentOptions = default(JobsListByExperimentOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
280var _result = new AzureOperationResponse<IPage<Job>>();
702public async Task<AzureOperationResponse<IPage<File>>> ListOutputFilesWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, string jobName, JobsListOutputFilesOptions jobsListOutputFilesOptions, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
948var _result = new AzureOperationResponse<IPage<File>>();
1024public async Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string experimentName, string jobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1222var _result = new AzureOperationResponse<IPage<RemoteLoginInformation>>();
2107public async Task<AzureOperationResponse<IPage<Job>>> ListByExperimentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2221var _result = new AzureOperationResponse<IPage<Job>>();
2282public async Task<AzureOperationResponse<IPage<File>>> ListOutputFilesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2396var _result = new AzureOperationResponse<IPage<File>>();
2457public async Task<AzureOperationResponse<IPage<RemoteLoginInformation>>> ListRemoteLoginInformationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2571var _result = new AzureOperationResponse<IPage<RemoteLoginInformation>>();
Generated\JobsOperationsExtensions.cs (12)
46public static IPage<Job> ListByExperiment(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, JobsListByExperimentOptions jobsListByExperimentOptions = default(JobsListByExperimentOptions))
76public static async Task<IPage<Job>> ListByExperimentAsync(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, JobsListByExperimentOptions jobsListByExperimentOptions = default(JobsListByExperimentOptions), CancellationToken cancellationToken = default(CancellationToken))
308public static IPage<File> ListOutputFiles(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName, JobsListOutputFilesOptions jobsListOutputFilesOptions)
345public static async Task<IPage<File>> ListOutputFilesAsync(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName, JobsListOutputFilesOptions jobsListOutputFilesOptions, CancellationToken cancellationToken = default(CancellationToken))
379public static IPage<RemoteLoginInformation> ListRemoteLoginInformation(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName)
413public static async Task<IPage<RemoteLoginInformation>> ListRemoteLoginInformationAsync(this IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, string jobName, CancellationToken cancellationToken = default(CancellationToken))
683public static IPage<Job> ListByExperimentNext(this IJobsOperations operations, string nextPageLink)
700public static async Task<IPage<Job>> ListByExperimentNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
719public static IPage<File> ListOutputFilesNext(this IJobsOperations operations, string nextPageLink)
738public static async Task<IPage<File>> ListOutputFilesNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
757public static IPage<RemoteLoginInformation> ListRemoteLoginInformationNext(this IJobsOperations operations, string nextPageLink)
776public static async Task<IPage<RemoteLoginInformation>> ListRemoteLoginInformationNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkspacesOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<Workspace>>> ListWithHttpMessagesAsync(WorkspacesListOptions workspacesListOptions = default(WorkspacesListOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
212var _result = new AzureOperationResponse<IPage<Workspace>>();
274public async Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions = default(WorkspacesListByResourceGroupOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
419var _result = new AzureOperationResponse<IPage<Workspace>>();
1421public async Task<AzureOperationResponse<IPage<Workspace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1535var _result = new AzureOperationResponse<IPage<Workspace>>();
1594public async Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1708var _result = new AzureOperationResponse<IPage<Workspace>>();
Generated\WorkspacesOperationsExtensions.cs (8)
35public static IPage<Workspace> List(this IWorkspacesOperations operations, WorkspacesListOptions workspacesListOptions = default(WorkspacesListOptions))
52public static async Task<IPage<Workspace>> ListAsync(this IWorkspacesOperations operations, WorkspacesListOptions workspacesListOptions = default(WorkspacesListOptions), CancellationToken cancellationToken = default(CancellationToken))
72public static IPage<Workspace> ListByResourceGroup(this IWorkspacesOperations operations, string resourceGroupName, WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions = default(WorkspacesListByResourceGroupOptions))
92public static async Task<IPage<Workspace>> ListByResourceGroupAsync(this IWorkspacesOperations operations, string resourceGroupName, WorkspacesListByResourceGroupOptions workspacesListByResourceGroupOptions = default(WorkspacesListByResourceGroupOptions), CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<Workspace> ListNext(this IWorkspacesOperations operations, string nextPageLink)
402public static async Task<IPage<Workspace>> ListNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
419public static IPage<Workspace> ListByResourceGroupNext(this IWorkspacesOperations operations, string nextPageLink)
436public static async Task<IPage<Workspace>> ListByResourceGroupNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Billing (330)
Generated\BillingAccountsOperations.cs (8)
75public async Task<AzureOperationResponse<IPage<BillingAccount>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
190var _result = new AzureOperationResponse<IPage<BillingAccount>>();
461public async Task<AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>> ListInvoiceSectionsByCreateSubscriptionPermissionWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
577var _result = new AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>();
829public async Task<AzureOperationResponse<IPage<BillingAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
938var _result = new AzureOperationResponse<IPage<BillingAccount>>();
1000public async Task<AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>> ListInvoiceSectionsByCreateSubscriptionPermissionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1109var _result = new AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>();
Generated\BillingAccountsOperationsExtensions.cs (8)
34public static IPage<BillingAccount> List(this IBillingAccountsOperations operations, string expand = default(string))
52public static async Task<IPage<BillingAccount>> ListAsync(this IBillingAccountsOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
160public static IPage<InvoiceSectionWithCreateSubPermission> ListInvoiceSectionsByCreateSubscriptionPermission(this IBillingAccountsOperations operations, string billingAccountName)
180public static async Task<IPage<InvoiceSectionWithCreateSubPermission>> ListInvoiceSectionsByCreateSubscriptionPermissionAsync(this IBillingAccountsOperations operations, string billingAccountName, CancellationToken cancellationToken = default(CancellationToken))
244public static IPage<BillingAccount> ListNext(this IBillingAccountsOperations operations, string nextPageLink)
262public static async Task<IPage<BillingAccount>> ListNextAsync(this IBillingAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
282public static IPage<InvoiceSectionWithCreateSubPermission> ListInvoiceSectionsByCreateSubscriptionPermissionNext(this IBillingAccountsOperations operations, string nextPageLink)
302public static async Task<IPage<InvoiceSectionWithCreateSubPermission>> ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync(this IBillingAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BillingPeriodsOperationsExtensions.cs (4)
49public static IPage<BillingPeriod> List(this IBillingPeriodsOperations operations, string filter = default(string), string skiptoken = default(string), int? top = default(int?))
82public static async Task<IPage<BillingPeriod>> ListAsync(this IBillingPeriodsOperations operations, string filter = default(string), string skiptoken = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
141public static IPage<BillingPeriod> ListNext(this IBillingPeriodsOperations operations, string nextPageLink)
162public static async Task<IPage<BillingPeriod>> ListNextAsync(this IBillingPeriodsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BillingPermissionsOperations.cs (16)
84public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
266public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
382var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
448public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByInvoiceSectionsWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
576var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
639public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
761var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
821public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
930var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
990public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1099var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
1159public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByInvoiceSectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1268var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
1328public async Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1437var _result = new AzureOperationResponse<IPage<BillingPermissionsProperties>>();
Generated\BillingPermissionsOperationsExtensions.cs (16)
37public static IPage<BillingPermissionsProperties> ListByCustomer(this IBillingPermissionsOperations operations, string billingAccountName, string customerName)
58public static async Task<IPage<BillingPermissionsProperties>> ListByCustomerAsync(this IBillingPermissionsOperations operations, string billingAccountName, string customerName, CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<BillingPermissionsProperties> ListByBillingAccount(this IBillingPermissionsOperations operations, string billingAccountName)
94public static async Task<IPage<BillingPermissionsProperties>> ListByBillingAccountAsync(this IBillingPermissionsOperations operations, string billingAccountName, CancellationToken cancellationToken = default(CancellationToken))
118public static IPage<BillingPermissionsProperties> ListByInvoiceSections(this IBillingPermissionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName)
142public static async Task<IPage<BillingPermissionsProperties>> ListByInvoiceSectionsAsync(this IBillingPermissionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, CancellationToken cancellationToken = default(CancellationToken))
163public static IPage<BillingPermissionsProperties> ListByBillingProfile(this IBillingPermissionsOperations operations, string billingAccountName, string billingProfileName)
184public static async Task<IPage<BillingPermissionsProperties>> ListByBillingProfileAsync(this IBillingPermissionsOperations operations, string billingAccountName, string billingProfileName, CancellationToken cancellationToken = default(CancellationToken))
202public static IPage<BillingPermissionsProperties> ListByCustomerNext(this IBillingPermissionsOperations operations, string nextPageLink)
220public static async Task<IPage<BillingPermissionsProperties>> ListByCustomerNextAsync(this IBillingPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
238public static IPage<BillingPermissionsProperties> ListByBillingAccountNext(this IBillingPermissionsOperations operations, string nextPageLink)
256public static async Task<IPage<BillingPermissionsProperties>> ListByBillingAccountNextAsync(this IBillingPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
274public static IPage<BillingPermissionsProperties> ListByInvoiceSectionsNext(this IBillingPermissionsOperations operations, string nextPageLink)
292public static async Task<IPage<BillingPermissionsProperties>> ListByInvoiceSectionsNextAsync(this IBillingPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
310public static IPage<BillingPermissionsProperties> ListByBillingProfileNext(this IBillingPermissionsOperations operations, string nextPageLink)
328public static async Task<IPage<BillingPermissionsProperties>> ListByBillingProfileNextAsync(this IBillingPermissionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BillingRoleAssignmentsOperations.cs (12)
1256public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1372var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
1440public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1568var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
1633public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1755var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
1817public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1926var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
1988public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2097var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
2159public async Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2268var _result = new AzureOperationResponse<IPage<BillingRoleAssignment>>();
Generated\BillingRoleAssignmentsOperationsExtensions.cs (12)
342public static IPage<BillingRoleAssignment> ListByBillingAccount(this IBillingRoleAssignmentsOperations operations, string billingAccountName)
362public static async Task<IPage<BillingRoleAssignment>> ListByBillingAccountAsync(this IBillingRoleAssignmentsOperations operations, string billingAccountName, CancellationToken cancellationToken = default(CancellationToken))
388public static IPage<BillingRoleAssignment> ListByInvoiceSection(this IBillingRoleAssignmentsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName)
414public static async Task<IPage<BillingRoleAssignment>> ListByInvoiceSectionAsync(this IBillingRoleAssignmentsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, CancellationToken cancellationToken = default(CancellationToken))
437public static IPage<BillingRoleAssignment> ListByBillingProfile(this IBillingRoleAssignmentsOperations operations, string billingAccountName, string billingProfileName)
460public static async Task<IPage<BillingRoleAssignment>> ListByBillingProfileAsync(this IBillingRoleAssignmentsOperations operations, string billingAccountName, string billingProfileName, CancellationToken cancellationToken = default(CancellationToken))
480public static IPage<BillingRoleAssignment> ListByBillingAccountNext(this IBillingRoleAssignmentsOperations operations, string nextPageLink)
500public static async Task<IPage<BillingRoleAssignment>> ListByBillingAccountNextAsync(this IBillingRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
520public static IPage<BillingRoleAssignment> ListByInvoiceSectionNext(this IBillingRoleAssignmentsOperations operations, string nextPageLink)
540public static async Task<IPage<BillingRoleAssignment>> ListByInvoiceSectionNextAsync(this IBillingRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
560public static IPage<BillingRoleAssignment> ListByBillingProfileNext(this IBillingRoleAssignmentsOperations operations, string nextPageLink)
580public static async Task<IPage<BillingRoleAssignment>> ListByBillingProfileNextAsync(this IBillingRoleAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BillingRoleDefinitionsOperations.cs (12)
671public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
787var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
855public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
983var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
1048public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1170var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
1232public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1341var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
1403public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1512var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
1574public async Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1683var _result = new AzureOperationResponse<IPage<BillingRoleDefinition>>();
Generated\BillingRoleDefinitionsOperationsExtensions.cs (12)
192public static IPage<BillingRoleDefinition> ListByBillingAccount(this IBillingRoleDefinitionsOperations operations, string billingAccountName)
212public static async Task<IPage<BillingRoleDefinition>> ListByBillingAccountAsync(this IBillingRoleDefinitionsOperations operations, string billingAccountName, CancellationToken cancellationToken = default(CancellationToken))
238public static IPage<BillingRoleDefinition> ListByInvoiceSection(this IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName)
264public static async Task<IPage<BillingRoleDefinition>> ListByInvoiceSectionAsync(this IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, CancellationToken cancellationToken = default(CancellationToken))
287public static IPage<BillingRoleDefinition> ListByBillingProfile(this IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName)
310public static async Task<IPage<BillingRoleDefinition>> ListByBillingProfileAsync(this IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName, CancellationToken cancellationToken = default(CancellationToken))
330public static IPage<BillingRoleDefinition> ListByBillingAccountNext(this IBillingRoleDefinitionsOperations operations, string nextPageLink)
350public static async Task<IPage<BillingRoleDefinition>> ListByBillingAccountNextAsync(this IBillingRoleDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
370public static IPage<BillingRoleDefinition> ListByInvoiceSectionNext(this IBillingRoleDefinitionsOperations operations, string nextPageLink)
390public static async Task<IPage<BillingRoleDefinition>> ListByInvoiceSectionNextAsync(this IBillingRoleDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
410public static IPage<BillingRoleDefinition> ListByBillingProfileNext(this IBillingRoleDefinitionsOperations operations, string nextPageLink)
430public static async Task<IPage<BillingRoleDefinition>> ListByBillingProfileNextAsync(this IBillingRoleDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BillingSubscriptionsOperations.cs (16)
85public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
207var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
269public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
385var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
450public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
572var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
640public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
768var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
1652public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1761var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
1823public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1932var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
1994public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2103var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
2165public async Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2274var _result = new AzureOperationResponse<IPage<BillingSubscription>>();
Generated\BillingSubscriptionsOperationsExtensions.cs (16)
38public static IPage<BillingSubscription> ListByCustomer(this IBillingSubscriptionsOperations operations, string billingAccountName, string customerName)
60public static async Task<IPage<BillingSubscription>> ListByCustomerAsync(this IBillingSubscriptionsOperations operations, string billingAccountName, string customerName, CancellationToken cancellationToken = default(CancellationToken))
80public static IPage<BillingSubscription> ListByBillingAccount(this IBillingSubscriptionsOperations operations, string billingAccountName)
100public static async Task<IPage<BillingSubscription>> ListByBillingAccountAsync(this IBillingSubscriptionsOperations operations, string billingAccountName, CancellationToken cancellationToken = default(CancellationToken))
123public static IPage<BillingSubscription> ListByBillingProfile(this IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName)
146public static async Task<IPage<BillingSubscription>> ListByBillingProfileAsync(this IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName, CancellationToken cancellationToken = default(CancellationToken))
172public static IPage<BillingSubscription> ListByInvoiceSection(this IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName)
198public static async Task<IPage<BillingSubscription>> ListByInvoiceSectionAsync(this IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, CancellationToken cancellationToken = default(CancellationToken))
447public static IPage<BillingSubscription> ListByCustomerNext(this IBillingSubscriptionsOperations operations, string nextPageLink)
466public static async Task<IPage<BillingSubscription>> ListByCustomerNextAsync(this IBillingSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
486public static IPage<BillingSubscription> ListByBillingAccountNext(this IBillingSubscriptionsOperations operations, string nextPageLink)
506public static async Task<IPage<BillingSubscription>> ListByBillingAccountNextAsync(this IBillingSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
526public static IPage<BillingSubscription> ListByBillingProfileNext(this IBillingSubscriptionsOperations operations, string nextPageLink)
546public static async Task<IPage<BillingSubscription>> ListByBillingProfileNextAsync(this IBillingSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
566public static IPage<BillingSubscription> ListByInvoiceSectionNext(this IBillingSubscriptionsOperations operations, string nextPageLink)
586public static async Task<IPage<BillingSubscription>> ListByInvoiceSectionNextAsync(this IBillingSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CustomersOperations.cs (8)
93public async Task<AzureOperationResponse<IPage<Customer>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string search = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
225var _result = new AzureOperationResponse<IPage<Customer>>();
294public async Task<AzureOperationResponse<IPage<Customer>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string search = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
420var _result = new AzureOperationResponse<IPage<Customer>>();
676public async Task<AzureOperationResponse<IPage<Customer>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
785var _result = new AzureOperationResponse<IPage<Customer>>();
847public async Task<AzureOperationResponse<IPage<Customer>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
956var _result = new AzureOperationResponse<IPage<Customer>>();
Generated\CustomersOperationsExtensions.cs (8)
46public static IPage<Customer> ListByBillingProfile(this ICustomersOperations operations, string billingAccountName, string billingProfileName, string search = default(string), string filter = default(string))
76public static async Task<IPage<Customer>> ListByBillingProfileAsync(this ICustomersOperations operations, string billingAccountName, string billingProfileName, string search = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
103public static IPage<Customer> ListByBillingAccount(this ICustomersOperations operations, string billingAccountName, string search = default(string), string filter = default(string))
130public static async Task<IPage<Customer>> ListByBillingAccountAsync(this ICustomersOperations operations, string billingAccountName, string search = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
200public static IPage<Customer> ListByBillingProfileNext(this ICustomersOperations operations, string nextPageLink)
220public static async Task<IPage<Customer>> ListByBillingProfileNextAsync(this ICustomersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<Customer> ListByBillingAccountNext(this ICustomersOperations operations, string nextPageLink)
260public static async Task<IPage<Customer>> ListByBillingAccountNextAsync(this ICustomersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBillingAccountsOperations.cs (4)
49Task<AzureOperationResponse<IPage<BillingAccount>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>> ListInvoiceSectionsByCreateSubscriptionPermissionWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
180Task<AzureOperationResponse<IPage<BillingAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
205Task<AzureOperationResponse<IPage<InvoiceSectionWithCreateSubPermission>>> ListInvoiceSectionsByCreateSubscriptionPermissionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IBillingPermissionsOperations.cs (8)
51Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
74Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByInvoiceSectionsWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
152Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
175Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
198Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByInvoiceSectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
221Task<AzureOperationResponse<IPage<BillingPermissionsProperties>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IBillingRoleAssignmentsOperations.cs (6)
233Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
292Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
317Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
342Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
367Task<AzureOperationResponse<IPage<BillingRoleAssignment>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IBillingRoleDefinitionsOperations.cs (6)
143Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
202Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
227Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
252Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
277Task<AzureOperationResponse<IPage<BillingRoleDefinition>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IBillingSubscriptionsOperations.cs (8)
53Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
106Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
137Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
304Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
329Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
354Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
379Task<AzureOperationResponse<IPage<BillingSubscription>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICustomersOperations.cs (4)
60Task<AzureOperationResponse<IPage<Customer>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string search = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
92Task<AzureOperationResponse<IPage<Customer>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string search = default(string), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
147Task<AzureOperationResponse<IPage<Customer>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<Customer>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IInvoicesOperations.cs (6)
59Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
96Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
206Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingSubscriptionWithHttpMessagesAsync(string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
338Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
364Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
387Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InvoicesOperations.cs (12)
91public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
225var _result = new AzureOperationResponse<IPage<Invoice>>();
298public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
438var _result = new AzureOperationResponse<IPage<Invoice>>();
893public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingSubscriptionWithHttpMessagesAsync(string periodStartDate, string periodEndDate, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1026var _result = new AzureOperationResponse<IPage<Invoice>>();
1710public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1819var _result = new AzureOperationResponse<IPage<Invoice>>();
1881public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1990var _result = new AzureOperationResponse<IPage<Invoice>>();
2050public async Task<AzureOperationResponse<IPage<Invoice>>> ListByBillingSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2159var _result = new AzureOperationResponse<IPage<Invoice>>();
Generated\InvoicesOperationsExtensions.cs (12)
44public static IPage<Invoice> ListByBillingAccount(this IInvoicesOperations operations, string billingAccountName, string periodStartDate, string periodEndDate)
72public static async Task<IPage<Invoice>> ListByBillingAccountAsync(this IInvoicesOperations operations, string billingAccountName, string periodStartDate, string periodEndDate, CancellationToken cancellationToken = default(CancellationToken))
103public static IPage<Invoice> ListByBillingProfile(this IInvoicesOperations operations, string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate)
134public static async Task<IPage<Invoice>> ListByBillingProfileAsync(this IInvoicesOperations operations, string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate, CancellationToken cancellationToken = default(CancellationToken))
291public static IPage<Invoice> ListByBillingSubscription(this IInvoicesOperations operations, string periodStartDate, string periodEndDate)
312public static async Task<IPage<Invoice>> ListByBillingSubscriptionAsync(this IInvoicesOperations operations, string periodStartDate, string periodEndDate, CancellationToken cancellationToken = default(CancellationToken))
504public static IPage<Invoice> ListByBillingAccountNext(this IInvoicesOperations operations, string nextPageLink)
524public static async Task<IPage<Invoice>> ListByBillingAccountNextAsync(this IInvoicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
544public static IPage<Invoice> ListByBillingProfileNext(this IInvoicesOperations operations, string nextPageLink)
564public static async Task<IPage<Invoice>> ListByBillingProfileNextAsync(this IInvoicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
582public static IPage<Invoice> ListByBillingSubscriptionNext(this IInvoicesOperations operations, string nextPageLink)
600public static async Task<IPage<Invoice>> ListByBillingSubscriptionNextAsync(this IInvoicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IProductsOperations.cs (8)
53Task<AzureOperationResponse<IPage<Product>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
85Task<AzureOperationResponse<IPage<Product>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
120Task<AzureOperationResponse<IPage<Product>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
157Task<AzureOperationResponse<IPage<Product>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
306Task<AzureOperationResponse<IPage<Product>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
332Task<AzureOperationResponse<IPage<Product>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
358Task<AzureOperationResponse<IPage<Product>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
383Task<AzureOperationResponse<IPage<Product>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ProductsOperations.cs (16)
86public async Task<AzureOperationResponse<IPage<Product>>> ListByCustomerWithHttpMessagesAsync(string billingAccountName, string customerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
208var _result = new AzureOperationResponse<IPage<Product>>();
276public async Task<AzureOperationResponse<IPage<Product>>> ListByBillingAccountWithHttpMessagesAsync(string billingAccountName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
397var _result = new AzureOperationResponse<IPage<Product>>();
468public async Task<AzureOperationResponse<IPage<Product>>> ListByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
595var _result = new AzureOperationResponse<IPage<Product>>();
669public async Task<AzureOperationResponse<IPage<Product>>> ListByInvoiceSectionWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
802var _result = new AzureOperationResponse<IPage<Product>>();
1669public async Task<AzureOperationResponse<IPage<Product>>> ListByCustomerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1778var _result = new AzureOperationResponse<IPage<Product>>();
1840public async Task<AzureOperationResponse<IPage<Product>>> ListByBillingAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1949var _result = new AzureOperationResponse<IPage<Product>>();
2011public async Task<AzureOperationResponse<IPage<Product>>> ListByBillingProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2120var _result = new AzureOperationResponse<IPage<Product>>();
2182public async Task<AzureOperationResponse<IPage<Product>>> ListByInvoiceSectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2291var _result = new AzureOperationResponse<IPage<Product>>();
Generated\ProductsOperationsExtensions.cs (16)
39public static IPage<Product> ListByCustomer(this IProductsOperations operations, string billingAccountName, string customerName)
62public static async Task<IPage<Product>> ListByCustomerAsync(this IProductsOperations operations, string billingAccountName, string customerName, CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<Product> ListByBillingAccount(this IProductsOperations operations, string billingAccountName, string filter = default(string))
114public static async Task<IPage<Product>> ListByBillingAccountAsync(this IProductsOperations operations, string billingAccountName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
143public static IPage<Product> ListByBillingProfile(this IProductsOperations operations, string billingAccountName, string billingProfileName, string filter = default(string))
172public static async Task<IPage<Product>> ListByBillingProfileAsync(this IProductsOperations operations, string billingAccountName, string billingProfileName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
204public static IPage<Product> ListByInvoiceSection(this IProductsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default(string))
236public static async Task<IPage<Product>> ListByInvoiceSectionAsync(this IProductsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
462public static IPage<Product> ListByCustomerNext(this IProductsOperations operations, string nextPageLink)
482public static async Task<IPage<Product>> ListByCustomerNextAsync(this IProductsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
502public static IPage<Product> ListByBillingAccountNext(this IProductsOperations operations, string nextPageLink)
522public static async Task<IPage<Product>> ListByBillingAccountNextAsync(this IProductsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
542public static IPage<Product> ListByBillingProfileNext(this IProductsOperations operations, string nextPageLink)
562public static async Task<IPage<Product>> ListByBillingProfileNextAsync(this IProductsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
582public static IPage<Product> ListByInvoiceSectionNext(this IProductsOperations operations, string nextPageLink)
602public static async Task<IPage<Product>> ListByInvoiceSectionNextAsync(this IProductsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Blueprint (84)
Generated\PublishedArtifactsOperationsExtensions.cs (4)
97public static IPage<Artifact> List(this IPublishedArtifactsOperations operations, string resourceScope, string blueprintName, string versionId)
122public static async Task<IPage<Artifact>> ListAsync(this IPublishedArtifactsOperations operations, string resourceScope, string blueprintName, string versionId, CancellationToken cancellationToken = default(CancellationToken))
139public static IPage<Artifact> ListNext(this IPublishedArtifactsOperations operations, string nextPageLink)
156public static async Task<IPage<Artifact>> ListNextAsync(this IPublishedArtifactsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.BotService (44)
Customizations\CustomBotsOperations.cs (4)
188public async Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
223public async Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230public async Task<AzureOperationResponse<IPage<Bot>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
236public async Task<AzureOperationResponse<IPage<Bot>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
Generated\BotsOperations.cs (8)
982public async Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1105var _result = new AzureOperationResponse<IPage<Bot>>();
1161public async Task<AzureOperationResponse<IPage<Bot>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1278var _result = new AzureOperationResponse<IPage<Bot>>();
1521public async Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1630var _result = new AzureOperationResponse<IPage<Bot>>();
1689public async Task<AzureOperationResponse<IPage<Bot>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1798var _result = new AzureOperationResponse<IPage<Bot>>();
Generated\BotsOperationsExtensions.cs (8)
237public static IPage<Bot> ListByResourceGroup(this IBotsOperations operations, string resourceGroupName)
255public static async Task<IPage<Bot>> ListByResourceGroupAsync(this IBotsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
269public static IPage<Bot> List(this IBotsOperations operations)
283public static async Task<IPage<Bot>> ListAsync(this IBotsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
337public static IPage<Bot> ListByResourceGroupNext(this IBotsOperations operations, string nextPageLink)
355public static async Task<IPage<Bot>> ListByResourceGroupNextAsync(this IBotsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
372public static IPage<Bot> ListNext(this IBotsOperations operations, string nextPageLink)
389public static async Task<IPage<Bot>> ListNextAsync(this IBotsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBotsOperations.cs (4)
168Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
188Task<AzureOperationResponse<IPage<Bot>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
234Task<AzureOperationResponse<IPage<Bot>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
257Task<AzureOperationResponse<IPage<Bot>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.Cdn (260)
Generated\AFDEndpointsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<AFDEndpoint>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
227var _result = new AzureOperationResponse<IPage<AFDEndpoint>>();
627public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
777var _result = new AzureOperationResponse<IPage<Usage>>();
2005public async Task<AzureOperationResponse<IPage<AFDEndpoint>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2114var _result = new AzureOperationResponse<IPage<AFDEndpoint>>();
2173public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2282var _result = new AzureOperationResponse<IPage<Usage>>();
Generated\AFDEndpointsOperationsExtensions.cs (8)
38public static IPage<AFDEndpoint> ListByProfile(this IAFDEndpointsOperations operations, string resourceGroupName, string profileName)
58public static async Task<IPage<AFDEndpoint>> ListByProfileAsync(this IAFDEndpointsOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken))
345public static IPage<Usage> ListResourceUsage(this IAFDEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName)
368public static async Task<IPage<Usage>> ListResourceUsageAsync(this IAFDEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
655public static IPage<AFDEndpoint> ListByProfileNext(this IAFDEndpointsOperations operations, string nextPageLink)
672public static async Task<IPage<AFDEndpoint>> ListByProfileNextAsync(this IAFDEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
689public static IPage<Usage> ListResourceUsageNext(this IAFDEndpointsOperations operations, string nextPageLink)
706public static async Task<IPage<Usage>> ListResourceUsageNextAsync(this IAFDEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AFDOriginGroupsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<AFDOriginGroup>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
227var _result = new AzureOperationResponse<IPage<AFDOriginGroup>>();
588public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string originGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
738var _result = new AzureOperationResponse<IPage<Usage>>();
1507public async Task<AzureOperationResponse<IPage<AFDOriginGroup>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1616var _result = new AzureOperationResponse<IPage<AFDOriginGroup>>();
1675public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1784var _result = new AzureOperationResponse<IPage<Usage>>();
Generated\AFDOriginGroupsOperationsExtensions.cs (8)
36public static IPage<AFDOriginGroup> ListByProfile(this IAFDOriginGroupsOperations operations, string resourceGroupName, string profileName)
56public static async Task<IPage<AFDOriginGroup>> ListByProfileAsync(this IAFDOriginGroupsOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken))
272public static IPage<Usage> ListResourceUsage(this IAFDOriginGroupsOperations operations, string resourceGroupName, string profileName, string originGroupName)
295public static async Task<IPage<Usage>> ListResourceUsageAsync(this IAFDOriginGroupsOperations operations, string resourceGroupName, string profileName, string originGroupName, CancellationToken cancellationToken = default(CancellationToken))
459public static IPage<AFDOriginGroup> ListByProfileNext(this IAFDOriginGroupsOperations operations, string nextPageLink)
476public static async Task<IPage<AFDOriginGroup>> ListByProfileNextAsync(this IAFDOriginGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
493public static IPage<Usage> ListResourceUsageNext(this IAFDOriginGroupsOperations operations, string nextPageLink)
510public static async Task<IPage<Usage>> ListResourceUsageNextAsync(this IAFDOriginGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AFDOriginsOperationsExtensions.cs (4)
39public static IPage<AFDOrigin> ListByOriginGroup(this IAFDOriginsOperations operations, string resourceGroupName, string profileName, string originGroupName)
62public static async Task<IPage<AFDOrigin>> ListByOriginGroupAsync(this IAFDOriginsOperations operations, string resourceGroupName, string profileName, string originGroupName, CancellationToken cancellationToken = default(CancellationToken))
461public static IPage<AFDOrigin> ListByOriginGroupNext(this IAFDOriginsOperations operations, string nextPageLink)
478public static async Task<IPage<AFDOrigin>> ListByOriginGroupNextAsync(this IAFDOriginsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CustomDomainsOperationsExtensions.cs (4)
39public static IPage<CustomDomain> ListByEndpoint(this ICustomDomainsOperations operations, string resourceGroupName, string profileName, string endpointName)
62public static async Task<IPage<CustomDomain>> ListByEndpointAsync(this ICustomDomainsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
465public static IPage<CustomDomain> ListByEndpointNext(this ICustomDomainsOperations operations, string nextPageLink)
482public static async Task<IPage<CustomDomain>> ListByEndpointNextAsync(this ICustomDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EndpointsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<Endpoint>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
227var _result = new AzureOperationResponse<IPage<Endpoint>>();
940public async Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1090var _result = new AzureOperationResponse<IPage<ResourceUsage>>();
2760public async Task<AzureOperationResponse<IPage<Endpoint>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2869var _result = new AzureOperationResponse<IPage<Endpoint>>();
2929public async Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3038var _result = new AzureOperationResponse<IPage<ResourceUsage>>();
Generated\EndpointsOperationsExtensions.cs (8)
38public static IPage<Endpoint> ListByProfile(this IEndpointsOperations operations, string resourceGroupName, string profileName)
58public static async Task<IPage<Endpoint>> ListByProfileAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken))
539public static IPage<ResourceUsage> ListResourceUsage(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName)
563public static async Task<IPage<ResourceUsage>> ListResourceUsageAsync(this IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
935public static IPage<Endpoint> ListByProfileNext(this IEndpointsOperations operations, string nextPageLink)
952public static async Task<IPage<Endpoint>> ListByProfileNextAsync(this IEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
970public static IPage<ResourceUsage> ListResourceUsageNext(this IEndpointsOperations operations, string nextPageLink)
988public static async Task<IPage<ResourceUsage>> ListResourceUsageNextAsync(this IEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAFDEndpointsOperations.cs (4)
50Task<AzureOperationResponse<IPage<AFDEndpoint>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
236Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<AFDEndpoint>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
440Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAFDOriginGroupsOperations.cs (4)
50Task<AzureOperationResponse<IPage<AFDOriginGroup>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
194Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string originGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
303Task<AzureOperationResponse<IPage<AFDOriginGroup>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
326Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IEndpointsOperations.cs (4)
50Task<AzureOperationResponse<IPage<Endpoint>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
348Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
578Task<AzureOperationResponse<IPage<Endpoint>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
601Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IProfilesOperations.cs (6)
44Task<AzureOperationResponse<IPage<Profile>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
257Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
361Task<AzureOperationResponse<IPage<Profile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
383Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
406Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRuleSetsOperations.cs (4)
50Task<AzureOperationResponse<IPage<RuleSet>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
164Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string ruleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
241Task<AzureOperationResponse<IPage<RuleSet>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\OriginGroupsOperationsExtensions.cs (4)
39public static IPage<OriginGroup> ListByEndpoint(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName)
62public static async Task<IPage<OriginGroup>> ListByEndpointAsync(this IOriginGroupsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
461public static IPage<OriginGroup> ListByEndpointNext(this IOriginGroupsOperations operations, string nextPageLink)
478public static async Task<IPage<OriginGroup>> ListByEndpointNextAsync(this IOriginGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\OriginsOperationsExtensions.cs (4)
39public static IPage<Origin> ListByEndpoint(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName)
62public static async Task<IPage<Origin>> ListByEndpointAsync(this IOriginsOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
461public static IPage<Origin> ListByEndpointNext(this IOriginsOperations operations, string nextPageLink)
478public static async Task<IPage<Origin>> ListByEndpointNextAsync(this IOriginsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProfilesOperations.cs (12)
77public async Task<AzureOperationResponse<IPage<Profile>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
194var _result = new AzureOperationResponse<IPage<Profile>>();
253public async Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
391var _result = new AzureOperationResponse<IPage<Profile>>();
1154public async Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1298var _result = new AzureOperationResponse<IPage<ResourceUsage>>();
2045public async Task<AzureOperationResponse<IPage<Profile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2154var _result = new AzureOperationResponse<IPage<Profile>>();
2213public async Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2322var _result = new AzureOperationResponse<IPage<Profile>>();
2381public async Task<AzureOperationResponse<IPage<ResourceUsage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2490var _result = new AzureOperationResponse<IPage<ResourceUsage>>();
Generated\ProfilesOperationsExtensions.cs (12)
32public static IPage<Profile> List(this IProfilesOperations operations)
46public static async Task<IPage<Profile>> ListAsync(this IProfilesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
63public static IPage<Profile> ListByResourceGroup(this IProfilesOperations operations, string resourceGroupName)
80public static async Task<IPage<Profile>> ListByResourceGroupAsync(this IProfilesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
371public static IPage<ResourceUsage> ListResourceUsage(this IProfilesOperations operations, string resourceGroupName, string profileName)
391public static async Task<IPage<ResourceUsage>> ListResourceUsageAsync(this IProfilesOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken))
545public static IPage<Profile> ListNext(this IProfilesOperations operations, string nextPageLink)
562public static async Task<IPage<Profile>> ListNextAsync(this IProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
579public static IPage<Profile> ListByResourceGroupNext(this IProfilesOperations operations, string nextPageLink)
596public static async Task<IPage<Profile>> ListByResourceGroupNextAsync(this IProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
613public static IPage<ResourceUsage> ListResourceUsageNext(this IProfilesOperations operations, string nextPageLink)
630public static async Task<IPage<ResourceUsage>> ListResourceUsageNextAsync(this IProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RoutesOperationsExtensions.cs (4)
39public static IPage<Route> ListByEndpoint(this IRoutesOperations operations, string resourceGroupName, string profileName, string endpointName)
62public static async Task<IPage<Route>> ListByEndpointAsync(this IRoutesOperations operations, string resourceGroupName, string profileName, string endpointName, CancellationToken cancellationToken = default(CancellationToken))
475public static IPage<Route> ListByEndpointNext(this IRoutesOperations operations, string nextPageLink)
492public static async Task<IPage<Route>> ListByEndpointNextAsync(this IRoutesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RuleSetsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<RuleSet>>> ListByProfileWithHttpMessagesAsync(string resourceGroupName, string profileName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
227var _result = new AzureOperationResponse<IPage<RuleSet>>();
559public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageWithHttpMessagesAsync(string resourceGroupName, string profileName, string ruleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
709var _result = new AzureOperationResponse<IPage<Usage>>();
1214public async Task<AzureOperationResponse<IPage<RuleSet>>> ListByProfileNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1323var _result = new AzureOperationResponse<IPage<RuleSet>>();
1382public async Task<AzureOperationResponse<IPage<Usage>>> ListResourceUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1491var _result = new AzureOperationResponse<IPage<Usage>>();
Generated\RuleSetsOperationsExtensions.cs (8)
36public static IPage<RuleSet> ListByProfile(this IRuleSetsOperations operations, string resourceGroupName, string profileName)
56public static async Task<IPage<RuleSet>> ListByProfileAsync(this IRuleSetsOperations operations, string resourceGroupName, string profileName, CancellationToken cancellationToken = default(CancellationToken))
218public static IPage<Usage> ListResourceUsage(this IRuleSetsOperations operations, string resourceGroupName, string profileName, string ruleSetName)
241public static async Task<IPage<Usage>> ListResourceUsageAsync(this IRuleSetsOperations operations, string resourceGroupName, string profileName, string ruleSetName, CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<RuleSet> ListByProfileNext(this IRuleSetsOperations operations, string nextPageLink)
366public static async Task<IPage<RuleSet>> ListByProfileNextAsync(this IRuleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
383public static IPage<Usage> ListResourceUsageNext(this IRuleSetsOperations operations, string nextPageLink)
400public static async Task<IPage<Usage>> ListResourceUsageNextAsync(this IRuleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RulesOperationsExtensions.cs (4)
39public static IPage<Rule> ListByRuleSet(this IRulesOperations operations, string resourceGroupName, string profileName, string ruleSetName)
62public static async Task<IPage<Rule>> ListByRuleSetAsync(this IRulesOperations operations, string resourceGroupName, string profileName, string ruleSetName, CancellationToken cancellationToken = default(CancellationToken))
461public static IPage<Rule> ListByRuleSetNext(this IRulesOperations operations, string nextPageLink)
478public static async Task<IPage<Rule>> ListByRuleSetNextAsync(this IRulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.CognitiveServices (40)
Generated\AccountsOperations.cs (8)
1088public async Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1240var _result = new AzureOperationResponse<IPage<CognitiveServicesAccount>>();
1296public async Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1427var _result = new AzureOperationResponse<IPage<CognitiveServicesAccount>>();
2450public async Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2559var _result = new AzureOperationResponse<IPage<CognitiveServicesAccount>>();
2618public async Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2727var _result = new AzureOperationResponse<IPage<CognitiveServicesAccount>>();
Generated\AccountsOperationsExtensions.cs (8)
207public static IPage<CognitiveServicesAccount> ListByResourceGroup(this IAccountsOperations operations, string resourceGroupName)
225public static async Task<IPage<CognitiveServicesAccount>> ListByResourceGroupAsync(this IAccountsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<CognitiveServicesAccount> List(this IAccountsOperations operations)
253public static async Task<IPage<CognitiveServicesAccount>> ListAsync(this IAccountsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
449public static IPage<CognitiveServicesAccount> ListByResourceGroupNext(this IAccountsOperations operations, string nextPageLink)
467public static async Task<IPage<CognitiveServicesAccount>> ListByResourceGroupNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
484public static IPage<CognitiveServicesAccount> ListNext(this IAccountsOperations operations, string nextPageLink)
501public static async Task<IPage<CognitiveServicesAccount>> ListNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAccountsOperations.cs (4)
153Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
307Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
330Task<AzureOperationResponse<IPage<CognitiveServicesAccount>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.Compute (490)
Generated\AvailabilitySetsOperations.cs (8)
868public async Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
993var _result = new AzureOperationResponse<IPage<AvailabilitySet>>();
1052public async Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1178var _result = new AzureOperationResponse<IPage<AvailabilitySet>>();
1432public async Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1546var _result = new AzureOperationResponse<IPage<AvailabilitySet>>();
1605public async Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1719var _result = new AzureOperationResponse<IPage<AvailabilitySet>>();
Generated\AvailabilitySetsOperationsExtensions.cs (8)
205public static IPage<AvailabilitySet> ListBySubscription(this IAvailabilitySetsOperations operations, string expand = default(string))
223public static async Task<IPage<AvailabilitySet>> ListBySubscriptionAsync(this IAvailabilitySetsOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<AvailabilitySet> List(this IAvailabilitySetsOperations operations, string resourceGroupName)
257public static async Task<IPage<AvailabilitySet>> ListAsync(this IAvailabilitySetsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
316public static IPage<AvailabilitySet> ListBySubscriptionNext(this IAvailabilitySetsOperations operations, string nextPageLink)
333public static async Task<IPage<AvailabilitySet>> ListBySubscriptionNextAsync(this IAvailabilitySetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
350public static IPage<AvailabilitySet> ListNext(this IAvailabilitySetsOperations operations, string nextPageLink)
367public static async Task<IPage<AvailabilitySet>> ListNextAsync(this IAvailabilitySetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CloudServiceRoleInstancesOperationsExtensions.cs (4)
174public static IPage<RoleInstance> List(this ICloudServiceRoleInstancesOperations operations, string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = default(InstanceViewTypes?))
198public static async Task<IPage<RoleInstance>> ListAsync(this ICloudServiceRoleInstancesOperations operations, string resourceGroupName, string cloudServiceName, InstanceViewTypes? expand = default(InstanceViewTypes?), CancellationToken cancellationToken = default(CancellationToken))
551public static IPage<RoleInstance> ListNext(this ICloudServiceRoleInstancesOperations operations, string nextPageLink)
570public static async Task<IPage<RoleInstance>> ListNextAsync(this ICloudServiceRoleInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CloudServicesOperations.cs (8)
541public async Task<AzureOperationResponse<IPage<CloudService>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
661var _result = new AzureOperationResponse<IPage<CloudService>>();
722public async Task<AzureOperationResponse<IPage<CloudService>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
848var _result = new AzureOperationResponse<IPage<CloudService>>();
2800public async Task<AzureOperationResponse<IPage<CloudService>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2914var _result = new AzureOperationResponse<IPage<CloudService>>();
2975public async Task<AzureOperationResponse<IPage<CloudService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3089var _result = new AzureOperationResponse<IPage<CloudService>>();
Generated\CloudServicesOperationsExtensions.cs (8)
246public static IPage<CloudService> ListAll(this ICloudServicesOperations operations)
263public static async Task<IPage<CloudService>> ListAllAsync(this ICloudServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
282public static IPage<CloudService> List(this ICloudServicesOperations operations, string resourceGroupName)
301public static async Task<IPage<CloudService>> ListAsync(this ICloudServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
980public static IPage<CloudService> ListAllNext(this ICloudServicesOperations operations, string nextPageLink)
1000public static async Task<IPage<CloudService>> ListAllNextAsync(this ICloudServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1019public static IPage<CloudService> ListNext(this ICloudServicesOperations operations, string nextPageLink)
1038public static async Task<IPage<CloudService>> ListNextAsync(this ICloudServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ContainerServicesOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<ContainerService>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
203var _result = new AzureOperationResponse<IPage<ContainerService>>();
530public async Task<AzureOperationResponse<IPage<ContainerService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<ContainerService>>();
1156public async Task<AzureOperationResponse<IPage<ContainerService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1270var _result = new AzureOperationResponse<IPage<ContainerService>>();
1335public async Task<AzureOperationResponse<IPage<ContainerService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1449var _result = new AzureOperationResponse<IPage<ContainerService>>();
Generated\ContainerServicesOperationsExtensions.cs (8)
36public static IPage<ContainerService> List(this IContainerServicesOperations operations)
56public static async Task<IPage<ContainerService>> ListAsync(this IContainerServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
244public static IPage<ContainerService> ListByResourceGroup(this IContainerServicesOperations operations, string resourceGroupName)
267public static async Task<IPage<ContainerService>> ListByResourceGroupAsync(this IContainerServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
401public static IPage<ContainerService> ListNext(this IContainerServicesOperations operations, string nextPageLink)
424public static async Task<IPage<ContainerService>> ListNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
447public static IPage<ContainerService> ListByResourceGroupNext(this IContainerServicesOperations operations, string nextPageLink)
470public static async Task<IPage<ContainerService>> ListByResourceGroupNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DedicatedHostGroupsOperations.cs (8)
899public async Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1025var _result = new AzureOperationResponse<IPage<DedicatedHostGroup>>();
1083public async Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1203var _result = new AzureOperationResponse<IPage<DedicatedHostGroup>>();
1264public async Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1378var _result = new AzureOperationResponse<IPage<DedicatedHostGroup>>();
1439public async Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1553var _result = new AzureOperationResponse<IPage<DedicatedHostGroup>>();
Generated\DedicatedHostGroupsOperationsExtensions.cs (8)
218public static IPage<DedicatedHostGroup> ListByResourceGroup(this IDedicatedHostGroupsOperations operations, string resourceGroupName)
237public static async Task<IPage<DedicatedHostGroup>> ListByResourceGroupAsync(this IDedicatedHostGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
253public static IPage<DedicatedHostGroup> ListBySubscription(this IDedicatedHostGroupsOperations operations)
269public static async Task<IPage<DedicatedHostGroup>> ListBySubscriptionAsync(this IDedicatedHostGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
288public static IPage<DedicatedHostGroup> ListByResourceGroupNext(this IDedicatedHostGroupsOperations operations, string nextPageLink)
307public static async Task<IPage<DedicatedHostGroup>> ListByResourceGroupNextAsync(this IDedicatedHostGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
326public static IPage<DedicatedHostGroup> ListBySubscriptionNext(this IDedicatedHostGroupsOperations operations, string nextPageLink)
345public static async Task<IPage<DedicatedHostGroup>> ListBySubscriptionNextAsync(this IDedicatedHostGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiskAccessesOperations.cs (12)
358public async Task<AzureOperationResponse<IPage<DiskAccess>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
484var _result = new AzureOperationResponse<IPage<DiskAccess>>();
540public async Task<AzureOperationResponse<IPage<DiskAccess>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
660var _result = new AzureOperationResponse<IPage<DiskAccess>>();
1191public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsWithHttpMessagesAsync(string resourceGroupName, string diskAccessName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1323var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
2450public async Task<AzureOperationResponse<IPage<DiskAccess>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2564var _result = new AzureOperationResponse<IPage<DiskAccess>>();
2623public async Task<AzureOperationResponse<IPage<DiskAccess>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2737var _result = new AzureOperationResponse<IPage<DiskAccess>>();
2797public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2911var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
Generated\DiskAccessesOperationsExtensions.cs (12)
228public static IPage<DiskAccess> ListByResourceGroup(this IDiskAccessesOperations operations, string resourceGroupName)
245public static async Task<IPage<DiskAccess>> ListByResourceGroupAsync(this IDiskAccessesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
259public static IPage<DiskAccess> List(this IDiskAccessesOperations operations)
273public static async Task<IPage<DiskAccess>> ListAsync(this IDiskAccessesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
508public static IPage<PrivateEndpointConnection> ListPrivateEndpointConnections(this IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName)
532public static async Task<IPage<PrivateEndpointConnection>> ListPrivateEndpointConnectionsAsync(this IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName, CancellationToken cancellationToken = default(CancellationToken))
807public static IPage<DiskAccess> ListByResourceGroupNext(this IDiskAccessesOperations operations, string nextPageLink)
824public static async Task<IPage<DiskAccess>> ListByResourceGroupNextAsync(this IDiskAccessesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
841public static IPage<DiskAccess> ListNext(this IDiskAccessesOperations operations, string nextPageLink)
858public static async Task<IPage<DiskAccess>> ListNextAsync(this IDiskAccessesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
876public static IPage<PrivateEndpointConnection> ListPrivateEndpointConnectionsNext(this IDiskAccessesOperations operations, string nextPageLink)
894public static async Task<IPage<PrivateEndpointConnection>> ListPrivateEndpointConnectionsNextAsync(this IDiskAccessesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiskEncryptionSetsOperations.cs (12)
360public async Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
486var _result = new AzureOperationResponse<IPage<DiskEncryptionSet>>();
542public async Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
662var _result = new AzureOperationResponse<IPage<DiskEncryptionSet>>();
727public async Task<AzureOperationResponse<IPage<string>>> ListAssociatedResourcesWithHttpMessagesAsync(string resourceGroupName, string diskEncryptionSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
859var _result = new AzureOperationResponse<IPage<string>>();
1558public async Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1672var _result = new AzureOperationResponse<IPage<DiskEncryptionSet>>();
1731public async Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1845var _result = new AzureOperationResponse<IPage<DiskEncryptionSet>>();
1904public async Task<AzureOperationResponse<IPage<string>>> ListAssociatedResourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2018var _result = new AzureOperationResponse<IPage<string>>();
Generated\DiskEncryptionSetsOperationsExtensions.cs (12)
230public static IPage<DiskEncryptionSet> ListByResourceGroup(this IDiskEncryptionSetsOperations operations, string resourceGroupName)
247public static async Task<IPage<DiskEncryptionSet>> ListByResourceGroupAsync(this IDiskEncryptionSetsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
261public static IPage<DiskEncryptionSet> List(this IDiskEncryptionSetsOperations operations)
275public static async Task<IPage<DiskEncryptionSet>> ListAsync(this IDiskEncryptionSetsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
298public static IPage<string> ListAssociatedResources(this IDiskEncryptionSetsOperations operations, string resourceGroupName, string diskEncryptionSetName)
321public static async Task<IPage<string>> ListAssociatedResourcesAsync(this IDiskEncryptionSetsOperations operations, string resourceGroupName, string diskEncryptionSetName, CancellationToken cancellationToken = default(CancellationToken))
489public static IPage<DiskEncryptionSet> ListByResourceGroupNext(this IDiskEncryptionSetsOperations operations, string nextPageLink)
506public static async Task<IPage<DiskEncryptionSet>> ListByResourceGroupNextAsync(this IDiskEncryptionSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
523public static IPage<DiskEncryptionSet> ListNext(this IDiskEncryptionSetsOperations operations, string nextPageLink)
540public static async Task<IPage<DiskEncryptionSet>> ListNextAsync(this IDiskEncryptionSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
557public static IPage<string> ListAssociatedResourcesNext(this IDiskEncryptionSetsOperations operations, string nextPageLink)
574public static async Task<IPage<string>> ListAssociatedResourcesNextAsync(this IDiskEncryptionSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiskRestorePointOperationsExtensions.cs (4)
105public static IPage<DiskRestorePoint> ListByRestorePoint(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName)
132public static async Task<IPage<DiskRestorePoint>> ListByRestorePointAsync(this IDiskRestorePointOperations operations, string resourceGroupName, string restorePointCollectionName, string vmRestorePointName, CancellationToken cancellationToken = default(CancellationToken))
149public static IPage<DiskRestorePoint> ListByRestorePointNext(this IDiskRestorePointOperations operations, string nextPageLink)
166public static async Task<IPage<DiskRestorePoint>> ListByRestorePointNextAsync(this IDiskRestorePointOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DisksOperations.cs (8)
354public async Task<AzureOperationResponse<IPage<Disk>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
480var _result = new AzureOperationResponse<IPage<Disk>>();
536public async Task<AzureOperationResponse<IPage<Disk>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<Disk>>();
1790public async Task<AzureOperationResponse<IPage<Disk>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1904var _result = new AzureOperationResponse<IPage<Disk>>();
1963public async Task<AzureOperationResponse<IPage<Disk>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2077var _result = new AzureOperationResponse<IPage<Disk>>();
Generated\DisksOperationsExtensions.cs (8)
218public static IPage<Disk> ListByResourceGroup(this IDisksOperations operations, string resourceGroupName)
235public static async Task<IPage<Disk>> ListByResourceGroupAsync(this IDisksOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
249public static IPage<Disk> List(this IDisksOperations operations)
263public static async Task<IPage<Disk>> ListAsync(this IDisksOperations operations, CancellationToken cancellationToken = default(CancellationToken))
603public static IPage<Disk> ListByResourceGroupNext(this IDisksOperations operations, string nextPageLink)
620public static async Task<IPage<Disk>> ListByResourceGroupNextAsync(this IDisksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
637public static IPage<Disk> ListNext(this IDisksOperations operations, string nextPageLink)
654public static async Task<IPage<Disk>> ListNextAsync(this IDisksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GalleriesOperations.cs (8)
350public async Task<AzureOperationResponse<IPage<Gallery>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
476var _result = new AzureOperationResponse<IPage<Gallery>>();
532public async Task<AzureOperationResponse<IPage<Gallery>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
652var _result = new AzureOperationResponse<IPage<Gallery>>();
1344public async Task<AzureOperationResponse<IPage<Gallery>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1458var _result = new AzureOperationResponse<IPage<Gallery>>();
1517public async Task<AzureOperationResponse<IPage<Gallery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1631var _result = new AzureOperationResponse<IPage<Gallery>>();
Generated\GalleriesOperationsExtensions.cs (8)
210public static IPage<Gallery> ListByResourceGroup(this IGalleriesOperations operations, string resourceGroupName)
227public static async Task<IPage<Gallery>> ListByResourceGroupAsync(this IGalleriesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
241public static IPage<Gallery> List(this IGalleriesOperations operations)
255public static async Task<IPage<Gallery>> ListAsync(this IGalleriesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
409public static IPage<Gallery> ListByResourceGroupNext(this IGalleriesOperations operations, string nextPageLink)
426public static async Task<IPage<Gallery>> ListByResourceGroupNextAsync(this IGalleriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
443public static IPage<Gallery> ListNext(this IGalleriesOperations operations, string nextPageLink)
460public static async Task<IPage<Gallery>> ListNextAsync(this IGalleriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GalleryApplicationVersionsOperationsExtensions.cs (4)
296public static IPage<GalleryApplicationVersion> ListByGalleryApplication(this IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName)
321public static async Task<IPage<GalleryApplicationVersion>> ListByGalleryApplicationAsync(this IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, CancellationToken cancellationToken = default(CancellationToken))
529public static IPage<GalleryApplicationVersion> ListByGalleryApplicationNext(this IGalleryApplicationVersionsOperations operations, string nextPageLink)
546public static async Task<IPage<GalleryApplicationVersion>> ListByGalleryApplicationNextAsync(this IGalleryApplicationVersionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GalleryImageVersionsOperationsExtensions.cs (4)
287public static IPage<GalleryImageVersion> ListByGalleryImage(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName)
311public static async Task<IPage<GalleryImageVersion>> ListByGalleryImageAsync(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, CancellationToken cancellationToken = default(CancellationToken))
513public static IPage<GalleryImageVersion> ListByGalleryImageNext(this IGalleryImageVersionsOperations operations, string nextPageLink)
530public static async Task<IPage<GalleryImageVersion>> ListByGalleryImageNextAsync(this IGalleryImageVersionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAvailabilitySetsOperations.cs (4)
151Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
221Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<AvailabilitySet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICloudServicesOperations.cs (4)
176Task<AzureOperationResponse<IPage<CloudService>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
201Task<AzureOperationResponse<IPage<CloudService>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
611Task<AzureOperationResponse<IPage<CloudService>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
636Task<AzureOperationResponse<IPage<CloudService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IContainerServicesOperations.cs (4)
50Task<AzureOperationResponse<IPage<ContainerService>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
175Task<AzureOperationResponse<IPage<ContainerService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<ContainerService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
296Task<AzureOperationResponse<IPage<ContainerService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDedicatedHostGroupsOperations.cs (4)
159Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
180Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
204Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
228Task<AzureOperationResponse<IPage<DedicatedHostGroup>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDiskAccessesOperations.cs (6)
163Task<AzureOperationResponse<IPage<DiskAccess>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
182Task<AzureOperationResponse<IPage<DiskAccess>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
336Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsWithHttpMessagesAsync(string resourceGroupName, string diskAccessName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
511Task<AzureOperationResponse<IPage<DiskAccess>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
533Task<AzureOperationResponse<IPage<DiskAccess>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
556Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDiskEncryptionSetsOperations.cs (6)
164Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
183Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
212Task<AzureOperationResponse<IPage<string>>> ListAssociatedResourcesWithHttpMessagesAsync(string resourceGroupName, string diskEncryptionSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
323Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
345Task<AzureOperationResponse<IPage<DiskEncryptionSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<string>>> ListAssociatedResourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDisksOperations.cs (4)
162Task<AzureOperationResponse<IPage<Disk>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
181Task<AzureOperationResponse<IPage<Disk>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
404Task<AzureOperationResponse<IPage<Disk>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
426Task<AzureOperationResponse<IPage<Disk>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IGalleriesOperations.cs (4)
155Task<AzureOperationResponse<IPage<Gallery>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<Gallery>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
279Task<AzureOperationResponse<IPage<Gallery>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
301Task<AzureOperationResponse<IPage<Gallery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IImagesOperations.cs (4)
153Task<AzureOperationResponse<IPage<Image>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<Image>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
274Task<AzureOperationResponse<IPage<Image>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
298Task<AzureOperationResponse<IPage<Image>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ImagesOperations.cs (8)
354public async Task<AzureOperationResponse<IPage<Image>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
480var _result = new AzureOperationResponse<IPage<Image>>();
538public async Task<AzureOperationResponse<IPage<Image>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
658var _result = new AzureOperationResponse<IPage<Image>>();
1346public async Task<AzureOperationResponse<IPage<Image>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1460var _result = new AzureOperationResponse<IPage<Image>>();
1521public async Task<AzureOperationResponse<IPage<Image>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1635var _result = new AzureOperationResponse<IPage<Image>>();
Generated\ImagesOperationsExtensions.cs (8)
208public static IPage<Image> ListByResourceGroup(this IImagesOperations operations, string resourceGroupName)
225public static async Task<IPage<Image>> ListByResourceGroupAsync(this IImagesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
241public static IPage<Image> List(this IImagesOperations operations)
257public static async Task<IPage<Image>> ListAsync(this IImagesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
403public static IPage<Image> ListByResourceGroupNext(this IImagesOperations operations, string nextPageLink)
420public static async Task<IPage<Image>> ListByResourceGroupNextAsync(this IImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
439public static IPage<Image> ListNext(this IImagesOperations operations, string nextPageLink)
458public static async Task<IPage<Image>> ListNextAsync(this IImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IProximityPlacementGroupsOperations.cs (4)
152Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
196Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
218Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISnapshotsOperations.cs (4)
159Task<AzureOperationResponse<IPage<Snapshot>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<Snapshot>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
395Task<AzureOperationResponse<IPage<Snapshot>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<Snapshot>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISshPublicKeysOperations.cs (4)
46Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
70Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
249Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualMachineRunCommandsOperations.cs (4)
47Task<AzureOperationResponse<IPage<RunCommandDocumentBase>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<VirtualMachineRunCommand>>> ListByVirtualMachineWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
337Task<AzureOperationResponse<IPage<RunCommandDocumentBase>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
359Task<AzureOperationResponse<IPage<VirtualMachineRunCommand>>> ListByVirtualMachineNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualMachineScaleSetsOperations.cs (8)
230Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
252Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
278Task<AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>> ListSkusWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
303Task<AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>> GetOSUpgradeHistoryWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1030Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1055Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1078Task<AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>> ListSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1100Task<AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>> GetOSUpgradeHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualMachinesOperations.cs (6)
49Task<AzureOperationResponse<IPage<VirtualMachine>>> ListByLocationWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
318Task<AzureOperationResponse<IPage<VirtualMachine>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
343Task<AzureOperationResponse<IPage<VirtualMachine>>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1048Task<AzureOperationResponse<IPage<VirtualMachine>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1072Task<AzureOperationResponse<IPage<VirtualMachine>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1096Task<AzureOperationResponse<IPage<VirtualMachine>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ProximityPlacementGroupsOperations.cs (8)
892public async Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1012var _result = new AzureOperationResponse<IPage<ProximityPlacementGroup>>();
1071public async Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1197var _result = new AzureOperationResponse<IPage<ProximityPlacementGroup>>();
1256public async Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1370var _result = new AzureOperationResponse<IPage<ProximityPlacementGroup>>();
1429public async Task<AzureOperationResponse<IPage<ProximityPlacementGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1543var _result = new AzureOperationResponse<IPage<ProximityPlacementGroup>>();
Generated\ProximityPlacementGroupsOperationsExtensions.cs (8)
209public static IPage<ProximityPlacementGroup> ListBySubscription(this IProximityPlacementGroupsOperations operations)
223public static async Task<IPage<ProximityPlacementGroup>> ListBySubscriptionAsync(this IProximityPlacementGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<ProximityPlacementGroup> ListByResourceGroup(this IProximityPlacementGroupsOperations operations, string resourceGroupName)
257public static async Task<IPage<ProximityPlacementGroup>> ListByResourceGroupAsync(this IProximityPlacementGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
274public static IPage<ProximityPlacementGroup> ListBySubscriptionNext(this IProximityPlacementGroupsOperations operations, string nextPageLink)
291public static async Task<IPage<ProximityPlacementGroup>> ListBySubscriptionNextAsync(this IProximityPlacementGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
308public static IPage<ProximityPlacementGroup> ListByResourceGroupNext(this IProximityPlacementGroupsOperations operations, string nextPageLink)
325public static async Task<IPage<ProximityPlacementGroup>> ListByResourceGroupNextAsync(this IProximityPlacementGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SnapshotsOperations.cs (8)
354public async Task<AzureOperationResponse<IPage<Snapshot>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
480var _result = new AzureOperationResponse<IPage<Snapshot>>();
536public async Task<AzureOperationResponse<IPage<Snapshot>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<Snapshot>>();
1792public async Task<AzureOperationResponse<IPage<Snapshot>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1906var _result = new AzureOperationResponse<IPage<Snapshot>>();
1965public async Task<AzureOperationResponse<IPage<Snapshot>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2079var _result = new AzureOperationResponse<IPage<Snapshot>>();
Generated\SnapshotsOperationsExtensions.cs (8)
218public static IPage<Snapshot> ListByResourceGroup(this ISnapshotsOperations operations, string resourceGroupName)
235public static async Task<IPage<Snapshot>> ListByResourceGroupAsync(this ISnapshotsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
249public static IPage<Snapshot> List(this ISnapshotsOperations operations)
263public static async Task<IPage<Snapshot>> ListAsync(this ISnapshotsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
607public static IPage<Snapshot> ListByResourceGroupNext(this ISnapshotsOperations operations, string nextPageLink)
624public static async Task<IPage<Snapshot>> ListByResourceGroupNextAsync(this ISnapshotsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
641public static IPage<Snapshot> ListNext(this ISnapshotsOperations operations, string nextPageLink)
658public static async Task<IPage<Snapshot>> ListNextAsync(this ISnapshotsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SshPublicKeysOperations.cs (8)
78public async Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
198var _result = new AzureOperationResponse<IPage<SshPublicKeyResource>>();
258public async Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
384var _result = new AzureOperationResponse<IPage<SshPublicKeyResource>>();
1446public async Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1560var _result = new AzureOperationResponse<IPage<SshPublicKeyResource>>();
1620public async Task<AzureOperationResponse<IPage<SshPublicKeyResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1734var _result = new AzureOperationResponse<IPage<SshPublicKeyResource>>();
Generated\SshPublicKeysOperationsExtensions.cs (8)
31public static IPage<SshPublicKeyResource> ListBySubscription(this ISshPublicKeysOperations operations)
46public static async Task<IPage<SshPublicKeyResource>> ListBySubscriptionAsync(this ISshPublicKeysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<SshPublicKeyResource> ListByResourceGroup(this ISshPublicKeysOperations operations, string resourceGroupName)
82public static async Task<IPage<SshPublicKeyResource>> ListByResourceGroupAsync(this ISshPublicKeysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
315public static IPage<SshPublicKeyResource> ListBySubscriptionNext(this ISshPublicKeysOperations operations, string nextPageLink)
333public static async Task<IPage<SshPublicKeyResource>> ListBySubscriptionNextAsync(this ISshPublicKeysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<SshPublicKeyResource> ListByResourceGroupNext(this ISshPublicKeysOperations operations, string nextPageLink)
369public static async Task<IPage<SshPublicKeyResource>> ListByResourceGroupNextAsync(this ISshPublicKeysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachineRunCommandsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<RunCommandDocumentBase>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
213var _result = new AzureOperationResponse<IPage<RunCommandDocumentBase>>();
772public async Task<AzureOperationResponse<IPage<VirtualMachineRunCommand>>> ListByVirtualMachineWithHttpMessagesAsync(string resourceGroupName, string vmName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
909var _result = new AzureOperationResponse<IPage<VirtualMachineRunCommand>>();
1607public async Task<AzureOperationResponse<IPage<RunCommandDocumentBase>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1721var _result = new AzureOperationResponse<IPage<RunCommandDocumentBase>>();
1780public async Task<AzureOperationResponse<IPage<VirtualMachineRunCommand>>> ListByVirtualMachineNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1894var _result = new AzureOperationResponse<IPage<VirtualMachineRunCommand>>();
Generated\VirtualMachineRunCommandsOperationsExtensions.cs (8)
33public static IPage<RunCommandDocumentBase> List(this IVirtualMachineRunCommandsOperations operations, string location)
50public static async Task<IPage<RunCommandDocumentBase>> ListAsync(this IVirtualMachineRunCommandsOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
314public static IPage<VirtualMachineRunCommand> ListByVirtualMachine(this IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string expand = default(string))
337public static async Task<IPage<VirtualMachineRunCommand>> ListByVirtualMachineAsync(this IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
503public static IPage<RunCommandDocumentBase> ListNext(this IVirtualMachineRunCommandsOperations operations, string nextPageLink)
520public static async Task<IPage<RunCommandDocumentBase>> ListNextAsync(this IVirtualMachineRunCommandsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
537public static IPage<VirtualMachineRunCommand> ListByVirtualMachineNext(this IVirtualMachineRunCommandsOperations operations, string nextPageLink)
554public static async Task<IPage<VirtualMachineRunCommand>> ListByVirtualMachineNextAsync(this IVirtualMachineRunCommandsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachineScaleSetsOperations.cs (16)
594public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
720var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSet>>();
779public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
899var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSet>>();
962public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>> ListSkusWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1094var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>();
1156public async Task<AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>> GetOSUpgradeHistoryWithHttpMessagesAsync(string resourceGroupName, string vmScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1288var _result = new AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>();
4719public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4833var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSet>>();
4895public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSet>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5009var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSet>>();
5069public async Task<AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>> ListSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5183var _result = new AzureOperationResponse<IPage<VirtualMachineScaleSetSku>>();
5242public async Task<AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>> GetOSUpgradeHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5356var _result = new AzureOperationResponse<IPage<UpgradeOperationHistoricalStatusInfo>>();
Generated\VirtualMachineScaleSetsOperationsExtensions.cs (16)
338public static IPage<VirtualMachineScaleSet> List(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName)
355public static async Task<IPage<VirtualMachineScaleSet>> ListAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
372public static IPage<VirtualMachineScaleSet> ListAll(this IVirtualMachineScaleSetsOperations operations)
389public static async Task<IPage<VirtualMachineScaleSet>> ListAllAsync(this IVirtualMachineScaleSetsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
410public static IPage<VirtualMachineScaleSetSku> ListSkus(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName)
431public static async Task<IPage<VirtualMachineScaleSetSku>> ListSkusAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default(CancellationToken))
451public static IPage<UpgradeOperationHistoricalStatusInfo> GetOSUpgradeHistory(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName)
471public static async Task<IPage<UpgradeOperationHistoricalStatusInfo>> GetOSUpgradeHistoryAsync(this IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, CancellationToken cancellationToken = default(CancellationToken))
1692public static IPage<VirtualMachineScaleSet> ListNext(this IVirtualMachineScaleSetsOperations operations, string nextPageLink)
1709public static async Task<IPage<VirtualMachineScaleSet>> ListNextAsync(this IVirtualMachineScaleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1729public static IPage<VirtualMachineScaleSet> ListAllNext(this IVirtualMachineScaleSetsOperations operations, string nextPageLink)
1749public static async Task<IPage<VirtualMachineScaleSet>> ListAllNextAsync(this IVirtualMachineScaleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1767public static IPage<VirtualMachineScaleSetSku> ListSkusNext(this IVirtualMachineScaleSetsOperations operations, string nextPageLink)
1785public static async Task<IPage<VirtualMachineScaleSetSku>> ListSkusNextAsync(this IVirtualMachineScaleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1802public static IPage<UpgradeOperationHistoricalStatusInfo> GetOSUpgradeHistoryNext(this IVirtualMachineScaleSetsOperations operations, string nextPageLink)
1819public static async Task<IPage<UpgradeOperationHistoricalStatusInfo>> GetOSUpgradeHistoryNextAsync(this IVirtualMachineScaleSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachineScaleSetVMRunCommandsOperationsExtensions.cs (4)
266public static IPage<VirtualMachineRunCommand> List(this IVirtualMachineScaleSetVMRunCommandsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, string expand = default(string))
293public static async Task<IPage<VirtualMachineRunCommand>> ListAsync(this IVirtualMachineScaleSetVMRunCommandsOperations operations, string resourceGroupName, string vmScaleSetName, string instanceId, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
476public static IPage<VirtualMachineRunCommand> ListNext(this IVirtualMachineScaleSetVMRunCommandsOperations operations, string nextPageLink)
494public static async Task<IPage<VirtualMachineRunCommand>> ListNextAsync(this IVirtualMachineScaleSetVMRunCommandsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachineScaleSetVMsOperationsExtensions.cs (4)
390public static IPage<VirtualMachineScaleSetVM> List(this IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string virtualMachineScaleSetName, ODataQuery<VirtualMachineScaleSetVM> odataQuery = default(ODataQuery<VirtualMachineScaleSetVM>), string select = default(string))
417public static async Task<IPage<VirtualMachineScaleSetVM>> ListAsync(this IVirtualMachineScaleSetVMsOperations operations, string resourceGroupName, string virtualMachineScaleSetName, ODataQuery<VirtualMachineScaleSetVM> odataQuery = default(ODataQuery<VirtualMachineScaleSetVM>), string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
1349public static IPage<VirtualMachineScaleSetVM> ListNext(this IVirtualMachineScaleSetVMsOperations operations, string nextPageLink)
1366public static async Task<IPage<VirtualMachineScaleSetVM>> ListNextAsync(this IVirtualMachineScaleSetVMsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachinesOperations.cs (12)
81public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListByLocationWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
214var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
999public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1125var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
1186public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListAllWithHttpMessagesAsync(string statusOnly = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1311var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
5007public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5121var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
5181public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5295var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
5355public async Task<AzureOperationResponse<IPage<VirtualMachine>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5469var _result = new AzureOperationResponse<IPage<VirtualMachine>>();
Generated\VirtualMachinesOperationsExtensions.cs (12)
36public static IPage<VirtualMachine> ListByLocation(this IVirtualMachinesOperations operations, string location)
54public static async Task<IPage<VirtualMachine>> ListByLocationAsync(this IVirtualMachinesOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
474public static IPage<VirtualMachine> List(this IVirtualMachinesOperations operations, string resourceGroupName)
492public static async Task<IPage<VirtualMachine>> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
511public static IPage<VirtualMachine> ListAll(this IVirtualMachinesOperations operations, string statusOnly = default(string))
530public static async Task<IPage<VirtualMachine>> ListAllAsync(this IVirtualMachinesOperations operations, string statusOnly = default(string), CancellationToken cancellationToken = default(CancellationToken))
1688public static IPage<VirtualMachine> ListByLocationNext(this IVirtualMachinesOperations operations, string nextPageLink)
1706public static async Task<IPage<VirtualMachine>> ListByLocationNextAsync(this IVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1724public static IPage<VirtualMachine> ListNext(this IVirtualMachinesOperations operations, string nextPageLink)
1742public static async Task<IPage<VirtualMachine>> ListNextAsync(this IVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1760public static IPage<VirtualMachine> ListAllNext(this IVirtualMachinesOperations operations, string nextPageLink)
1778public static async Task<IPage<VirtualMachine>> ListAllNextAsync(this IVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Confluent (40)
Generated\IOrganizationOperationsOperations.cs (4)
44Task<AzureOperationResponse<IPage<OrganizationResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<OrganizationResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
241Task<AzureOperationResponse<IPage<OrganizationResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
263Task<AzureOperationResponse<IPage<OrganizationResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\OrganizationOperationsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<OrganizationResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
190var _result = new AzureOperationResponse<IPage<OrganizationResource>>();
249public async Task<AzureOperationResponse<IPage<OrganizationResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
368var _result = new AzureOperationResponse<IPage<OrganizationResource>>();
1245public async Task<AzureOperationResponse<IPage<OrganizationResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1354var _result = new AzureOperationResponse<IPage<OrganizationResource>>();
1413public async Task<AzureOperationResponse<IPage<OrganizationResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1522var _result = new AzureOperationResponse<IPage<OrganizationResource>>();
Generated\OrganizationOperationsOperationsExtensions.cs (8)
32public static IPage<OrganizationResource> ListBySubscription(this IOrganizationOperationsOperations operations)
46public static async Task<IPage<OrganizationResource>> ListBySubscriptionAsync(this IOrganizationOperationsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
63public static IPage<OrganizationResource> ListByResourceGroup(this IOrganizationOperationsOperations operations, string resourceGroupName)
80public static async Task<IPage<OrganizationResource>> ListByResourceGroupAsync(this IOrganizationOperationsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<OrganizationResource> ListBySubscriptionNext(this IOrganizationOperationsOperations operations, string nextPageLink)
366public static async Task<IPage<OrganizationResource>> ListBySubscriptionNextAsync(this IOrganizationOperationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
383public static IPage<OrganizationResource> ListByResourceGroupNext(this IOrganizationOperationsOperations operations, string nextPageLink)
400public static async Task<IPage<OrganizationResource>> ListByResourceGroupNextAsync(this IOrganizationOperationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Consumption (90)
Generated\IReservationsDetailsOperations.cs (4)
52Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderWithHttpMessagesAsync(string reservationOrderId, string filter, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
82Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderAndReservationWithHttpMessagesAsync(string reservationOrderId, string reservationId, string filter, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
105Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
128Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderAndReservationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReservationsSummariesOperations.cs (4)
56Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderWithHttpMessagesAsync(string reservationOrderId, string grain, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
90Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderAndReservationWithHttpMessagesAsync(string reservationOrderId, string reservationId, string grain, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
113Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
136Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderAndReservationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IUsageDetailsOperations.cs (2)
93Task<AzureOperationResponse<IPage<UsageDetail>>> ListWithHttpMessagesAsync(string scope, string expand = default(string), string filter = default(string), string skiptoken = default(string), int? top = default(int?), string metric = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
203Task<AzureOperationResponse<IPage<UsageDetail>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\MarketplacesOperationsExtensions.cs (4)
61public static IPage<Marketplace> List(this IMarketplacesOperations operations, string scope, ODataQuery<Marketplace> odataQuery = default(ODataQuery<Marketplace>), string skiptoken = default(string))
105public static async Task<IPage<Marketplace>> ListAsync(this IMarketplacesOperations operations, string scope, ODataQuery<Marketplace> odataQuery = default(ODataQuery<Marketplace>), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
124public static IPage<Marketplace> ListNext(this IMarketplacesOperations operations, string nextPageLink)
143public static async Task<IPage<Marketplace>> ListNextAsync(this IMarketplacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReservationsDetailsOperations.cs (8)
85public async Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderWithHttpMessagesAsync(string reservationOrderId, string filter, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
212var _result = new AzureOperationResponse<IPage<ReservationDetail>>();
279public async Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderAndReservationWithHttpMessagesAsync(string reservationOrderId, string reservationId, string filter, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
412var _result = new AzureOperationResponse<IPage<ReservationDetail>>();
472public async Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
581var _result = new AzureOperationResponse<IPage<ReservationDetail>>();
641public async Task<AzureOperationResponse<IPage<ReservationDetail>>> ListByReservationOrderAndReservationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
750var _result = new AzureOperationResponse<IPage<ReservationDetail>>();
Generated\ReservationsDetailsOperationsExtensions.cs (8)
38public static IPage<ReservationDetail> ListByReservationOrder(this IReservationsDetailsOperations operations, string reservationOrderId, string filter)
60public static async Task<IPage<ReservationDetail>> ListByReservationOrderAsync(this IReservationsDetailsOperations operations, string reservationOrderId, string filter, CancellationToken cancellationToken = default(CancellationToken))
85public static IPage<ReservationDetail> ListByReservationOrderAndReservation(this IReservationsDetailsOperations operations, string reservationOrderId, string reservationId, string filter)
110public static async Task<IPage<ReservationDetail>> ListByReservationOrderAndReservationAsync(this IReservationsDetailsOperations operations, string reservationOrderId, string reservationId, string filter, CancellationToken cancellationToken = default(CancellationToken))
128public static IPage<ReservationDetail> ListByReservationOrderNext(this IReservationsDetailsOperations operations, string nextPageLink)
146public static async Task<IPage<ReservationDetail>> ListByReservationOrderNextAsync(this IReservationsDetailsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
164public static IPage<ReservationDetail> ListByReservationOrderAndReservationNext(this IReservationsDetailsOperations operations, string nextPageLink)
182public static async Task<IPage<ReservationDetail>> ListByReservationOrderAndReservationNextAsync(this IReservationsDetailsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReservationsSummariesOperations.cs (8)
89public async Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderWithHttpMessagesAsync(string reservationOrderId, string grain, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<ReservationSummary>>();
292public async Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderAndReservationWithHttpMessagesAsync(string reservationOrderId, string reservationId, string grain, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
430var _result = new AzureOperationResponse<IPage<ReservationSummary>>();
490public async Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
599var _result = new AzureOperationResponse<IPage<ReservationSummary>>();
659public async Task<AzureOperationResponse<IPage<ReservationSummary>>> ListByReservationOrderAndReservationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
768var _result = new AzureOperationResponse<IPage<ReservationSummary>>();
Generated\ReservationsSummariesOperationsExtensions.cs (8)
42public static IPage<ReservationSummary> ListByReservationOrder(this IReservationsSummariesOperations operations, string reservationOrderId, string grain, string filter = default(string))
68public static async Task<IPage<ReservationSummary>> ListByReservationOrderAsync(this IReservationsSummariesOperations operations, string reservationOrderId, string grain, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
97public static IPage<ReservationSummary> ListByReservationOrderAndReservation(this IReservationsSummariesOperations operations, string reservationOrderId, string reservationId, string grain, string filter = default(string))
126public static async Task<IPage<ReservationSummary>> ListByReservationOrderAndReservationAsync(this IReservationsSummariesOperations operations, string reservationOrderId, string reservationId, string grain, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<ReservationSummary> ListByReservationOrderNext(this IReservationsSummariesOperations operations, string nextPageLink)
162public static async Task<IPage<ReservationSummary>> ListByReservationOrderNextAsync(this IReservationsSummariesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
180public static IPage<ReservationSummary> ListByReservationOrderAndReservationNext(this IReservationsSummariesOperations operations, string nextPageLink)
198public static async Task<IPage<ReservationSummary>> ListByReservationOrderAndReservationNextAsync(this IReservationsSummariesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UsageDetailsOperations.cs (4)
126public async Task<AzureOperationResponse<IPage<UsageDetail>>> ListWithHttpMessagesAsync(string scope, string expand = default(string), string filter = default(string), string skiptoken = default(string), int? top = default(int?), string metric = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
277var _result = new AzureOperationResponse<IPage<UsageDetail>>();
594public async Task<AzureOperationResponse<IPage<UsageDetail>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
703var _result = new AzureOperationResponse<IPage<UsageDetail>>();
Generated\UsageDetailsOperationsExtensions.cs (4)
79public static IPage<UsageDetail> List(this IUsageDetailsOperations operations, string scope, string expand = default(string), string filter = default(string), string skiptoken = default(string), int? top = default(int?), string metric = default(string))
142public static async Task<IPage<UsageDetail>> ListAsync(this IUsageDetailsOperations operations, string scope, string expand = default(string), string filter = default(string), string skiptoken = default(string), int? top = default(int?), string metric = default(string), CancellationToken cancellationToken = default(CancellationToken))
313public static IPage<UsageDetail> ListNext(this IUsageDetailsOperations operations, string nextPageLink)
332public static async Task<IPage<UsageDetail>> ListNextAsync(this IUsageDetailsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ContainerInstance (50)
Generated\ContainerGroupsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<ContainerGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
205var _result = new AzureOperationResponse<IPage<ContainerGroup>>();
271public async Task<AzureOperationResponse<IPage<ContainerGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
399var _result = new AzureOperationResponse<IPage<ContainerGroup>>();
1959public async Task<AzureOperationResponse<IPage<ContainerGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2073var _result = new AzureOperationResponse<IPage<ContainerGroup>>();
2139public async Task<AzureOperationResponse<IPage<ContainerGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2253var _result = new AzureOperationResponse<IPage<ContainerGroup>>();
Generated\ContainerGroupsOperationsExtensions.cs (8)
36public static IPage<ContainerGroup> List(this IContainerGroupsOperations operations)
56public static async Task<IPage<ContainerGroup>> ListAsync(this IContainerGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
80public static IPage<ContainerGroup> ListByResourceGroup(this IContainerGroupsOperations operations, string resourceGroupName)
104public static async Task<IPage<ContainerGroup>> ListByResourceGroupAsync(this IContainerGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
660public static IPage<ContainerGroup> ListNext(this IContainerGroupsOperations operations, string nextPageLink)
683public static async Task<IPage<ContainerGroup>> ListNextAsync(this IContainerGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
707public static IPage<ContainerGroup> ListByResourceGroupNext(this IContainerGroupsOperations operations, string nextPageLink)
731public static async Task<IPage<ContainerGroup>> ListByResourceGroupNextAsync(this IContainerGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IContainerGroupsOperations.cs (4)
50Task<AzureOperationResponse<IPage<ContainerGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
79Task<AzureOperationResponse<IPage<ContainerGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
422Task<AzureOperationResponse<IPage<ContainerGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
451Task<AzureOperationResponse<IPage<ContainerGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILocationOperations.cs (4)
73Task<AzureOperationResponse<IPage<CachedImages>>> ListCachedImagesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
98Task<AzureOperationResponse<IPage<Capabilities>>> ListCapabilitiesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
124Task<AzureOperationResponse<IPage<CachedImages>>> ListCachedImagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
149Task<AzureOperationResponse<IPage<Capabilities>>> ListCapabilitiesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LocationOperations.cs (8)
271public async Task<AzureOperationResponse<IPage<CachedImages>>> ListCachedImagesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
399var _result = new AzureOperationResponse<IPage<CachedImages>>();
461public async Task<AzureOperationResponse<IPage<Capabilities>>> ListCapabilitiesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
589var _result = new AzureOperationResponse<IPage<Capabilities>>();
652public async Task<AzureOperationResponse<IPage<CachedImages>>> ListCachedImagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
766var _result = new AzureOperationResponse<IPage<CachedImages>>();
828public async Task<AzureOperationResponse<IPage<Capabilities>>> ListCapabilitiesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
942var _result = new AzureOperationResponse<IPage<Capabilities>>();
Generated\LocationOperationsExtensions.cs (8)
73public static IPage<CachedImages> ListCachedImages(this ILocationOperations operations, string location)
94public static async Task<IPage<CachedImages>> ListCachedImagesAsync(this ILocationOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
114public static IPage<Capabilities> ListCapabilities(this ILocationOperations operations, string location)
134public static async Task<IPage<Capabilities>> ListCapabilitiesAsync(this ILocationOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
155public static IPage<CachedImages> ListCachedImagesNext(this ILocationOperations operations, string nextPageLink)
176public static async Task<IPage<CachedImages>> ListCachedImagesNextAsync(this ILocationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
196public static IPage<Capabilities> ListCapabilitiesNext(this ILocationOperations operations, string nextPageLink)
216public static async Task<IPage<Capabilities>> ListCapabilitiesNextAsync(this ILocationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ContainerRegistry (170)
Generated\IRegistriesOperations.cs (6)
207System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
227System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
337System.Threading.Tasks.Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListPrivateLinkResourcesWithHttpMessagesAsync(string resourceGroupName, string registryName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
614System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
637System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
659System.Threading.Tasks.Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListPrivateLinkResourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWebhooksOperations.cs (4)
170System.Threading.Tasks.Task<AzureOperationResponse<IPage<Webhook>>> ListWithHttpMessagesAsync(string resourceGroupName, string registryName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
258System.Threading.Tasks.Task<AzureOperationResponse<IPage<EventModel>>> ListEventsWithHttpMessagesAsync(string resourceGroupName, string registryName, string webhookName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
371System.Threading.Tasks.Task<AzureOperationResponse<IPage<Webhook>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
393System.Threading.Tasks.Task<AzureOperationResponse<IPage<EventModel>>> ListEventsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\RegistriesOperations.cs (12)
606public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
739var _result = new AzureOperationResponse<IPage<Registry>>();
795public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
915var _result = new AzureOperationResponse<IPage<Registry>>();
1639public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListPrivateLinkResourcesWithHttpMessagesAsync(string resourceGroupName, string registryName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1793var _result = new AzureOperationResponse<IPage<PrivateLinkResource>>();
3480public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3594var _result = new AzureOperationResponse<IPage<Registry>>();
3653public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Registry>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3767var _result = new AzureOperationResponse<IPage<Registry>>();
3826public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListPrivateLinkResourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3940var _result = new AzureOperationResponse<IPage<PrivateLinkResource>>();
Generated\RegistriesOperationsExtensions.cs (12)
286public static IPage<Registry> ListByResourceGroup(this IRegistriesOperations operations, string resourceGroupName)
303public static async System.Threading.Tasks.Task<IPage<Registry>> ListByResourceGroupAsync(this IRegistriesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<Registry> List(this IRegistriesOperations operations)
331public static async System.Threading.Tasks.Task<IPage<Registry>> ListAsync(this IRegistriesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
481public static IPage<PrivateLinkResource> ListPrivateLinkResources(this IRegistriesOperations operations, string resourceGroupName, string registryName)
501public static async System.Threading.Tasks.Task<IPage<PrivateLinkResource>> ListPrivateLinkResourcesAsync(this IRegistriesOperations operations, string resourceGroupName, string registryName, CancellationToken cancellationToken = default(CancellationToken))
922public static IPage<Registry> ListByResourceGroupNext(this IRegistriesOperations operations, string nextPageLink)
939public static async System.Threading.Tasks.Task<IPage<Registry>> ListByResourceGroupNextAsync(this IRegistriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
956public static IPage<Registry> ListNext(this IRegistriesOperations operations, string nextPageLink)
973public static async System.Threading.Tasks.Task<IPage<Registry>> ListNextAsync(this IRegistriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
990public static IPage<PrivateLinkResource> ListPrivateLinkResourcesNext(this IRegistriesOperations operations, string nextPageLink)
1007public static async System.Threading.Tasks.Task<IPage<PrivateLinkResource>> ListPrivateLinkResourcesNextAsync(this IRegistriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RunsOperationsExtensions.cs (4)
39public static IPage<Run> List(this IRunsOperations operations, string resourceGroupName, string registryName, ODataQuery<RunFilter> odataQuery = default(ODataQuery<RunFilter>))
62public static async System.Threading.Tasks.Task<IPage<Run>> ListAsync(this IRunsOperations operations, string resourceGroupName, string registryName, ODataQuery<RunFilter> odataQuery = default(ODataQuery<RunFilter>), CancellationToken cancellationToken = default(CancellationToken))
361public static IPage<Run> ListNext(this IRunsOperations operations, string nextPageLink)
378public static async System.Threading.Tasks.Task<IPage<Run>> ListNextAsync(this IRunsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WebhooksOperations.cs (8)
403public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Webhook>>> ListWithHttpMessagesAsync(string resourceGroupName, string registryName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
557var _result = new AzureOperationResponse<IPage<Webhook>>();
1102public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<EventModel>>> ListEventsWithHttpMessagesAsync(string resourceGroupName, string registryName, string webhookName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1277var _result = new AzureOperationResponse<IPage<EventModel>>();
2103public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<Webhook>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2217var _result = new AzureOperationResponse<IPage<Webhook>>();
2276public async System.Threading.Tasks.Task<AzureOperationResponse<IPage<EventModel>>> ListEventsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2390var _result = new AzureOperationResponse<IPage<EventModel>>();
Generated\WebhooksOperationsExtensions.cs (8)
228public static IPage<Webhook> List(this IWebhooksOperations operations, string resourceGroupName, string registryName)
248public static async System.Threading.Tasks.Task<IPage<Webhook>> ListAsync(this IWebhooksOperations operations, string resourceGroupName, string registryName, CancellationToken cancellationToken = default(CancellationToken))
363public static IPage<EventModel> ListEvents(this IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName)
386public static async System.Threading.Tasks.Task<IPage<EventModel>> ListEventsAsync(this IWebhooksOperations operations, string resourceGroupName, string registryName, string webhookName, CancellationToken cancellationToken = default(CancellationToken))
550public static IPage<Webhook> ListNext(this IWebhooksOperations operations, string nextPageLink)
567public static async System.Threading.Tasks.Task<IPage<Webhook>> ListNextAsync(this IWebhooksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
584public static IPage<EventModel> ListEventsNext(this IWebhooksOperations operations, string nextPageLink)
601public static async System.Threading.Tasks.Task<IPage<EventModel>> ListEventsNextAsync(this IWebhooksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ContainerService (70)
Generated\ContainerServicesOperations.cs (8)
84public async Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<ContainerServiceModel>>();
535public async Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
661var _result = new AzureOperationResponse<IPage<ContainerServiceModel>>();
1362public async Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1476var _result = new AzureOperationResponse<IPage<ContainerServiceModel>>();
1542public async Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1656var _result = new AzureOperationResponse<IPage<ContainerServiceModel>>();
Generated\ContainerServicesOperationsExtensions.cs (8)
37public static IPage<ContainerServiceModel> List(this IContainerServicesOperations operations)
58public static async Task<IPage<ContainerServiceModel>> ListAsync(this IContainerServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
253public static IPage<ContainerServiceModel> ListByResourceGroup(this IContainerServicesOperations operations, string resourceGroupName)
277public static async Task<IPage<ContainerServiceModel>> ListByResourceGroupAsync(this IContainerServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
466public static IPage<ContainerServiceModel> ListNext(this IContainerServicesOperations operations, string nextPageLink)
490public static async Task<IPage<ContainerServiceModel>> ListNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
514public static IPage<ContainerServiceModel> ListByResourceGroupNext(this IContainerServicesOperations operations, string nextPageLink)
538public static async Task<IPage<ContainerServiceModel>> ListByResourceGroupNextAsync(this IContainerServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IContainerServicesOperations.cs (4)
51Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
180Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
309Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
338Task<AzureOperationResponse<IPage<ContainerServiceModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IManagedClustersOperations.cs (4)
48Task<AzureOperationResponse<IPage<ManagedCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
75Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
692Task<AzureOperationResponse<IPage<ManagedCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
719Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IOpenShiftManagedClustersOperations.cs (4)
50Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
315Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
343Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagedClustersOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
201var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
264public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
397var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
3532public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3646var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
3709public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3823var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
Generated\ManagedClustersOperationsExtensions.cs (8)
36public static IPage<ManagedCluster> List(this IManagedClustersOperations operations)
54public static async Task<IPage<ManagedCluster>> ListAsync(this IManagedClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
75public static IPage<ManagedCluster> ListByResourceGroup(this IManagedClustersOperations operations, string resourceGroupName)
96public static async Task<IPage<ManagedCluster>> ListByResourceGroupAsync(this IManagedClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
1115public static IPage<ManagedCluster> ListNext(this IManagedClustersOperations operations, string nextPageLink)
1136public static async Task<IPage<ManagedCluster>> ListNextAsync(this IManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1157public static IPage<ManagedCluster> ListByResourceGroupNext(this IManagedClustersOperations operations, string nextPageLink)
1178public static async Task<IPage<ManagedCluster>> ListByResourceGroupNextAsync(this IManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\OpenShiftManagedClustersOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
201var _result = new AzureOperationResponse<IPage<OpenShiftManagedCluster>>();
265public async Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
398var _result = new AzureOperationResponse<IPage<OpenShiftManagedCluster>>();
1395public async Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1509var _result = new AzureOperationResponse<IPage<OpenShiftManagedCluster>>();
1573public async Task<AzureOperationResponse<IPage<OpenShiftManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1687var _result = new AzureOperationResponse<IPage<OpenShiftManagedCluster>>();
Generated\OpenShiftManagedClustersOperationsExtensions.cs (8)
36public static IPage<OpenShiftManagedCluster> List(this IOpenShiftManagedClustersOperations operations)
54public static async Task<IPage<OpenShiftManagedCluster>> ListAsync(this IOpenShiftManagedClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<OpenShiftManagedCluster> ListByResourceGroup(this IOpenShiftManagedClustersOperations operations, string resourceGroupName)
98public static async Task<IPage<OpenShiftManagedCluster>> ListByResourceGroupAsync(this IOpenShiftManagedClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
473public static IPage<OpenShiftManagedCluster> ListNext(this IOpenShiftManagedClustersOperations operations, string nextPageLink)
494public static async Task<IPage<OpenShiftManagedCluster>> ListNextAsync(this IOpenShiftManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
516public static IPage<OpenShiftManagedCluster> ListByResourceGroupNext(this IOpenShiftManagedClustersOperations operations, string nextPageLink)
538public static async Task<IPage<OpenShiftManagedCluster>> ListByResourceGroupNextAsync(this IOpenShiftManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.CosmosDB (10)
Microsoft.Azure.Management.CustomerInsights (150)
Generated\ConnectorMappingsOperationsExtensions.cs (4)
200public static IPage<ConnectorMappingResourceFormat> ListByConnector(this IConnectorMappingsOperations operations, string resourceGroupName, string hubName, string connectorName)
223public static async Task<IPage<ConnectorMappingResourceFormat>> ListByConnectorAsync(this IConnectorMappingsOperations operations, string resourceGroupName, string hubName, string connectorName, CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<ConnectorMappingResourceFormat> ListByConnectorNext(this IConnectorMappingsOperations operations, string nextPageLink)
257public static async Task<IPage<ConnectorMappingResourceFormat>> ListByConnectorNextAsync(this IConnectorMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\HubsOperations.cs (8)
755public async Task<AzureOperationResponse<IPage<Hub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
883var _result = new AzureOperationResponse<IPage<Hub>>();
939public async Task<AzureOperationResponse<IPage<Hub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1061var _result = new AzureOperationResponse<IPage<Hub>>();
1287public async Task<AzureOperationResponse<IPage<Hub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1401var _result = new AzureOperationResponse<IPage<Hub>>();
1460public async Task<AzureOperationResponse<IPage<Hub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1574var _result = new AzureOperationResponse<IPage<Hub>>();
Generated\HubsOperationsExtensions.cs (8)
202public static IPage<Hub> ListByResourceGroup(this IHubsOperations operations, string resourceGroupName)
219public static async Task<IPage<Hub>> ListByResourceGroupAsync(this IHubsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<Hub> List(this IHubsOperations operations)
247public static async Task<IPage<Hub>> ListAsync(this IHubsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
301public static IPage<Hub> ListByResourceGroupNext(this IHubsOperations operations, string nextPageLink)
318public static async Task<IPage<Hub>> ListByResourceGroupNextAsync(this IHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
335public static IPage<Hub> ListNext(this IHubsOperations operations, string nextPageLink)
352public static async Task<IPage<Hub>> ListNextAsync(this IHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IHubsOperations.cs (4)
150Task<AzureOperationResponse<IPage<Hub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<Hub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<Hub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
235Task<AzureOperationResponse<IPage<Hub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InteractionsOperationsExtensions.cs (4)
143public static IPage<InteractionResourceFormat> ListByHub(this IInteractionsOperations operations, string resourceGroupName, string hubName, string localeCode = "en-us")
166public static async Task<IPage<InteractionResourceFormat>> ListByHubAsync(this IInteractionsOperations operations, string resourceGroupName, string hubName, string localeCode = "en-us", CancellationToken cancellationToken = default(CancellationToken))
281public static IPage<InteractionResourceFormat> ListByHubNext(this IInteractionsOperations operations, string nextPageLink)
298public static async Task<IPage<InteractionResourceFormat>> ListByHubNextAsync(this IInteractionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProfilesOperationsExtensions.cs (4)
194public static IPage<ProfileResourceFormat> ListByHub(this IProfilesOperations operations, string resourceGroupName, string hubName, string localeCode = "en-us")
217public static async Task<IPage<ProfileResourceFormat>> ListByHubAsync(this IProfilesOperations operations, string resourceGroupName, string hubName, string localeCode = "en-us", CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<ProfileResourceFormat> ListByHubNext(this IProfilesOperations operations, string nextPageLink)
402public static async Task<IPage<ProfileResourceFormat>> ListByHubNextAsync(this IProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ViewsOperationsExtensions.cs (4)
39public static IPage<ViewResourceFormat> ListByHub(this IViewsOperations operations, string resourceGroupName, string hubName, string userId)
62public static async Task<IPage<ViewResourceFormat>> ListByHubAsync(this IViewsOperations operations, string resourceGroupName, string hubName, string userId, CancellationToken cancellationToken = default(CancellationToken))
232public static IPage<ViewResourceFormat> ListByHubNext(this IViewsOperations operations, string nextPageLink)
249public static async Task<IPage<ViewResourceFormat>> ListByHubNextAsync(this IViewsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataBox (40)
Generated\IJobsOperations.cs (4)
48Task<AzureOperationResponse<IPage<JobResource>>> ListWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
74Task<AzureOperationResponse<IPage<JobResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
391Task<AzureOperationResponse<IPage<JobResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
413Task<AzureOperationResponse<IPage<JobResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobsOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<JobResource>>> ListWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
203var _result = new AzureOperationResponse<IPage<JobResource>>();
266public async Task<AzureOperationResponse<IPage<JobResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
394var _result = new AzureOperationResponse<IPage<JobResource>>();
2044public async Task<AzureOperationResponse<IPage<JobResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2153var _result = new AzureOperationResponse<IPage<JobResource>>();
2212public async Task<AzureOperationResponse<IPage<JobResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2321var _result = new AzureOperationResponse<IPage<JobResource>>();
Generated\JobsOperationsExtensions.cs (8)
36public static IPage<JobResource> List(this IJobsOperations operations, string skipToken = default(string))
54public static async Task<IPage<JobResource>> ListAsync(this IJobsOperations operations, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
75public static IPage<JobResource> ListByResourceGroup(this IJobsOperations operations, string resourceGroupName, string skipToken = default(string))
96public static async Task<IPage<JobResource>> ListByResourceGroupAsync(this IJobsOperations operations, string resourceGroupName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
612public static IPage<JobResource> ListNext(this IJobsOperations operations, string nextPageLink)
629public static async Task<IPage<JobResource>> ListNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
646public static IPage<JobResource> ListByResourceGroupNext(this IJobsOperations operations, string nextPageLink)
663public static async Task<IPage<JobResource>> ListByResourceGroupNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceOperationsExtensions.cs (4)
40public static IPage<SkuInformation> ListAvailableSkusByResourceGroup(this IServiceOperations operations, string resourceGroupName, string location, AvailableSkuRequest availableSkuRequest)
64public static async Task<IPage<SkuInformation>> ListAvailableSkusByResourceGroupAsync(this IServiceOperations operations, string resourceGroupName, string location, AvailableSkuRequest availableSkuRequest, CancellationToken cancellationToken = default(CancellationToken))
320public static IPage<SkuInformation> ListAvailableSkusByResourceGroupNext(this IServiceOperations operations, string nextPageLink)
338public static async Task<IPage<SkuInformation>> ListAvailableSkusByResourceGroupNextAsync(this IServiceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataBoxEdge (130)
Generated\ContainersOperationsExtensions.cs (4)
40public static IPage<Container> ListByStorageAccount(this IContainersOperations operations, string deviceName, string storageAccountName, string resourceGroupName)
64public static async Task<IPage<Container>> ListByStorageAccountAsync(this IContainersOperations operations, string deviceName, string storageAccountName, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
446public static IPage<Container> ListByStorageAccountNext(this IContainersOperations operations, string nextPageLink)
464public static async Task<IPage<Container>> ListByStorageAccountNextAsync(this IContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DevicesOperations.cs (8)
82public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
209var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
273public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
406var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
2922public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3036var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
3095public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3209var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
Generated\DevicesOperationsExtensions.cs (8)
35public static IPage<DataBoxEdgeDevice> ListBySubscription(this IDevicesOperations operations, string expand = default(string))
54public static async Task<IPage<DataBoxEdgeDevice>> ListBySubscriptionAsync(this IDevicesOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<DataBoxEdgeDevice> ListByResourceGroup(this IDevicesOperations operations, string resourceGroupName, string expand = default(string))
98public static async Task<IPage<DataBoxEdgeDevice>> ListByResourceGroupAsync(this IDevicesOperations operations, string resourceGroupName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
849public static IPage<DataBoxEdgeDevice> ListBySubscriptionNext(this IDevicesOperations operations, string nextPageLink)
866public static async Task<IPage<DataBoxEdgeDevice>> ListBySubscriptionNextAsync(this IDevicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
883public static IPage<DataBoxEdgeDevice> ListByResourceGroupNext(this IDevicesOperations operations, string nextPageLink)
900public static async Task<IPage<DataBoxEdgeDevice>> ListByResourceGroupNextAsync(this IDevicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDevicesOperations.cs (4)
50Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
545Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
568Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\TriggersOperationsExtensions.cs (4)
40public static IPage<Trigger> ListByDataBoxEdgeDevice(this ITriggersOperations operations, string deviceName, string resourceGroupName, string filter = default(string))
64public static async Task<IPage<Trigger>> ListByDataBoxEdgeDeviceAsync(this ITriggersOperations operations, string deviceName, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<Trigger> ListByDataBoxEdgeDeviceNext(this ITriggersOperations operations, string nextPageLink)
334public static async Task<IPage<Trigger>> ListByDataBoxEdgeDeviceNextAsync(this ITriggersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UsersOperationsExtensions.cs (4)
39public static IPage<User> ListByDataBoxEdgeDevice(this IUsersOperations operations, string deviceName, string resourceGroupName, string filter = default(string))
62public static async Task<IPage<User>> ListByDataBoxEdgeDeviceAsync(this IUsersOperations operations, string deviceName, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
319public static IPage<User> ListByDataBoxEdgeDeviceNext(this IUsersOperations operations, string nextPageLink)
336public static async Task<IPage<User>> ListByDataBoxEdgeDeviceNextAsync(this IUsersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Datadog (90)
Generated\IMonitorsOperations.cs (4)
44Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
67Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
245Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
267Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\MonitorsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
201var _result = new AzureOperationResponse<IPage<DatadogMonitorResource>>();
260public async Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
390var _result = new AzureOperationResponse<IPage<DatadogMonitorResource>>();
1306public async Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<DatadogMonitorResource>>();
1474public async Task<AzureOperationResponse<IPage<DatadogMonitorResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1583var _result = new AzureOperationResponse<IPage<DatadogMonitorResource>>();
Generated\MonitorsOperationsExtensions.cs (8)
30public static IPage<DatadogMonitorResource> List(this IMonitorsOperations operations)
44public static async Task<IPage<DatadogMonitorResource>> ListAsync(this IMonitorsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<DatadogMonitorResource> ListByResourceGroup(this IMonitorsOperations operations, string resourceGroupName)
78public static async Task<IPage<DatadogMonitorResource>> ListByResourceGroupAsync(this IMonitorsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<DatadogMonitorResource> ListNext(this IMonitorsOperations operations, string nextPageLink)
358public static async Task<IPage<DatadogMonitorResource>> ListNextAsync(this IMonitorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
375public static IPage<DatadogMonitorResource> ListByResourceGroupNext(this IMonitorsOperations operations, string nextPageLink)
392public static async Task<IPage<DatadogMonitorResource>> ListByResourceGroupNextAsync(this IMonitorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataFactory (120)
Generated\FactoriesOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Factory>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<Factory>>();
463public async Task<AzureOperationResponse<IPage<Factory>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
606var _result = new AzureOperationResponse<IPage<Factory>>();
2091public async Task<AzureOperationResponse<IPage<Factory>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2205var _result = new AzureOperationResponse<IPage<Factory>>();
2264public async Task<AzureOperationResponse<IPage<Factory>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2378var _result = new AzureOperationResponse<IPage<Factory>>();
Generated\FactoriesOperationsExtensions.cs (8)
30public static IPage<Factory> List(this IFactoriesOperations operations)
44public static async Task<IPage<Factory>> ListAsync(this IFactoriesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
101public static IPage<Factory> ListByResourceGroup(this IFactoriesOperations operations, string resourceGroupName)
118public static async Task<IPage<Factory>> ListByResourceGroupAsync(this IFactoriesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
414public static IPage<Factory> ListNext(this IFactoriesOperations operations, string nextPageLink)
431public static async Task<IPage<Factory>> ListNextAsync(this IFactoriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
448public static IPage<Factory> ListByResourceGroupNext(this IFactoriesOperations operations, string nextPageLink)
465public static async Task<IPage<Factory>> ListByResourceGroupNextAsync(this IFactoriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IFactoriesOperations.cs (4)
44Task<AzureOperationResponse<IPage<Factory>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
91Task<AzureOperationResponse<IPage<Factory>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
282Task<AzureOperationResponse<IPage<Factory>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
304Task<AzureOperationResponse<IPage<Factory>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagedPrivateEndpointsOperationsExtensions.cs (4)
39public static IPage<ManagedPrivateEndpointResource> ListByFactory(this IManagedPrivateEndpointsOperations operations, string resourceGroupName, string factoryName, string managedVirtualNetworkName)
62public static async Task<IPage<ManagedPrivateEndpointResource>> ListByFactoryAsync(this IManagedPrivateEndpointsOperations operations, string resourceGroupName, string factoryName, string managedVirtualNetworkName, CancellationToken cancellationToken = default(CancellationToken))
258public static IPage<ManagedPrivateEndpointResource> ListByFactoryNext(this IManagedPrivateEndpointsOperations operations, string nextPageLink)
275public static async Task<IPage<ManagedPrivateEndpointResource>> ListByFactoryNextAsync(this IManagedPrivateEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataLake.Analytics (330)
Generated\AccountsOperations.cs (8)
91public async Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListWithHttpMessagesAsync(ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>();
304public async Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
451var _result = new AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>();
1640public async Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1754var _result = new AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>();
1814public async Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1928var _result = new AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>();
Generated\AccountsOperationsExtensions.cs (8)
44public static IPage<DataLakeAnalyticsAccountBasic> List(this IAccountsOperations operations, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?))
71public static async Task<IPage<DataLakeAnalyticsAccountBasic>> ListAsync(this IAccountsOperations operations, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
101public static IPage<DataLakeAnalyticsAccountBasic> ListByResourceGroup(this IAccountsOperations operations, string resourceGroupName, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?))
131public static async Task<IPage<DataLakeAnalyticsAccountBasic>> ListByResourceGroupAsync(this IAccountsOperations operations, string resourceGroupName, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
501public static IPage<DataLakeAnalyticsAccountBasic> ListNext(this IAccountsOperations operations, string nextPageLink)
519public static async Task<IPage<DataLakeAnalyticsAccountBasic>> ListNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
537public static IPage<DataLakeAnalyticsAccountBasic> ListByResourceGroupNext(this IAccountsOperations operations, string nextPageLink)
555public static async Task<IPage<DataLakeAnalyticsAccountBasic>> ListByResourceGroupNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CatalogOperations.cs (88)
1898public async Task<AzureOperationResponse<IPage<USqlCredential>>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlCredential> odataQuery = default(ODataQuery<USqlCredential>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2051var _result = new AzureOperationResponse<IPage<USqlCredential>>();
2334public async Task<AzureOperationResponse<IPage<USqlExternalDataSource>>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlExternalDataSource> odataQuery = default(ODataQuery<USqlExternalDataSource>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2487var _result = new AzureOperationResponse<IPage<USqlExternalDataSource>>();
2780public async Task<AzureOperationResponse<IPage<USqlProcedure>>> ListProceduresWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlProcedure> odataQuery = default(ODataQuery<USqlProcedure>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2939var _result = new AzureOperationResponse<IPage<USqlProcedure>>();
3235public async Task<AzureOperationResponse<IPage<USqlTableFragment>>> ListTableFragmentsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableFragment> odataQuery = default(ODataQuery<USqlTableFragment>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3400var _result = new AzureOperationResponse<IPage<USqlTableFragment>>();
3484public async Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3648var _result = new AzureOperationResponse<IPage<USqlTable>>();
3727public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3886var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
4179public async Task<AzureOperationResponse<IPage<USqlTableType>>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableType> odataQuery = default(ODataQuery<USqlTableType>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4338var _result = new AzureOperationResponse<IPage<USqlTableType>>();
4631public async Task<AzureOperationResponse<IPage<USqlPackage>>> ListPackagesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlPackage> odataQuery = default(ODataQuery<USqlPackage>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4790var _result = new AzureOperationResponse<IPage<USqlPackage>>();
5083public async Task<AzureOperationResponse<IPage<USqlView>>> ListViewsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5242var _result = new AzureOperationResponse<IPage<USqlView>>();
5549public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5714var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
6496public async Task<AzureOperationResponse<IPage<USqlTablePartition>>> ListTablePartitionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTablePartition> odataQuery = default(ODataQuery<USqlTablePartition>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6661var _result = new AzureOperationResponse<IPage<USqlTablePartition>>();
6740public async Task<AzureOperationResponse<IPage<USqlType>>> ListTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlType> odataQuery = default(ODataQuery<USqlType>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6899var _result = new AzureOperationResponse<IPage<USqlType>>();
7194public async Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7353var _result = new AzureOperationResponse<IPage<USqlTableValuedFunction>>();
7634public async Task<AzureOperationResponse<IPage<USqlAssemblyClr>>> ListAssembliesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlAssembly> odataQuery = default(ODataQuery<USqlAssembly>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7787var _result = new AzureOperationResponse<IPage<USqlAssemblyClr>>();
8068public async Task<AzureOperationResponse<IPage<USqlSchema>>> ListSchemasWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlSchema> odataQuery = default(ODataQuery<USqlSchema>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8221var _result = new AzureOperationResponse<IPage<USqlSchema>>();
8297public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8450var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
8532public async Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8690var _result = new AzureOperationResponse<IPage<USqlTable>>();
8766public async Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8919var _result = new AzureOperationResponse<IPage<USqlTableValuedFunction>>();
8995public async Task<AzureOperationResponse<IPage<USqlView>>> ListViewsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9148var _result = new AzureOperationResponse<IPage<USqlView>>();
9224public async Task<AzureOperationResponse<IPage<Acl>>> ListAclsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9377var _result = new AzureOperationResponse<IPage<Acl>>();
9450public async Task<AzureOperationResponse<IPage<Acl>>> ListAclsWithHttpMessagesAsync(string accountName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9597var _result = new AzureOperationResponse<IPage<Acl>>();
9866public async Task<AzureOperationResponse<IPage<USqlDatabase>>> ListDatabasesWithHttpMessagesAsync(string accountName, ODataQuery<USqlDatabase> odataQuery = default(ODataQuery<USqlDatabase>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10013var _result = new AzureOperationResponse<IPage<USqlDatabase>>();
10862public async Task<AzureOperationResponse<IPage<USqlCredential>>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10976var _result = new AzureOperationResponse<IPage<USqlCredential>>();
11036public async Task<AzureOperationResponse<IPage<USqlExternalDataSource>>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11150var _result = new AzureOperationResponse<IPage<USqlExternalDataSource>>();
11209public async Task<AzureOperationResponse<IPage<USqlProcedure>>> ListProceduresNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11323var _result = new AzureOperationResponse<IPage<USqlProcedure>>();
11382public async Task<AzureOperationResponse<IPage<USqlTableFragment>>> ListTableFragmentsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11496var _result = new AzureOperationResponse<IPage<USqlTableFragment>>();
11555public async Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11669var _result = new AzureOperationResponse<IPage<USqlTable>>();
11729public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11843var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
11902public async Task<AzureOperationResponse<IPage<USqlTableType>>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12016var _result = new AzureOperationResponse<IPage<USqlTableType>>();
12075public async Task<AzureOperationResponse<IPage<USqlPackage>>> ListPackagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12189var _result = new AzureOperationResponse<IPage<USqlPackage>>();
12248public async Task<AzureOperationResponse<IPage<USqlView>>> ListViewsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12362var _result = new AzureOperationResponse<IPage<USqlView>>();
12422public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12536var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
12596public async Task<AzureOperationResponse<IPage<USqlTablePartition>>> ListTablePartitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12710var _result = new AzureOperationResponse<IPage<USqlTablePartition>>();
12770public async Task<AzureOperationResponse<IPage<USqlType>>> ListTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12884var _result = new AzureOperationResponse<IPage<USqlType>>();
12944public async Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13058var _result = new AzureOperationResponse<IPage<USqlTableValuedFunction>>();
13117public async Task<AzureOperationResponse<IPage<USqlAssemblyClr>>> ListAssembliesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13231var _result = new AzureOperationResponse<IPage<USqlAssemblyClr>>();
13290public async Task<AzureOperationResponse<IPage<USqlSchema>>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13404var _result = new AzureOperationResponse<IPage<USqlSchema>>();
13464public async Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13578var _result = new AzureOperationResponse<IPage<USqlTableStatistics>>();
13638public async Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13752var _result = new AzureOperationResponse<IPage<USqlTable>>();
13812public async Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
13926var _result = new AzureOperationResponse<IPage<USqlTableValuedFunction>>();
13986public async Task<AzureOperationResponse<IPage<USqlView>>> ListViewsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14100var _result = new AzureOperationResponse<IPage<USqlView>>();
14160public async Task<AzureOperationResponse<IPage<Acl>>> ListAclsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14274var _result = new AzureOperationResponse<IPage<Acl>>();
14334public async Task<AzureOperationResponse<IPage<Acl>>> ListAclsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14448var _result = new AzureOperationResponse<IPage<Acl>>();
14507public async Task<AzureOperationResponse<IPage<USqlDatabase>>> ListDatabasesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14621var _result = new AzureOperationResponse<IPage<USqlDatabase>>();
Generated\CatalogOperationsExtensions.cs (88)
533public static IPage<USqlCredential> ListCredentials(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlCredential> odataQuery = default(ODataQuery<USqlCredential>), string select = default(string), bool? count = default(bool?))
566public static async Task<IPage<USqlCredential>> ListCredentialsAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlCredential> odataQuery = default(ODataQuery<USqlCredential>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
650public static IPage<USqlExternalDataSource> ListExternalDataSources(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlExternalDataSource> odataQuery = default(ODataQuery<USqlExternalDataSource>), string select = default(string), bool? count = default(bool?))
684public static async Task<IPage<USqlExternalDataSource>> ListExternalDataSourcesAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlExternalDataSource> odataQuery = default(ODataQuery<USqlExternalDataSource>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
774public static IPage<USqlProcedure> ListProcedures(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlProcedure> odataQuery = default(ODataQuery<USqlProcedure>), string select = default(string), bool? count = default(bool?))
810public static async Task<IPage<USqlProcedure>> ListProceduresAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlProcedure> odataQuery = default(ODataQuery<USqlProcedure>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
903public static IPage<USqlTableFragment> ListTableFragments(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableFragment> odataQuery = default(ODataQuery<USqlTableFragment>), string select = default(string), bool? count = default(bool?))
942public static async Task<IPage<USqlTableFragment>> ListTableFragmentsAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableFragment> odataQuery = default(ODataQuery<USqlTableFragment>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
984public static IPage<USqlTable> ListTables(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false)
1026public static async Task<IPage<USqlTable>> ListTablesAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, CancellationToken cancellationToken = default(CancellationToken))
1063public static IPage<USqlTableStatistics> ListTableStatisticsByDatabaseAndSchema(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?))
1100public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsByDatabaseAndSchemaAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1190public static IPage<USqlTableType> ListTableTypes(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableType> odataQuery = default(ODataQuery<USqlTableType>), string select = default(string), bool? count = default(bool?))
1226public static async Task<IPage<USqlTableType>> ListTableTypesAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableType> odataQuery = default(ODataQuery<USqlTableType>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1316public static IPage<USqlPackage> ListPackages(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlPackage> odataQuery = default(ODataQuery<USqlPackage>), string select = default(string), bool? count = default(bool?))
1352public static async Task<IPage<USqlPackage>> ListPackagesAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlPackage> odataQuery = default(ODataQuery<USqlPackage>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1442public static IPage<USqlView> ListViews(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?))
1478public static async Task<IPage<USqlView>> ListViewsAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1580public static IPage<USqlTableStatistics> ListTableStatistics(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?))
1620public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1868public static IPage<USqlTablePartition> ListTablePartitions(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTablePartition> odataQuery = default(ODataQuery<USqlTablePartition>), string select = default(string), bool? count = default(bool?))
1908public static async Task<IPage<USqlTablePartition>> ListTablePartitionsAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTablePartition> odataQuery = default(ODataQuery<USqlTablePartition>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
1945public static IPage<USqlType> ListTypes(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlType> odataQuery = default(ODataQuery<USqlType>), string select = default(string), bool? count = default(bool?))
1982public static async Task<IPage<USqlType>> ListTypesAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlType> odataQuery = default(ODataQuery<USqlType>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2075public static IPage<USqlTableValuedFunction> ListTableValuedFunctions(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?))
2112public static async Task<IPage<USqlTableValuedFunction>> ListTableValuedFunctionsAsync(this ICatalogOperations operations, string accountName, string databaseName, string schemaName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2193public static IPage<USqlAssemblyClr> ListAssemblies(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlAssembly> odataQuery = default(ODataQuery<USqlAssembly>), string select = default(string), bool? count = default(bool?))
2226public static async Task<IPage<USqlAssemblyClr>> ListAssembliesAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlAssembly> odataQuery = default(ODataQuery<USqlAssembly>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2307public static IPage<USqlSchema> ListSchemas(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlSchema> odataQuery = default(ODataQuery<USqlSchema>), string select = default(string), bool? count = default(bool?))
2340public static async Task<IPage<USqlSchema>> ListSchemasAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlSchema> odataQuery = default(ODataQuery<USqlSchema>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2374public static IPage<USqlTableStatistics> ListTableStatisticsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?))
2408public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsByDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2448public static IPage<USqlTable> ListTablesByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false)
2488public static async Task<IPage<USqlTable>> ListTablesByDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, CancellationToken cancellationToken = default(CancellationToken))
2522public static IPage<USqlTableValuedFunction> ListTableValuedFunctionsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?))
2556public static async Task<IPage<USqlTableValuedFunction>> ListTableValuedFunctionsByDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2590public static IPage<USqlView> ListViewsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?))
2624public static async Task<IPage<USqlView>> ListViewsByDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2658public static IPage<Acl> ListAclsByDatabase(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?))
2692public static async Task<IPage<Acl>> ListAclsByDatabaseAsync(this ICatalogOperations operations, string accountName, string databaseName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2723public static IPage<Acl> ListAcls(this ICatalogOperations operations, string accountName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?))
2754public static async Task<IPage<Acl>> ListAclsAsync(this ICatalogOperations operations, string accountName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
2826public static IPage<USqlDatabase> ListDatabases(this ICatalogOperations operations, string accountName, ODataQuery<USqlDatabase> odataQuery = default(ODataQuery<USqlDatabase>), string select = default(string), bool? count = default(bool?))
2856public static async Task<IPage<USqlDatabase>> ListDatabasesAsync(this ICatalogOperations operations, string accountName, ODataQuery<USqlDatabase> odataQuery = default(ODataQuery<USqlDatabase>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
3057public static IPage<USqlCredential> ListCredentialsNext(this ICatalogOperations operations, string nextPageLink)
3074public static async Task<IPage<USqlCredential>> ListCredentialsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3092public static IPage<USqlExternalDataSource> ListExternalDataSourcesNext(this ICatalogOperations operations, string nextPageLink)
3110public static async Task<IPage<USqlExternalDataSource>> ListExternalDataSourcesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3127public static IPage<USqlProcedure> ListProceduresNext(this ICatalogOperations operations, string nextPageLink)
3144public static async Task<IPage<USqlProcedure>> ListProceduresNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3161public static IPage<USqlTableFragment> ListTableFragmentsNext(this ICatalogOperations operations, string nextPageLink)
3178public static async Task<IPage<USqlTableFragment>> ListTableFragmentsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3195public static IPage<USqlTable> ListTablesNext(this ICatalogOperations operations, string nextPageLink)
3212public static async Task<IPage<USqlTable>> ListTablesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3230public static IPage<USqlTableStatistics> ListTableStatisticsByDatabaseAndSchemaNext(this ICatalogOperations operations, string nextPageLink)
3248public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsByDatabaseAndSchemaNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3265public static IPage<USqlTableType> ListTableTypesNext(this ICatalogOperations operations, string nextPageLink)
3282public static async Task<IPage<USqlTableType>> ListTableTypesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3299public static IPage<USqlPackage> ListPackagesNext(this ICatalogOperations operations, string nextPageLink)
3316public static async Task<IPage<USqlPackage>> ListPackagesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3333public static IPage<USqlView> ListViewsNext(this ICatalogOperations operations, string nextPageLink)
3350public static async Task<IPage<USqlView>> ListViewsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3368public static IPage<USqlTableStatistics> ListTableStatisticsNext(this ICatalogOperations operations, string nextPageLink)
3386public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3404public static IPage<USqlTablePartition> ListTablePartitionsNext(this ICatalogOperations operations, string nextPageLink)
3422public static async Task<IPage<USqlTablePartition>> ListTablePartitionsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3440public static IPage<USqlType> ListTypesNext(this ICatalogOperations operations, string nextPageLink)
3458public static async Task<IPage<USqlType>> ListTypesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3476public static IPage<USqlTableValuedFunction> ListTableValuedFunctionsNext(this ICatalogOperations operations, string nextPageLink)
3494public static async Task<IPage<USqlTableValuedFunction>> ListTableValuedFunctionsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3511public static IPage<USqlAssemblyClr> ListAssembliesNext(this ICatalogOperations operations, string nextPageLink)
3528public static async Task<IPage<USqlAssemblyClr>> ListAssembliesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3545public static IPage<USqlSchema> ListSchemasNext(this ICatalogOperations operations, string nextPageLink)
3562public static async Task<IPage<USqlSchema>> ListSchemasNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3580public static IPage<USqlTableStatistics> ListTableStatisticsByDatabaseNext(this ICatalogOperations operations, string nextPageLink)
3598public static async Task<IPage<USqlTableStatistics>> ListTableStatisticsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3616public static IPage<USqlTable> ListTablesByDatabaseNext(this ICatalogOperations operations, string nextPageLink)
3634public static async Task<IPage<USqlTable>> ListTablesByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3652public static IPage<USqlTableValuedFunction> ListTableValuedFunctionsByDatabaseNext(this ICatalogOperations operations, string nextPageLink)
3670public static async Task<IPage<USqlTableValuedFunction>> ListTableValuedFunctionsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3688public static IPage<USqlView> ListViewsByDatabaseNext(this ICatalogOperations operations, string nextPageLink)
3706public static async Task<IPage<USqlView>> ListViewsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3724public static IPage<Acl> ListAclsByDatabaseNext(this ICatalogOperations operations, string nextPageLink)
3742public static async Task<IPage<Acl>> ListAclsByDatabaseNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3760public static IPage<Acl> ListAclsNext(this ICatalogOperations operations, string nextPageLink)
3778public static async Task<IPage<Acl>> ListAclsNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3795public static IPage<USqlDatabase> ListDatabasesNext(this ICatalogOperations operations, string nextPageLink)
3812public static async Task<IPage<USqlDatabase>> ListDatabasesNextAsync(this ICatalogOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DataLakeStoreAccountsOperations.cs (4)
98public async Task<AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, ODataQuery<DataLakeStoreAccountInformation> odataQuery = default(ODataQuery<DataLakeStoreAccountInformation>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
251var _result = new AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>();
898public async Task<AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1012var _result = new AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>();
Generated\DataLakeStoreAccountsOperationsExtensions.cs (4)
51public static IPage<DataLakeStoreAccountInformation> ListByAccount(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, ODataQuery<DataLakeStoreAccountInformation> odataQuery = default(ODataQuery<DataLakeStoreAccountInformation>), string select = default(string), bool? count = default(bool?))
85public static async Task<IPage<DataLakeStoreAccountInformation>> ListByAccountAsync(this IDataLakeStoreAccountsOperations operations, string resourceGroupName, string accountName, ODataQuery<DataLakeStoreAccountInformation> odataQuery = default(ODataQuery<DataLakeStoreAccountInformation>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
248public static IPage<DataLakeStoreAccountInformation> ListByAccountNext(this IDataLakeStoreAccountsOperations operations, string nextPageLink)
267public static async Task<IPage<DataLakeStoreAccountInformation>> ListByAccountNextAsync(this IDataLakeStoreAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAccountsOperations.cs (4)
60Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListWithHttpMessagesAsync(ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
97Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DataLakeAnalyticsAccountBasic> odataQuery = default(ODataQuery<DataLakeAnalyticsAccountBasic>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
338Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
362Task<AzureOperationResponse<IPage<DataLakeAnalyticsAccountBasic>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICatalogOperations.cs (44)
347Task<AzureOperationResponse<IPage<USqlCredential>>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlCredential> odataQuery = default(ODataQuery<USqlCredential>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<USqlExternalDataSource>>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlExternalDataSource> odataQuery = default(ODataQuery<USqlExternalDataSource>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
493Task<AzureOperationResponse<IPage<USqlProcedure>>> ListProceduresWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlProcedure> odataQuery = default(ODataQuery<USqlProcedure>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
571Task<AzureOperationResponse<IPage<USqlTableFragment>>> ListTableFragmentsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableFragment> odataQuery = default(ODataQuery<USqlTableFragment>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
620Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
663Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
739Task<AzureOperationResponse<IPage<USqlTableType>>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableType> odataQuery = default(ODataQuery<USqlTableType>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
815Task<AzureOperationResponse<IPage<USqlPackage>>> ListPackagesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlPackage> odataQuery = default(ODataQuery<USqlPackage>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
889Task<AzureOperationResponse<IPage<USqlView>>> ListViewsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
971Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1136Task<AzureOperationResponse<IPage<USqlTablePartition>>> ListTablePartitionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, ODataQuery<USqlTablePartition> odataQuery = default(ODataQuery<USqlTablePartition>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1179Task<AzureOperationResponse<IPage<USqlType>>> ListTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlType> odataQuery = default(ODataQuery<USqlType>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1255Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1325Task<AzureOperationResponse<IPage<USqlAssemblyClr>>> ListAssembliesWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlAssembly> odataQuery = default(ODataQuery<USqlAssembly>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1394Task<AzureOperationResponse<IPage<USqlSchema>>> ListSchemasWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlSchema> odataQuery = default(ODataQuery<USqlSchema>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1434Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTableStatistics> odataQuery = default(ODataQuery<USqlTableStatistics>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1480Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTable> odataQuery = default(ODataQuery<USqlTable>), string select = default(string), bool? count = default(bool?), bool? basic = false, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1520Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlTableValuedFunction> odataQuery = default(ODataQuery<USqlTableValuedFunction>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1560Task<AzureOperationResponse<IPage<USqlView>>> ListViewsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<USqlView> odataQuery = default(ODataQuery<USqlView>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1600Task<AzureOperationResponse<IPage<Acl>>> ListAclsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1637Task<AzureOperationResponse<IPage<Acl>>> ListAclsWithHttpMessagesAsync(string accountName, ODataQuery<Acl> odataQuery = default(ODataQuery<Acl>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1701Task<AzureOperationResponse<IPage<USqlDatabase>>> ListDatabasesWithHttpMessagesAsync(string accountName, ODataQuery<USqlDatabase> odataQuery = default(ODataQuery<USqlDatabase>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1830Task<AzureOperationResponse<IPage<USqlCredential>>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1853Task<AzureOperationResponse<IPage<USqlExternalDataSource>>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1876Task<AzureOperationResponse<IPage<USqlProcedure>>> ListProceduresNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1899Task<AzureOperationResponse<IPage<USqlTableFragment>>> ListTableFragmentsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1921Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1944Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1967Task<AzureOperationResponse<IPage<USqlTableType>>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1990Task<AzureOperationResponse<IPage<USqlPackage>>> ListPackagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2012Task<AzureOperationResponse<IPage<USqlView>>> ListViewsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2035Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2058Task<AzureOperationResponse<IPage<USqlTablePartition>>> ListTablePartitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2081Task<AzureOperationResponse<IPage<USqlType>>> ListTypesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2104Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2127Task<AzureOperationResponse<IPage<USqlAssemblyClr>>> ListAssembliesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2149Task<AzureOperationResponse<IPage<USqlSchema>>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2172Task<AzureOperationResponse<IPage<USqlTableStatistics>>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2195Task<AzureOperationResponse<IPage<USqlTable>>> ListTablesByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2218Task<AzureOperationResponse<IPage<USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2241Task<AzureOperationResponse<IPage<USqlView>>> ListViewsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2264Task<AzureOperationResponse<IPage<Acl>>> ListAclsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2287Task<AzureOperationResponse<IPage<Acl>>> ListAclsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2310Task<AzureOperationResponse<IPage<USqlDatabase>>> ListDatabasesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDataLakeStoreAccountsOperations.cs (2)
66Task<AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, ODataQuery<DataLakeStoreAccountInformation> odataQuery = default(ODataQuery<DataLakeStoreAccountInformation>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<DataLakeStoreAccountInformation>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IStorageAccountsOperations.cs (6)
66Task<AzureOperationResponse<IPage<StorageAccountInformation>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, ODataQuery<StorageAccountInformation> odataQuery = default(ODataQuery<StorageAccountInformation>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
214Task<AzureOperationResponse<IPage<StorageContainer>>> ListStorageContainersWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
281Task<AzureOperationResponse<IPage<SasTokenInformation>>> ListSasTokensWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, string containerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
305Task<AzureOperationResponse<IPage<StorageAccountInformation>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
330Task<AzureOperationResponse<IPage<StorageContainer>>> ListStorageContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
353Task<AzureOperationResponse<IPage<SasTokenInformation>>> ListSasTokensNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobOperationsExtensions.cs (4)
47public static IPage<JobInformationBasic> List(this IJobOperations operations, string accountName, ODataQuery<JobInformationBasic> odataQuery = default(ODataQuery<JobInformationBasic>), string select = default(string), bool? count = default(bool?))
77public static async Task<IPage<JobInformationBasic>> ListAsync(this IJobOperations operations, string accountName, ODataQuery<JobInformationBasic> odataQuery = default(ODataQuery<JobInformationBasic>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
571public static IPage<JobInformationBasic> ListNext(this IJobOperations operations, string nextPageLink)
589public static async Task<IPage<JobInformationBasic>> ListNextAsync(this IJobOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PipelineOperationsExtensions.cs (4)
41public static IPage<JobPipelineInformation> List(this IPipelineOperations operations, string accountName, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?))
66public static async Task<IPage<JobPipelineInformation>> ListAsync(this IPipelineOperations operations, string accountName, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), CancellationToken cancellationToken = default(CancellationToken))
139public static IPage<JobPipelineInformation> ListNext(this IPipelineOperations operations, string nextPageLink)
156public static async Task<IPage<JobPipelineInformation>> ListNextAsync(this IPipelineOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecurrenceOperationsExtensions.cs (4)
41public static IPage<JobRecurrenceInformation> List(this IRecurrenceOperations operations, string accountName, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?))
66public static async Task<IPage<JobRecurrenceInformation>> ListAsync(this IRecurrenceOperations operations, string accountName, System.DateTimeOffset? startDateTime = default(System.DateTimeOffset?), System.DateTimeOffset? endDateTime = default(System.DateTimeOffset?), CancellationToken cancellationToken = default(CancellationToken))
139public static IPage<JobRecurrenceInformation> ListNext(this IRecurrenceOperations operations, string nextPageLink)
156public static async Task<IPage<JobRecurrenceInformation>> ListNextAsync(this IRecurrenceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\StorageAccountsOperations.cs (12)
98public async Task<AzureOperationResponse<IPage<StorageAccountInformation>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, ODataQuery<StorageAccountInformation> odataQuery = default(ODataQuery<StorageAccountInformation>), string select = default(string), bool? count = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
251var _result = new AzureOperationResponse<IPage<StorageAccountInformation>>();
1109public async Task<AzureOperationResponse<IPage<StorageContainer>>> ListStorageContainersWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1249var _result = new AzureOperationResponse<IPage<StorageContainer>>();
1536public async Task<AzureOperationResponse<IPage<SasTokenInformation>>> ListSasTokensWithHttpMessagesAsync(string resourceGroupName, string accountName, string storageAccountName, string containerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1682var _result = new AzureOperationResponse<IPage<SasTokenInformation>>();
1743public async Task<AzureOperationResponse<IPage<StorageAccountInformation>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1857var _result = new AzureOperationResponse<IPage<StorageAccountInformation>>();
1918public async Task<AzureOperationResponse<IPage<StorageContainer>>> ListStorageContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2032var _result = new AzureOperationResponse<IPage<StorageContainer>>();
2092public async Task<AzureOperationResponse<IPage<SasTokenInformation>>> ListSasTokensNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2206var _result = new AzureOperationResponse<IPage<SasTokenInformation>>();
Generated\StorageAccountsOperationsExtensions.cs (12)
51public static IPage<StorageAccountInformation> ListByAccount(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, ODataQuery<StorageAccountInformation> odataQuery = default(ODataQuery<StorageAccountInformation>), string select = default(string), bool? count = default(bool?))
85public static async Task<IPage<StorageAccountInformation>> ListByAccountAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, ODataQuery<StorageAccountInformation> odataQuery = default(ODataQuery<StorageAccountInformation>), string select = default(string), bool? count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
309public static IPage<StorageContainer> ListStorageContainers(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName)
334public static async Task<IPage<StorageContainer>> ListStorageContainersAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, CancellationToken cancellationToken = default(CancellationToken))
419public static IPage<SasTokenInformation> ListSasTokens(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName)
448public static async Task<IPage<SasTokenInformation>> ListSasTokensAsync(this IStorageAccountsOperations operations, string resourceGroupName, string accountName, string storageAccountName, string containerName, CancellationToken cancellationToken = default(CancellationToken))
467public static IPage<StorageAccountInformation> ListByAccountNext(this IStorageAccountsOperations operations, string nextPageLink)
486public static async Task<IPage<StorageAccountInformation>> ListByAccountNextAsync(this IStorageAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
505public static IPage<StorageContainer> ListStorageContainersNext(this IStorageAccountsOperations operations, string nextPageLink)
524public static async Task<IPage<StorageContainer>> ListStorageContainersNextAsync(this IStorageAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
542public static IPage<SasTokenInformation> ListSasTokensNext(this IStorageAccountsOperations operations, string nextPageLink)
560public static async Task<IPage<SasTokenInformation>> ListSasTokensNextAsync(this IStorageAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataMigration (100)
Generated\FilesOperationsExtensions.cs (4)
43public static IPage<ProjectFile> List(this IFilesOperations operations, string groupName, string serviceName, string projectName)
70public static async Task<IPage<ProjectFile>> ListAsync(this IFilesOperations operations, string groupName, string serviceName, string projectName, CancellationToken cancellationToken = default(CancellationToken))
456public static IPage<ProjectFile> ListNext(this IFilesOperations operations, string nextPageLink)
477public static async Task<IPage<ProjectFile>> ListNextAsync(this IFilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IServicesOperations.cs (6)
276Task<AzureOperationResponse<IPage<AvailableServiceSku>>> ListSkusWithHttpMessagesAsync(string groupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
335Task<AzureOperationResponse<IPage<DataMigrationService>>> ListByResourceGroupWithHttpMessagesAsync(string groupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
359Task<AzureOperationResponse<IPage<DataMigrationService>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
576Task<AzureOperationResponse<IPage<AvailableServiceSku>>> ListSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
603Task<AzureOperationResponse<IPage<DataMigrationService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
630Task<AzureOperationResponse<IPage<DataMigrationService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ServicesOperations.cs (12)
634public async Task<AzureOperationResponse<IPage<AvailableServiceSku>>> ListSkusWithHttpMessagesAsync(string groupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
763var _result = new AzureOperationResponse<IPage<AvailableServiceSku>>();
1036public async Task<AzureOperationResponse<IPage<DataMigrationService>>> ListByResourceGroupWithHttpMessagesAsync(string groupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1159var _result = new AzureOperationResponse<IPage<DataMigrationService>>();
1220public async Task<AzureOperationResponse<IPage<DataMigrationService>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1337var _result = new AzureOperationResponse<IPage<DataMigrationService>>();
2586public async Task<AzureOperationResponse<IPage<AvailableServiceSku>>> ListSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2695var _result = new AzureOperationResponse<IPage<AvailableServiceSku>>();
2759public async Task<AzureOperationResponse<IPage<DataMigrationService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2868var _result = new AzureOperationResponse<IPage<DataMigrationService>>();
2932public async Task<AzureOperationResponse<IPage<DataMigrationService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3041var _result = new AzureOperationResponse<IPage<DataMigrationService>>();
Generated\ServicesOperationsExtensions.cs (12)
420public static IPage<AvailableServiceSku> ListSkus(this IServicesOperations operations, string groupName, string serviceName)
445public static async Task<IPage<AvailableServiceSku>> ListSkusAsync(this IServicesOperations operations, string groupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
521public static IPage<DataMigrationService> ListByResourceGroup(this IServicesOperations operations, string groupName)
543public static async Task<IPage<DataMigrationService>> ListByResourceGroupAsync(this IServicesOperations operations, string groupName, CancellationToken cancellationToken = default(CancellationToken))
562public static IPage<DataMigrationService> List(this IServicesOperations operations)
581public static async Task<IPage<DataMigrationService>> ListAsync(this IServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
930public static IPage<AvailableServiceSku> ListSkusNext(this IServicesOperations operations, string nextPageLink)
952public static async Task<IPage<AvailableServiceSku>> ListSkusNextAsync(this IServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
974public static IPage<DataMigrationService> ListByResourceGroupNext(this IServicesOperations operations, string nextPageLink)
996public static async Task<IPage<DataMigrationService>> ListByResourceGroupNextAsync(this IServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1018public static IPage<DataMigrationService> ListNext(this IServicesOperations operations, string nextPageLink)
1040public static async Task<IPage<DataMigrationService>> ListNextAsync(this IServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceTasksOperationsExtensions.cs (4)
46public static IPage<ProjectTask> List(this IServiceTasksOperations operations, string groupName, string serviceName, string taskType = default(string))
76public static async Task<IPage<ProjectTask>> ListAsync(this IServiceTasksOperations operations, string groupName, string serviceName, string taskType = default(string), CancellationToken cancellationToken = default(CancellationToken))
405public static IPage<ProjectTask> ListNext(this IServiceTasksOperations operations, string nextPageLink)
429public static async Task<IPage<ProjectTask>> ListNextAsync(this IServiceTasksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TasksOperationsExtensions.cs (4)
48public static IPage<ProjectTask> List(this ITasksOperations operations, string groupName, string serviceName, string projectName, string taskType = default(string))
80public static async Task<IPage<ProjectTask>> ListAsync(this ITasksOperations operations, string groupName, string serviceName, string projectName, string taskType = default(string), CancellationToken cancellationToken = default(CancellationToken))
506public static IPage<ProjectTask> ListNext(this ITasksOperations operations, string nextPageLink)
529public static async Task<IPage<ProjectTask>> ListNextAsync(this ITasksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DataShare (180)
Generated\AccountsOperations.cs (8)
538public async Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
660var _result = new AzureOperationResponse<IPage<Account>>();
725public async Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
853var _result = new AzureOperationResponse<IPage<Account>>();
1339public async Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1448var _result = new AzureOperationResponse<IPage<Account>>();
1510public async Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1619var _result = new AzureOperationResponse<IPage<Account>>();
Generated\AccountsOperationsExtensions.cs (8)
232public static IPage<Account> ListBySubscription(this IAccountsOperations operations, string skipToken = default(string))
252public static async Task<IPage<Account>> ListBySubscriptionAsync(this IAccountsOperations operations, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
275public static IPage<Account> ListByResourceGroup(this IAccountsOperations operations, string resourceGroupName, string skipToken = default(string))
298public static async Task<IPage<Account>> ListByResourceGroupAsync(this IAccountsOperations operations, string resourceGroupName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
416public static IPage<Account> ListBySubscriptionNext(this IAccountsOperations operations, string nextPageLink)
436public static async Task<IPage<Account>> ListBySubscriptionNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
456public static IPage<Account> ListByResourceGroupNext(this IAccountsOperations operations, string nextPageLink)
476public static async Task<IPage<Account>> ListByResourceGroupNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ConsumerSourceDataSetsOperationsExtensions.cs (4)
45public static IPage<ConsumerSourceDataSet> ListByShareSubscription(this IConsumerSourceDataSetsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string))
74public static async Task<IPage<ConsumerSourceDataSet>> ListByShareSubscriptionAsync(this IConsumerSourceDataSetsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
94public static IPage<ConsumerSourceDataSet> ListByShareSubscriptionNext(this IConsumerSourceDataSetsOperations operations, string nextPageLink)
114public static async Task<IPage<ConsumerSourceDataSet>> ListByShareSubscriptionNextAsync(this IConsumerSourceDataSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DataSetMappingsOperationsExtensions.cs (4)
226public static IPage<DataSetMapping> ListByShareSubscription(this IDataSetMappingsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string))
255public static async Task<IPage<DataSetMapping>> ListByShareSubscriptionAsync(this IDataSetMappingsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
275public static IPage<DataSetMapping> ListByShareSubscriptionNext(this IDataSetMappingsOperations operations, string nextPageLink)
295public static async Task<IPage<DataSetMapping>> ListByShareSubscriptionNextAsync(this IDataSetMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DataSetsOperationsExtensions.cs (4)
222public static IPage<DataSet> ListByShare(this IDataSetsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string))
251public static async Task<IPage<DataSet>> ListByShareAsync(this IDataSetsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
326public static IPage<DataSet> ListByShareNext(this IDataSetsOperations operations, string nextPageLink)
346public static async Task<IPage<DataSet>> ListByShareNextAsync(this IDataSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAccountsOperations.cs (4)
168Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
196Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
280Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
305Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InvitationsOperationsExtensions.cs (4)
222public static IPage<Invitation> ListByShare(this IInvitationsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string))
251public static async Task<IPage<Invitation>> ListByShareAsync(this IInvitationsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<Invitation> ListByShareNext(this IInvitationsOperations operations, string nextPageLink)
291public static async Task<IPage<Invitation>> ListByShareNextAsync(this IInvitationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ISharesOperations.cs (6)
152Task<AzureOperationResponse<IPage<Share>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
186Task<AzureOperationResponse<IPage<ShareSynchronization>>> ListSynchronizationsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareName, ShareSynchronization shareSynchronization, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
279Task<AzureOperationResponse<IPage<Share>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
304Task<AzureOperationResponse<IPage<ShareSynchronization>>> ListSynchronizationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
329Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IShareSubscriptionsOperations.cs (8)
152Task<AzureOperationResponse<IPage<ShareSubscription>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
186Task<AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>> ListSourceShareSynchronizationSettingsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
220Task<AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>> ListSynchronizationsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
258Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, ShareSubscriptionSynchronization shareSubscriptionSynchronization, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
450Task<AzureOperationResponse<IPage<ShareSubscription>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
475Task<AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>> ListSourceShareSynchronizationSettingsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
500Task<AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>> ListSynchronizationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
526Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ProviderShareSubscriptionsOperationsExtensions.cs (4)
103public static IPage<ProviderShareSubscription> ListByShare(this IProviderShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string))
132public static async Task<IPage<ProviderShareSubscription>> ListByShareAsync(this IProviderShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
326public static IPage<ProviderShareSubscription> ListByShareNext(this IProviderShareSubscriptionsOperations operations, string nextPageLink)
346public static async Task<IPage<ProviderShareSubscription>> ListByShareNextAsync(this IProviderShareSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SharesOperations.cs (12)
555public async Task<AzureOperationResponse<IPage<Share>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
689var _result = new AzureOperationResponse<IPage<Share>>();
760public async Task<AzureOperationResponse<IPage<ShareSynchronization>>> ListSynchronizationsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
900var _result = new AzureOperationResponse<IPage<ShareSynchronization>>();
974public async Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareName, ShareSynchronization shareSynchronization, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1125var _result = new AzureOperationResponse<IPage<SynchronizationDetails>>();
1390public async Task<AzureOperationResponse<IPage<Share>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1499var _result = new AzureOperationResponse<IPage<Share>>();
1561public async Task<AzureOperationResponse<IPage<ShareSynchronization>>> ListSynchronizationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1670var _result = new AzureOperationResponse<IPage<ShareSynchronization>>();
1732public async Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1841var _result = new AzureOperationResponse<IPage<SynchronizationDetails>>();
Generated\SharesOperationsExtensions.cs (12)
204public static IPage<Share> ListByAccount(this ISharesOperations operations, string resourceGroupName, string accountName, string skipToken = default(string))
230public static async Task<IPage<Share>> ListByAccountAsync(this ISharesOperations operations, string resourceGroupName, string accountName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
259public static IPage<ShareSynchronization> ListSynchronizations(this ISharesOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string))
288public static async Task<IPage<ShareSynchronization>> ListSynchronizationsAsync(this ISharesOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
320public static IPage<SynchronizationDetails> ListSynchronizationDetails(this ISharesOperations operations, string resourceGroupName, string accountName, string shareName, ShareSynchronization shareSynchronization, string skipToken = default(string))
352public static async Task<IPage<SynchronizationDetails>> ListSynchronizationDetailsAsync(this ISharesOperations operations, string resourceGroupName, string accountName, string shareName, ShareSynchronization shareSynchronization, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
424public static IPage<Share> ListByAccountNext(this ISharesOperations operations, string nextPageLink)
444public static async Task<IPage<Share>> ListByAccountNextAsync(this ISharesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
464public static IPage<ShareSynchronization> ListSynchronizationsNext(this ISharesOperations operations, string nextPageLink)
484public static async Task<IPage<ShareSynchronization>> ListSynchronizationsNextAsync(this ISharesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
504public static IPage<SynchronizationDetails> ListSynchronizationDetailsNext(this ISharesOperations operations, string nextPageLink)
524public static async Task<IPage<SynchronizationDetails>> ListSynchronizationDetailsNextAsync(this ISharesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ShareSubscriptionsOperations.cs (16)
559public async Task<AzureOperationResponse<IPage<ShareSubscription>>> ListByAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
693var _result = new AzureOperationResponse<IPage<ShareSubscription>>();
764public async Task<AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>> ListSourceShareSynchronizationSettingsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
904var _result = new AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>();
975public async Task<AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>> ListSynchronizationsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1115var _result = new AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>();
1189public async Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsWithHttpMessagesAsync(string resourceGroupName, string accountName, string shareSubscriptionName, ShareSubscriptionSynchronization shareSubscriptionSynchronization, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1344var _result = new AzureOperationResponse<IPage<SynchronizationDetails>>();
2145public async Task<AzureOperationResponse<IPage<ShareSubscription>>> ListByAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2254var _result = new AzureOperationResponse<IPage<ShareSubscription>>();
2316public async Task<AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>> ListSourceShareSynchronizationSettingsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2425var _result = new AzureOperationResponse<IPage<SourceShareSynchronizationSetting>>();
2487public async Task<AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>> ListSynchronizationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2596var _result = new AzureOperationResponse<IPage<ShareSubscriptionSynchronization>>();
2658public async Task<AzureOperationResponse<IPage<SynchronizationDetails>>> ListSynchronizationDetailsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2767var _result = new AzureOperationResponse<IPage<SynchronizationDetails>>();
Generated\ShareSubscriptionsOperationsExtensions.cs (16)
204public static IPage<ShareSubscription> ListByAccount(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string skipToken = default(string))
230public static async Task<IPage<ShareSubscription>> ListByAccountAsync(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
259public static IPage<SourceShareSynchronizationSetting> ListSourceShareSynchronizationSettings(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string))
288public static async Task<IPage<SourceShareSynchronizationSetting>> ListSourceShareSynchronizationSettingsAsync(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<ShareSubscriptionSynchronization> ListSynchronizations(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string))
346public static async Task<IPage<ShareSubscriptionSynchronization>> ListSynchronizationsAsync(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
378public static IPage<SynchronizationDetails> ListSynchronizationDetails(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, ShareSubscriptionSynchronization shareSubscriptionSynchronization, string skipToken = default(string))
410public static async Task<IPage<SynchronizationDetails>> ListSynchronizationDetailsAsync(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, ShareSubscriptionSynchronization shareSubscriptionSynchronization, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
714public static IPage<ShareSubscription> ListByAccountNext(this IShareSubscriptionsOperations operations, string nextPageLink)
734public static async Task<IPage<ShareSubscription>> ListByAccountNextAsync(this IShareSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
754public static IPage<SourceShareSynchronizationSetting> ListSourceShareSynchronizationSettingsNext(this IShareSubscriptionsOperations operations, string nextPageLink)
774public static async Task<IPage<SourceShareSynchronizationSetting>> ListSourceShareSynchronizationSettingsNextAsync(this IShareSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
794public static IPage<ShareSubscriptionSynchronization> ListSynchronizationsNext(this IShareSubscriptionsOperations operations, string nextPageLink)
814public static async Task<IPage<ShareSubscriptionSynchronization>> ListSynchronizationsNextAsync(this IShareSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
834public static IPage<SynchronizationDetails> ListSynchronizationDetailsNext(this IShareSubscriptionsOperations operations, string nextPageLink)
854public static async Task<IPage<SynchronizationDetails>> ListSynchronizationDetailsNextAsync(this IShareSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SynchronizationSettingsOperationsExtensions.cs (4)
225public static IPage<SynchronizationSetting> ListByShare(this ISynchronizationSettingsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string))
254public static async Task<IPage<SynchronizationSetting>> ListByShareAsync(this ISynchronizationSettingsOperations operations, string resourceGroupName, string accountName, string shareName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
332public static IPage<SynchronizationSetting> ListByShareNext(this ISynchronizationSettingsOperations operations, string nextPageLink)
352public static async Task<IPage<SynchronizationSetting>> ListByShareNextAsync(this ISynchronizationSettingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TriggersOperationsExtensions.cs (4)
225public static IPage<Trigger> ListByShareSubscription(this ITriggersOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string))
254public static async Task<IPage<Trigger>> ListByShareSubscriptionAsync(this ITriggersOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
396public static IPage<Trigger> ListByShareSubscriptionNext(this ITriggersOperations operations, string nextPageLink)
416public static async Task<IPage<Trigger>> ListByShareSubscriptionNextAsync(this ITriggersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DeploymentManager.Tests (1)
Microsoft.Azure.Management.DeviceProvisioningServices (50)
Generated\IIotDpsResourceOperations.cs (8)
168Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
191Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
253Task<AzureOperationResponse<IPage<IotDpsSkuDefinition>>> ListValidSkusWithHttpMessagesAsync(string provisioningServiceName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
309Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>> ListKeysWithHttpMessagesAsync(string provisioningServiceName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
459Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
482Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
507Task<AzureOperationResponse<IPage<IotDpsSkuDefinition>>> ListValidSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
532Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IotDpsResourceOperations.cs (16)
359public async Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
476var _result = new AzureOperationResponse<IPage<ProvisioningServiceDescription>>();
535public async Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
658var _result = new AzureOperationResponse<IPage<ProvisioningServiceDescription>>();
938public async Task<AzureOperationResponse<IPage<IotDpsSkuDefinition>>> ListValidSkusWithHttpMessagesAsync(string provisioningServiceName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1067var _result = new AzureOperationResponse<IPage<IotDpsSkuDefinition>>();
1328public async Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>> ListKeysWithHttpMessagesAsync(string provisioningServiceName, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1457var _result = new AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>();
2342public async Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2451var _result = new AzureOperationResponse<IPage<ProvisioningServiceDescription>>();
2510public async Task<AzureOperationResponse<IPage<ProvisioningServiceDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2619var _result = new AzureOperationResponse<IPage<ProvisioningServiceDescription>>();
2681public async Task<AzureOperationResponse<IPage<IotDpsSkuDefinition>>> ListValidSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2790var _result = new AzureOperationResponse<IPage<IotDpsSkuDefinition>>();
2852public async Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2961var _result = new AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>>();
Generated\IotDpsResourceOperationsExtensions.cs (16)
234public static IPage<ProvisioningServiceDescription> ListBySubscription(this IIotDpsResourceOperations operations)
251public static async Task<IPage<ProvisioningServiceDescription>> ListBySubscriptionAsync(this IIotDpsResourceOperations operations, CancellationToken cancellationToken = default(CancellationToken))
268public static IPage<ProvisioningServiceDescription> ListByResourceGroup(this IIotDpsResourceOperations operations, string resourceGroupName)
285public static async Task<IPage<ProvisioningServiceDescription>> ListByResourceGroupAsync(this IIotDpsResourceOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
366public static IPage<IotDpsSkuDefinition> ListValidSkus(this IIotDpsResourceOperations operations, string provisioningServiceName, string resourceGroupName)
389public static async Task<IPage<IotDpsSkuDefinition>> ListValidSkusAsync(this IIotDpsResourceOperations operations, string provisioningServiceName, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
456public static IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription> ListKeys(this IIotDpsResourceOperations operations, string provisioningServiceName, string resourceGroupName)
479public static async Task<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>> ListKeysAsync(this IIotDpsResourceOperations operations, string provisioningServiceName, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
706public static IPage<ProvisioningServiceDescription> ListBySubscriptionNext(this IIotDpsResourceOperations operations, string nextPageLink)
726public static async Task<IPage<ProvisioningServiceDescription>> ListBySubscriptionNextAsync(this IIotDpsResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
743public static IPage<ProvisioningServiceDescription> ListByResourceGroupNext(this IIotDpsResourceOperations operations, string nextPageLink)
760public static async Task<IPage<ProvisioningServiceDescription>> ListByResourceGroupNextAsync(this IIotDpsResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
780public static IPage<IotDpsSkuDefinition> ListValidSkusNext(this IIotDpsResourceOperations operations, string nextPageLink)
800public static async Task<IPage<IotDpsSkuDefinition>> ListValidSkusNextAsync(this IIotDpsResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
820public static IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription> ListKeysNext(this IIotDpsResourceOperations operations, string nextPageLink)
840public static async Task<IPage<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>> ListKeysNextAsync(this IIotDpsResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DevSpaces (30)
Generated\ControllersOperations.cs (8)
616public async Task<AzureOperationResponse<IPage<Controller>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
750var _result = new AzureOperationResponse<IPage<Controller>>();
810public async Task<AzureOperationResponse<IPage<Controller>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
927var _result = new AzureOperationResponse<IPage<Controller>>();
1687public async Task<AzureOperationResponse<IPage<Controller>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1796var _result = new AzureOperationResponse<IPage<Controller>>();
1859public async Task<AzureOperationResponse<IPage<Controller>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1968var _result = new AzureOperationResponse<IPage<Controller>>();
Generated\ControllersOperationsExtensions.cs (8)
242public static IPage<Controller> ListByResourceGroup(this IControllersOperations operations, string resourceGroupName)
263public static async Task<IPage<Controller>> ListByResourceGroupAsync(this IControllersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
281public static IPage<Controller> List(this IControllersOperations operations)
299public static async Task<IPage<Controller>> ListAsync(this IControllersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
473public static IPage<Controller> ListByResourceGroupNext(this IControllersOperations operations, string nextPageLink)
494public static async Task<IPage<Controller>> ListByResourceGroupNextAsync(this IControllersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
515public static IPage<Controller> ListNext(this IControllersOperations operations, string nextPageLink)
536public static async Task<IPage<Controller>> ListNextAsync(this IControllersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IControllersOperations.cs (4)
171Task<AzureOperationResponse<IPage<Controller>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
194Task<AzureOperationResponse<IPage<Controller>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
310Task<AzureOperationResponse<IPage<Controller>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
336Task<AzureOperationResponse<IPage<Controller>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.DevTestLabs (260)
Generated\ArmTemplatesOperationsExtensions.cs (4)
43public static IPage<ArmTemplate> List(this IArmTemplatesOperations operations, string resourceGroupName, string labName, string artifactSourceName, ODataQuery<ArmTemplate> odataQuery = default(ODataQuery<ArmTemplate>))
69public static async Task<IPage<ArmTemplate>> ListAsync(this IArmTemplatesOperations operations, string resourceGroupName, string labName, string artifactSourceName, ODataQuery<ArmTemplate> odataQuery = default(ODataQuery<ArmTemplate>), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<ArmTemplate> ListNext(this IArmTemplatesOperations operations, string nextPageLink)
161public static async Task<IPage<ArmTemplate>> ListNextAsync(this IArmTemplatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ArtifactsOperationsExtensions.cs (4)
43public static IPage<Artifact> List(this IArtifactsOperations operations, string resourceGroupName, string labName, string artifactSourceName, ODataQuery<Artifact> odataQuery = default(ODataQuery<Artifact>))
69public static async Task<IPage<Artifact>> ListAsync(this IArtifactsOperations operations, string resourceGroupName, string labName, string artifactSourceName, ODataQuery<Artifact> odataQuery = default(ODataQuery<Artifact>), CancellationToken cancellationToken = default(CancellationToken))
204public static IPage<Artifact> ListNext(this IArtifactsOperations operations, string nextPageLink)
221public static async Task<IPage<Artifact>> ListNextAsync(this IArtifactsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ArtifactSourcesOperationsExtensions.cs (4)
40public static IPage<ArtifactSource> List(this IArtifactSourcesOperations operations, string resourceGroupName, string labName, ODataQuery<ArtifactSource> odataQuery = default(ODataQuery<ArtifactSource>))
63public static async Task<IPage<ArtifactSource>> ListAsync(this IArtifactSourcesOperations operations, string resourceGroupName, string labName, ODataQuery<ArtifactSource> odataQuery = default(ODataQuery<ArtifactSource>), CancellationToken cancellationToken = default(CancellationToken))
279public static IPage<ArtifactSource> ListNext(this IArtifactSourcesOperations operations, string nextPageLink)
296public static async Task<IPage<ArtifactSource>> ListNextAsync(this IArtifactSourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CustomImagesOperationsExtensions.cs (4)
40public static IPage<CustomImage> List(this ICustomImagesOperations operations, string resourceGroupName, string labName, ODataQuery<CustomImage> odataQuery = default(ODataQuery<CustomImage>))
63public static async Task<IPage<CustomImage>> ListAsync(this ICustomImagesOperations operations, string resourceGroupName, string labName, ODataQuery<CustomImage> odataQuery = default(ODataQuery<CustomImage>), CancellationToken cancellationToken = default(CancellationToken))
378public static IPage<CustomImage> ListNext(this ICustomImagesOperations operations, string nextPageLink)
395public static async Task<IPage<CustomImage>> ListNextAsync(this ICustomImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DisksOperationsExtensions.cs (4)
43public static IPage<Disk> List(this IDisksOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<Disk> odataQuery = default(ODataQuery<Disk>))
69public static async Task<IPage<Disk>> ListAsync(this IDisksOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<Disk> odataQuery = default(ODataQuery<Disk>), CancellationToken cancellationToken = default(CancellationToken))
648public static IPage<Disk> ListNext(this IDisksOperations operations, string nextPageLink)
665public static async Task<IPage<Disk>> ListNextAsync(this IDisksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EnvironmentsOperationsExtensions.cs (4)
43public static IPage<DtlEnvironment> List(this IEnvironmentsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<DtlEnvironment> odataQuery = default(ODataQuery<DtlEnvironment>))
69public static async Task<IPage<DtlEnvironment>> ListAsync(this IEnvironmentsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<DtlEnvironment> odataQuery = default(ODataQuery<DtlEnvironment>), CancellationToken cancellationToken = default(CancellationToken))
422public static IPage<DtlEnvironment> ListNext(this IEnvironmentsOperations operations, string nextPageLink)
439public static async Task<IPage<DtlEnvironment>> ListNextAsync(this IEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FormulasOperationsExtensions.cs (4)
40public static IPage<Formula> List(this IFormulasOperations operations, string resourceGroupName, string labName, ODataQuery<Formula> odataQuery = default(ODataQuery<Formula>))
63public static async Task<IPage<Formula>> ListAsync(this IFormulasOperations operations, string resourceGroupName, string labName, ODataQuery<Formula> odataQuery = default(ODataQuery<Formula>), CancellationToken cancellationToken = default(CancellationToken))
335public static IPage<Formula> ListNext(this IFormulasOperations operations, string nextPageLink)
352public static async Task<IPage<Formula>> ListNextAsync(this IFormulasOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GalleryImagesOperationsExtensions.cs (4)
40public static IPage<GalleryImage> List(this IGalleryImagesOperations operations, string resourceGroupName, string labName, ODataQuery<GalleryImage> odataQuery = default(ODataQuery<GalleryImage>))
63public static async Task<IPage<GalleryImage>> ListAsync(this IGalleryImagesOperations operations, string resourceGroupName, string labName, ODataQuery<GalleryImage> odataQuery = default(ODataQuery<GalleryImage>), CancellationToken cancellationToken = default(CancellationToken))
80public static IPage<GalleryImage> ListNext(this IGalleryImagesOperations operations, string nextPageLink)
97public static async Task<IPage<GalleryImage>> ListNextAsync(this IGalleryImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GlobalSchedulesOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<Schedule>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
212var _result = new AzureOperationResponse<IPage<Schedule>>();
274public async Task<AzureOperationResponse<IPage<Schedule>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
411var _result = new AzureOperationResponse<IPage<Schedule>>();
1700public async Task<AzureOperationResponse<IPage<Schedule>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1814var _result = new AzureOperationResponse<IPage<Schedule>>();
1873public async Task<AzureOperationResponse<IPage<Schedule>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1987var _result = new AzureOperationResponse<IPage<Schedule>>();
Generated\GlobalSchedulesOperationsExtensions.cs (8)
34public static IPage<Schedule> ListBySubscription(this IGlobalSchedulesOperations operations, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>))
51public static async Task<IPage<Schedule>> ListBySubscriptionAsync(this IGlobalSchedulesOperations operations, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), CancellationToken cancellationToken = default(CancellationToken))
71public static IPage<Schedule> ListByResourceGroup(this IGlobalSchedulesOperations operations, string resourceGroupName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>))
91public static async Task<IPage<Schedule>> ListByResourceGroupAsync(this IGlobalSchedulesOperations operations, string resourceGroupName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), CancellationToken cancellationToken = default(CancellationToken))
447public static IPage<Schedule> ListBySubscriptionNext(this IGlobalSchedulesOperations operations, string nextPageLink)
464public static async Task<IPage<Schedule>> ListBySubscriptionNextAsync(this IGlobalSchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
481public static IPage<Schedule> ListByResourceGroupNext(this IGlobalSchedulesOperations operations, string nextPageLink)
498public static async Task<IPage<Schedule>> ListByResourceGroupNextAsync(this IGlobalSchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IGlobalSchedulesOperations.cs (4)
48Task<AzureOperationResponse<IPage<Schedule>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<Schedule>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
297Task<AzureOperationResponse<IPage<Schedule>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
319Task<AzureOperationResponse<IPage<Schedule>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILabsOperations.cs (6)
48Task<AzureOperationResponse<IPage<Lab>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<Lab>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
336Task<AzureOperationResponse<IPage<LabVhd>>> ListVhdsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
511Task<AzureOperationResponse<IPage<Lab>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
533Task<AzureOperationResponse<IPage<Lab>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
555Task<AzureOperationResponse<IPage<LabVhd>>> ListVhdsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISchedulesOperations.cs (4)
54Task<AzureOperationResponse<IPage<Schedule>>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<Schedule>>> ListApplicableWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
272Task<AzureOperationResponse<IPage<Schedule>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
294Task<AzureOperationResponse<IPage<Schedule>>> ListApplicableNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IServiceFabricSchedulesOperations.cs (2)
60Task<AzureOperationResponse<IPage<Schedule>>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string serviceFabricName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
286Task<AzureOperationResponse<IPage<Schedule>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LabsOperations.cs (12)
81public async Task<AzureOperationResponse<IPage<Lab>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
212var _result = new AzureOperationResponse<IPage<Lab>>();
274public async Task<AzureOperationResponse<IPage<Lab>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
411var _result = new AzureOperationResponse<IPage<Lab>>();
1248public async Task<AzureOperationResponse<IPage<LabVhd>>> ListVhdsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1382var _result = new AzureOperationResponse<IPage<LabVhd>>();
2592public async Task<AzureOperationResponse<IPage<Lab>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2706var _result = new AzureOperationResponse<IPage<Lab>>();
2765public async Task<AzureOperationResponse<IPage<Lab>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2879var _result = new AzureOperationResponse<IPage<Lab>>();
2938public async Task<AzureOperationResponse<IPage<LabVhd>>> ListVhdsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3052var _result = new AzureOperationResponse<IPage<LabVhd>>();
Generated\LabsOperationsExtensions.cs (12)
34public static IPage<Lab> ListBySubscription(this ILabsOperations operations, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>))
51public static async Task<IPage<Lab>> ListBySubscriptionAsync(this ILabsOperations operations, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), CancellationToken cancellationToken = default(CancellationToken))
71public static IPage<Lab> ListByResourceGroup(this ILabsOperations operations, string resourceGroupName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>))
91public static async Task<IPage<Lab>> ListByResourceGroupAsync(this ILabsOperations operations, string resourceGroupName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), CancellationToken cancellationToken = default(CancellationToken))
512public static IPage<LabVhd> ListVhds(this ILabsOperations operations, string resourceGroupName, string name)
532public static async Task<IPage<LabVhd>> ListVhdsAsync(this ILabsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
810public static IPage<Lab> ListBySubscriptionNext(this ILabsOperations operations, string nextPageLink)
827public static async Task<IPage<Lab>> ListBySubscriptionNextAsync(this ILabsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
844public static IPage<Lab> ListByResourceGroupNext(this ILabsOperations operations, string nextPageLink)
861public static async Task<IPage<Lab>> ListByResourceGroupNextAsync(this ILabsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
878public static IPage<LabVhd> ListVhdsNext(this ILabsOperations operations, string nextPageLink)
895public static async Task<IPage<LabVhd>> ListVhdsNextAsync(this ILabsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NotificationChannelsOperationsExtensions.cs (4)
40public static IPage<NotificationChannel> List(this INotificationChannelsOperations operations, string resourceGroupName, string labName, ODataQuery<NotificationChannel> odataQuery = default(ODataQuery<NotificationChannel>))
63public static async Task<IPage<NotificationChannel>> ListAsync(this INotificationChannelsOperations operations, string resourceGroupName, string labName, ODataQuery<NotificationChannel> odataQuery = default(ODataQuery<NotificationChannel>), CancellationToken cancellationToken = default(CancellationToken))
328public static IPage<NotificationChannel> ListNext(this INotificationChannelsOperations operations, string nextPageLink)
345public static async Task<IPage<NotificationChannel>> ListNextAsync(this INotificationChannelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PoliciesOperationsExtensions.cs (4)
43public static IPage<Policy> List(this IPoliciesOperations operations, string resourceGroupName, string labName, string policySetName, ODataQuery<Policy> odataQuery = default(ODataQuery<Policy>))
69public static async Task<IPage<Policy>> ListAsync(this IPoliciesOperations operations, string resourceGroupName, string labName, string policySetName, ODataQuery<Policy> odataQuery = default(ODataQuery<Policy>), CancellationToken cancellationToken = default(CancellationToken))
309public static IPage<Policy> ListNext(this IPoliciesOperations operations, string nextPageLink)
326public static async Task<IPage<Policy>> ListNextAsync(this IPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SchedulesOperations.cs (8)
87public async Task<AzureOperationResponse<IPage<Schedule>>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230var _result = new AzureOperationResponse<IPage<Schedule>>();
1173public async Task<AzureOperationResponse<IPage<Schedule>>> ListApplicableWithHttpMessagesAsync(string resourceGroupName, string labName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1313var _result = new AzureOperationResponse<IPage<Schedule>>();
1556public async Task<AzureOperationResponse<IPage<Schedule>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1670var _result = new AzureOperationResponse<IPage<Schedule>>();
1729public async Task<AzureOperationResponse<IPage<Schedule>>> ListApplicableNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1843var _result = new AzureOperationResponse<IPage<Schedule>>();
Generated\SchedulesOperationsExtensions.cs (8)
40public static IPage<Schedule> List(this ISchedulesOperations operations, string resourceGroupName, string labName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>))
63public static async Task<IPage<Schedule>> ListAsync(this ISchedulesOperations operations, string resourceGroupName, string labName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), CancellationToken cancellationToken = default(CancellationToken))
328public static IPage<Schedule> ListApplicable(this ISchedulesOperations operations, string resourceGroupName, string labName, string name)
351public static async Task<IPage<Schedule>> ListApplicableAsync(this ISchedulesOperations operations, string resourceGroupName, string labName, string name, CancellationToken cancellationToken = default(CancellationToken))
411public static IPage<Schedule> ListNext(this ISchedulesOperations operations, string nextPageLink)
428public static async Task<IPage<Schedule>> ListNextAsync(this ISchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
445public static IPage<Schedule> ListApplicableNext(this ISchedulesOperations operations, string nextPageLink)
462public static async Task<IPage<Schedule>> ListApplicableNextAsync(this ISchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SecretsOperationsExtensions.cs (4)
43public static IPage<Secret> List(this ISecretsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<Secret> odataQuery = default(ODataQuery<Secret>))
69public static async Task<IPage<Secret>> ListAsync(this ISecretsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<Secret> odataQuery = default(ODataQuery<Secret>), CancellationToken cancellationToken = default(CancellationToken))
371public static IPage<Secret> ListNext(this ISecretsOperations operations, string nextPageLink)
388public static async Task<IPage<Secret>> ListNextAsync(this ISecretsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceFabricSchedulesOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<Schedule>>> ListWithHttpMessagesAsync(string resourceGroupName, string labName, string userName, string serviceFabricName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
248var _result = new AzureOperationResponse<IPage<Schedule>>();
1465public async Task<AzureOperationResponse<IPage<Schedule>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1579var _result = new AzureOperationResponse<IPage<Schedule>>();
Generated\ServiceFabricSchedulesOperationsExtensions.cs (4)
46public static IPage<Schedule> List(this IServiceFabricSchedulesOperations operations, string resourceGroupName, string labName, string userName, string serviceFabricName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>))
75public static async Task<IPage<Schedule>> ListAsync(this IServiceFabricSchedulesOperations operations, string resourceGroupName, string labName, string userName, string serviceFabricName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), CancellationToken cancellationToken = default(CancellationToken))
449public static IPage<Schedule> ListNext(this IServiceFabricSchedulesOperations operations, string nextPageLink)
466public static async Task<IPage<Schedule>> ListNextAsync(this IServiceFabricSchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceFabricsOperationsExtensions.cs (4)
43public static IPage<ServiceFabric> List(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<ServiceFabric> odataQuery = default(ODataQuery<ServiceFabric>))
69public static async Task<IPage<ServiceFabric>> ListAsync(this IServiceFabricsOperations operations, string resourceGroupName, string labName, string userName, ODataQuery<ServiceFabric> odataQuery = default(ODataQuery<ServiceFabric>), CancellationToken cancellationToken = default(CancellationToken))
670public static IPage<ServiceFabric> ListNext(this IServiceFabricsOperations operations, string nextPageLink)
687public static async Task<IPage<ServiceFabric>> ListNextAsync(this IServiceFabricsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceRunnersOperationsExtensions.cs (4)
40public static IPage<ServiceRunner> List(this IServiceRunnersOperations operations, string resourceGroupName, string labName, ODataQuery<ServiceRunner> odataQuery = default(ODataQuery<ServiceRunner>))
63public static async Task<IPage<ServiceRunner>> ListAsync(this IServiceRunnersOperations operations, string resourceGroupName, string labName, ODataQuery<ServiceRunner> odataQuery = default(ODataQuery<ServiceRunner>), CancellationToken cancellationToken = default(CancellationToken))
221public static IPage<ServiceRunner> ListNext(this IServiceRunnersOperations operations, string nextPageLink)
238public static async Task<IPage<ServiceRunner>> ListNextAsync(this IServiceRunnersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UsersOperationsExtensions.cs (4)
40public static IPage<User> List(this IUsersOperations operations, string resourceGroupName, string labName, ODataQuery<User> odataQuery = default(ODataQuery<User>))
63public static async Task<IPage<User>> ListAsync(this IUsersOperations operations, string resourceGroupName, string labName, ODataQuery<User> odataQuery = default(ODataQuery<User>), CancellationToken cancellationToken = default(CancellationToken))
378public static IPage<User> ListNext(this IUsersOperations operations, string nextPageLink)
395public static async Task<IPage<User>> ListNextAsync(this IUsersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachineSchedulesOperationsExtensions.cs (4)
43public static IPage<Schedule> List(this IVirtualMachineSchedulesOperations operations, string resourceGroupName, string labName, string virtualMachineName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>))
69public static async Task<IPage<Schedule>> ListAsync(this IVirtualMachineSchedulesOperations operations, string resourceGroupName, string labName, string virtualMachineName, ODataQuery<Schedule> odataQuery = default(ODataQuery<Schedule>), CancellationToken cancellationToken = default(CancellationToken))
407public static IPage<Schedule> ListNext(this IVirtualMachineSchedulesOperations operations, string nextPageLink)
424public static async Task<IPage<Schedule>> ListNextAsync(this IVirtualMachineSchedulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualMachinesOperationsExtensions.cs (4)
40public static IPage<LabVirtualMachine> List(this IVirtualMachinesOperations operations, string resourceGroupName, string labName, ODataQuery<LabVirtualMachine> odataQuery = default(ODataQuery<LabVirtualMachine>))
63public static async Task<IPage<LabVirtualMachine>> ListAsync(this IVirtualMachinesOperations operations, string resourceGroupName, string labName, ODataQuery<LabVirtualMachine> odataQuery = default(ODataQuery<LabVirtualMachine>), CancellationToken cancellationToken = default(CancellationToken))
1492public static IPage<LabVirtualMachine> ListNext(this IVirtualMachinesOperations operations, string nextPageLink)
1509public static async Task<IPage<LabVirtualMachine>> ListNextAsync(this IVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualNetworksOperationsExtensions.cs (4)
40public static IPage<VirtualNetwork> List(this IVirtualNetworksOperations operations, string resourceGroupName, string labName, ODataQuery<VirtualNetwork> odataQuery = default(ODataQuery<VirtualNetwork>))
63public static async Task<IPage<VirtualNetwork>> ListAsync(this IVirtualNetworksOperations operations, string resourceGroupName, string labName, ODataQuery<VirtualNetwork> odataQuery = default(ODataQuery<VirtualNetwork>), CancellationToken cancellationToken = default(CancellationToken))
378public static IPage<VirtualNetwork> ListNext(this IVirtualNetworksOperations operations, string nextPageLink)
395public static async Task<IPage<VirtualNetwork>> ListNextAsync(this IVirtualNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.DigitalTwins (40)
Generated\DigitalTwinsOperations.cs (8)
339public async Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
452var _result = new AzureOperationResponse<IPage<DigitalTwinsDescription>>();
511public async Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
630var _result = new AzureOperationResponse<IPage<DigitalTwinsDescription>>();
1532public async Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1641var _result = new AzureOperationResponse<IPage<DigitalTwinsDescription>>();
1700public async Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1809var _result = new AzureOperationResponse<IPage<DigitalTwinsDescription>>();
Generated\DigitalTwinsOperationsExtensions.cs (8)
208public static IPage<DigitalTwinsDescription> List(this IDigitalTwinsOperations operations)
222public static async Task<IPage<DigitalTwinsDescription>> ListAsync(this IDigitalTwinsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<DigitalTwinsDescription> ListByResourceGroup(this IDigitalTwinsOperations operations, string resourceGroupName)
256public static async Task<IPage<DigitalTwinsDescription>> ListByResourceGroupAsync(this IDigitalTwinsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
451public static IPage<DigitalTwinsDescription> ListNext(this IDigitalTwinsOperations operations, string nextPageLink)
468public static async Task<IPage<DigitalTwinsDescription>> ListNextAsync(this IDigitalTwinsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
485public static IPage<DigitalTwinsDescription> ListByResourceGroupNext(this IDigitalTwinsOperations operations, string nextPageLink)
502public static async Task<IPage<DigitalTwinsDescription>> ListByResourceGroupNextAsync(this IDigitalTwinsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDigitalTwinsOperations.cs (4)
158Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
181Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
316Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
338Task<AzureOperationResponse<IPage<DigitalTwinsDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.Dns (50)
Generated\IRecordSetsOperations.cs (6)
219Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeWithHttpMessagesAsync(string resourceGroupName, string zoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
254Task<AzureOperationResponse<IPage<RecordSet>>> ListByDnsZoneWithHttpMessagesAsync(string resourceGroupName, string zoneName, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
289Task<AzureOperationResponse<IPage<RecordSet>>> ListAllByDnsZoneWithHttpMessagesAsync(string resourceGroupName, string zoneName, int? top = default(int?), string recordSetNameSuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
311Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
333Task<AzureOperationResponse<IPage<RecordSet>>> ListByDnsZoneNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
355Task<AzureOperationResponse<IPage<RecordSet>>> ListAllByDnsZoneNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IZonesOperations.cs (4)
176Task<AzureOperationResponse<IPage<Zone>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
199Task<AzureOperationResponse<IPage<Zone>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
249Task<AzureOperationResponse<IPage<Zone>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
271Task<AzureOperationResponse<IPage<Zone>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\RecordSetsOperations.cs (12)
1024public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeWithHttpMessagesAsync(string resourceGroupName, string zoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1170var _result = new AzureOperationResponse<IPage<RecordSet>>();
1241public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByDnsZoneWithHttpMessagesAsync(string resourceGroupName, string zoneName, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1385var _result = new AzureOperationResponse<IPage<RecordSet>>();
1456public async Task<AzureOperationResponse<IPage<RecordSet>>> ListAllByDnsZoneWithHttpMessagesAsync(string resourceGroupName, string zoneName, int? top = default(int?), string recordSetNameSuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1600var _result = new AzureOperationResponse<IPage<RecordSet>>();
1659public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1773var _result = new AzureOperationResponse<IPage<RecordSet>>();
1832public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByDnsZoneNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1946var _result = new AzureOperationResponse<IPage<RecordSet>>();
2005public async Task<AzureOperationResponse<IPage<RecordSet>>> ListAllByDnsZoneNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2119var _result = new AzureOperationResponse<IPage<RecordSet>>();
Generated\RecordSetsOperationsExtensions.cs (12)
320public static IPage<RecordSet> ListByType(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string))
353public static async Task<IPage<RecordSet>> ListByTypeAsync(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), CancellationToken cancellationToken = default(CancellationToken))
382public static IPage<RecordSet> ListByDnsZone(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, int? top = default(int?), string recordsetnamesuffix = default(string))
411public static async Task<IPage<RecordSet>> ListByDnsZoneAsync(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, int? top = default(int?), string recordsetnamesuffix = default(string), CancellationToken cancellationToken = default(CancellationToken))
440public static IPage<RecordSet> ListAllByDnsZone(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, int? top = default(int?), string recordSetNameSuffix = default(string))
469public static async Task<IPage<RecordSet>> ListAllByDnsZoneAsync(this IRecordSetsOperations operations, string resourceGroupName, string zoneName, int? top = default(int?), string recordSetNameSuffix = default(string), CancellationToken cancellationToken = default(CancellationToken))
486public static IPage<RecordSet> ListByTypeNext(this IRecordSetsOperations operations, string nextPageLink)
503public static async Task<IPage<RecordSet>> ListByTypeNextAsync(this IRecordSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
520public static IPage<RecordSet> ListByDnsZoneNext(this IRecordSetsOperations operations, string nextPageLink)
537public static async Task<IPage<RecordSet>> ListByDnsZoneNextAsync(this IRecordSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
554public static IPage<RecordSet> ListAllByDnsZoneNext(this IRecordSetsOperations operations, string nextPageLink)
571public static async Task<IPage<RecordSet>> ListAllByDnsZoneNextAsync(this IRecordSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ZonesOperations.cs (8)
793public async Task<AzureOperationResponse<IPage<Zone>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
926var _result = new AzureOperationResponse<IPage<Zone>>();
986public async Task<AzureOperationResponse<IPage<Zone>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1113var _result = new AzureOperationResponse<IPage<Zone>>();
1362public async Task<AzureOperationResponse<IPage<Zone>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1476var _result = new AzureOperationResponse<IPage<Zone>>();
1535public async Task<AzureOperationResponse<IPage<Zone>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1649var _result = new AzureOperationResponse<IPage<Zone>>();
Generated\ZonesOperationsExtensions.cs (8)
250public static IPage<Zone> ListByResourceGroup(this IZonesOperations operations, string resourceGroupName, int? top = default(int?))
271public static async Task<IPage<Zone>> ListByResourceGroupAsync(this IZonesOperations operations, string resourceGroupName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
289public static IPage<Zone> List(this IZonesOperations operations, int? top = default(int?))
307public static async Task<IPage<Zone>> ListAsync(this IZonesOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
373public static IPage<Zone> ListByResourceGroupNext(this IZonesOperations operations, string nextPageLink)
390public static async Task<IPage<Zone>> ListByResourceGroupNextAsync(this IZonesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
407public static IPage<Zone> ListNext(this IZonesOperations operations, string nextPageLink)
424public static async Task<IPage<Zone>> ListNextAsync(this IZonesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.EdgeGateway (110)
Generated\DevicesOperations.cs (8)
82public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
209var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
273public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
406var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
2938public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3052var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
3111public async Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3225var _result = new AzureOperationResponse<IPage<DataBoxEdgeDevice>>();
Generated\DevicesOperationsExtensions.cs (8)
37public static IPage<DataBoxEdgeDevice> ListBySubscription(this IDevicesOperations operations, string expand = default(string))
56public static async Task<IPage<DataBoxEdgeDevice>> ListBySubscriptionAsync(this IDevicesOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
78public static IPage<DataBoxEdgeDevice> ListByResourceGroup(this IDevicesOperations operations, string resourceGroupName, string expand = default(string))
100public static async Task<IPage<DataBoxEdgeDevice>> ListByResourceGroupAsync(this IDevicesOperations operations, string resourceGroupName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
867public static IPage<DataBoxEdgeDevice> ListBySubscriptionNext(this IDevicesOperations operations, string nextPageLink)
884public static async Task<IPage<DataBoxEdgeDevice>> ListBySubscriptionNextAsync(this IDevicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
901public static IPage<DataBoxEdgeDevice> ListByResourceGroupNext(this IDevicesOperations operations, string nextPageLink)
918public static async Task<IPage<DataBoxEdgeDevice>> ListByResourceGroupNextAsync(this IDevicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDevicesOperations.cs (4)
49Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
76Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
552Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
574Task<AzureOperationResponse<IPage<DataBoxEdgeDevice>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\TriggersOperationsExtensions.cs (4)
40public static IPage<Trigger> ListByDataBoxEdgeDevice(this ITriggersOperations operations, string deviceName, string resourceGroupName, string expand = default(string))
64public static async Task<IPage<Trigger>> ListByDataBoxEdgeDeviceAsync(this ITriggersOperations operations, string deviceName, string resourceGroupName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<Trigger> ListByDataBoxEdgeDeviceNext(this ITriggersOperations operations, string nextPageLink)
334public static async Task<IPage<Trigger>> ListByDataBoxEdgeDeviceNextAsync(this ITriggersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.EventGrid (170)
Generated\DomainsOperations.cs (8)
375public async Task<AzureOperationResponse<IPage<Domain>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
507var _result = new AzureOperationResponse<IPage<Domain>>();
583public async Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
721var _result = new AzureOperationResponse<IPage<Domain>>();
1809public async Task<AzureOperationResponse<IPage<Domain>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1923var _result = new AzureOperationResponse<IPage<Domain>>();
1985public async Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2099var _result = new AzureOperationResponse<IPage<Domain>>();
Generated\DomainsOperationsExtensions.cs (8)
242public static IPage<Domain> ListBySubscription(this IDomainsOperations operations, string filter = default(string), int? top = default(int?))
273public static async Task<IPage<Domain>> ListBySubscriptionAsync(this IDomainsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<Domain> ListByResourceGroup(this IDomainsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
341public static async Task<IPage<Domain>> ListByResourceGroupAsync(this IDomainsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
608public static IPage<Domain> ListBySubscriptionNext(this IDomainsOperations operations, string nextPageLink)
628public static async Task<IPage<Domain>> ListBySubscriptionNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
648public static IPage<Domain> ListByResourceGroupNext(this IDomainsOperations operations, string nextPageLink)
668public static async Task<IPage<Domain>> ListByResourceGroupNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DomainTopicsOperationsExtensions.cs (4)
208public static IPage<DomainTopic> ListByDomain(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string filter = default(string), int? top = default(int?))
245public static async Task<IPage<DomainTopic>> ListByDomainAsync(this IDomainTopicsOperations operations, string resourceGroupName, string domainName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
368public static IPage<DomainTopic> ListByDomainNext(this IDomainTopicsOperations operations, string nextPageLink)
388public static async Task<IPage<DomainTopic>> ListByDomainNextAsync(this IDomainTopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EventSubscriptionsOperations.cs (40)
614public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
746var _result = new AzureOperationResponse<IPage<EventSubscription>>();
823public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
961var _result = new AzureOperationResponse<IPage<EventSubscription>>();
1039public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1177var _result = new AzureOperationResponse<IPage<EventSubscription>>();
1258public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1402var _result = new AzureOperationResponse<IPage<EventSubscription>>();
1479public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1617var _result = new AzureOperationResponse<IPage<EventSubscription>>();
1698public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1842var _result = new AzureOperationResponse<IPage<EventSubscription>>();
1923public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2067var _result = new AzureOperationResponse<IPage<EventSubscription>>();
2151public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2301var _result = new AzureOperationResponse<IPage<EventSubscription>>();
2386public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2542var _result = new AzureOperationResponse<IPage<EventSubscription>>();
2625public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2775var _result = new AzureOperationResponse<IPage<EventSubscription>>();
3459public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3573var _result = new AzureOperationResponse<IPage<EventSubscription>>();
3636public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3750var _result = new AzureOperationResponse<IPage<EventSubscription>>();
3814public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3928var _result = new AzureOperationResponse<IPage<EventSubscription>>();
3992public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4106var _result = new AzureOperationResponse<IPage<EventSubscription>>();
4169public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4283var _result = new AzureOperationResponse<IPage<EventSubscription>>();
4347public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4461var _result = new AzureOperationResponse<IPage<EventSubscription>>();
4525public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4639var _result = new AzureOperationResponse<IPage<EventSubscription>>();
4703public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4817var _result = new AzureOperationResponse<IPage<EventSubscription>>();
4879public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4993var _result = new AzureOperationResponse<IPage<EventSubscription>>();
5056public async Task<AzureOperationResponse<IPage<EventSubscription>>> ListByDomainTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5170var _result = new AzureOperationResponse<IPage<EventSubscription>>();
Generated\EventSubscriptionsOperationsExtensions.cs (40)
386public static IPage<EventSubscription> ListGlobalBySubscription(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?))
419public static async Task<IPage<EventSubscription>> ListGlobalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
454public static IPage<EventSubscription> ListGlobalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?))
489public static async Task<IPage<EventSubscription>> ListGlobalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
525public static IPage<EventSubscription> ListGlobalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
561public static async Task<IPage<EventSubscription>> ListGlobalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
600public static IPage<EventSubscription> ListGlobalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?))
639public static async Task<IPage<EventSubscription>> ListGlobalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
674public static IPage<EventSubscription> ListRegionalBySubscription(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?))
709public static async Task<IPage<EventSubscription>> ListRegionalBySubscriptionAsync(this IEventSubscriptionsOperations operations, string location, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
748public static IPage<EventSubscription> ListRegionalByResourceGroup(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?))
787public static async Task<IPage<EventSubscription>> ListRegionalByResourceGroupAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
826public static IPage<EventSubscription> ListRegionalBySubscriptionForTopicType(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?))
865public static async Task<IPage<EventSubscription>> ListRegionalBySubscriptionForTopicTypeAsync(this IEventSubscriptionsOperations operations, string location, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
907public static IPage<EventSubscription> ListRegionalByResourceGroupForTopicType(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?))
949public static async Task<IPage<EventSubscription>> ListRegionalByResourceGroupForTopicTypeAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
992public static IPage<EventSubscription> ListByResource(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?))
1035public static async Task<IPage<EventSubscription>> ListByResourceAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1076public static IPage<EventSubscription> ListByDomainTopic(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?))
1117public static async Task<IPage<EventSubscription>> ListByDomainTopicAsync(this IEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
1348public static IPage<EventSubscription> ListGlobalBySubscriptionNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1370public static async Task<IPage<EventSubscription>> ListGlobalBySubscriptionNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1391public static IPage<EventSubscription> ListGlobalBySubscriptionForTopicTypeNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1412public static async Task<IPage<EventSubscription>> ListGlobalBySubscriptionForTopicTypeNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1434public static IPage<EventSubscription> ListGlobalByResourceGroupNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1456public static async Task<IPage<EventSubscription>> ListGlobalByResourceGroupNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1478public static IPage<EventSubscription> ListGlobalByResourceGroupForTopicTypeNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1500public static async Task<IPage<EventSubscription>> ListGlobalByResourceGroupForTopicTypeNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1521public static IPage<EventSubscription> ListRegionalBySubscriptionNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1542public static async Task<IPage<EventSubscription>> ListRegionalBySubscriptionNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1564public static IPage<EventSubscription> ListRegionalByResourceGroupNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1586public static async Task<IPage<EventSubscription>> ListRegionalByResourceGroupNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1608public static IPage<EventSubscription> ListRegionalBySubscriptionForTopicTypeNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1630public static async Task<IPage<EventSubscription>> ListRegionalBySubscriptionForTopicTypeNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1652public static IPage<EventSubscription> ListRegionalByResourceGroupForTopicTypeNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1674public static async Task<IPage<EventSubscription>> ListRegionalByResourceGroupForTopicTypeNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1694public static IPage<EventSubscription> ListByResourceNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1714public static async Task<IPage<EventSubscription>> ListByResourceNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1735public static IPage<EventSubscription> ListByDomainTopicNext(this IEventSubscriptionsOperations operations, string nextPageLink)
1756public static async Task<IPage<EventSubscription>> ListByDomainTopicNextAsync(this IEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDomainsOperations.cs (4)
179Task<AzureOperationResponse<IPage<Domain>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
220Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
392Task<AzureOperationResponse<IPage<Domain>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IEventSubscriptionsOperations.cs (20)
262Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
304Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionForTopicTypeWithHttpMessagesAsync(string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
347Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
393Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
435Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionWithHttpMessagesAsync(string location, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
481Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
527Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionForTopicTypeWithHttpMessagesAsync(string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
576Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupForTopicTypeWithHttpMessagesAsync(string resourceGroupName, string location, string topicTypeName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
627Task<AzureOperationResponse<IPage<EventSubscription>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string providerNamespace, string resourceTypeName, string resourceName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
675Task<AzureOperationResponse<IPage<EventSubscription>>> ListByDomainTopicWithHttpMessagesAsync(string resourceGroupName, string domainName, string topicName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
823Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
849Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
876Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
903Task<AzureOperationResponse<IPage<EventSubscription>>> ListGlobalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
929Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
956Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
983Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalBySubscriptionForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1010Task<AzureOperationResponse<IPage<EventSubscription>>> ListRegionalByResourceGroupForTopicTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1036Task<AzureOperationResponse<IPage<EventSubscription>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1062Task<AzureOperationResponse<IPage<EventSubscription>>> ListByDomainTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPrivateEndpointConnectionsOperations.cs (2)
184Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
283Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPrivateLinkResourcesOperations.cs (2)
110Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
135Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITopicsOperations.cs (4)
178Task<AzureOperationResponse<IPage<Topic>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<Topic>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
424Task<AzureOperationResponse<IPage<Topic>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
449Task<AzureOperationResponse<IPage<Topic>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateEndpointConnectionsOperations.cs (4)
393public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
543var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
1054public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1168var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
Generated\PrivateEndpointConnectionsOperationsExtensions.cs (4)
247public static IPage<PrivateEndpointConnection> ListByResource(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?))
289public static async Task<IPage<PrivateEndpointConnection>> ListByResourceAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
436public static IPage<PrivateEndpointConnection> ListByResourceNext(this IPrivateEndpointConnectionsOperations operations, string nextPageLink)
456public static async Task<IPage<PrivateEndpointConnection>> ListByResourceNextAsync(this IPrivateEndpointConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrivateLinkResourcesOperations.cs (4)
324public async Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListByResourceWithHttpMessagesAsync(string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
474var _result = new AzureOperationResponse<IPage<PrivateLinkResource>>();
536public async Task<AzureOperationResponse<IPage<PrivateLinkResource>>> ListByResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
650var _result = new AzureOperationResponse<IPage<PrivateLinkResource>>();
Generated\PrivateLinkResourcesOperationsExtensions.cs (4)
120public static IPage<PrivateLinkResource> ListByResource(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?))
162public static async Task<IPage<PrivateLinkResource>> ListByResourceAsync(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string parentType, string parentName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
182public static IPage<PrivateLinkResource> ListByResourceNext(this IPrivateLinkResourcesOperations operations, string nextPageLink)
202public static async Task<IPage<PrivateLinkResource>> ListByResourceNextAsync(this IPrivateLinkResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TopicsOperations.cs (8)
374public async Task<AzureOperationResponse<IPage<Topic>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
506var _result = new AzureOperationResponse<IPage<Topic>>();
582public async Task<AzureOperationResponse<IPage<Topic>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
720var _result = new AzureOperationResponse<IPage<Topic>>();
2024public async Task<AzureOperationResponse<IPage<Topic>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2138var _result = new AzureOperationResponse<IPage<Topic>>();
2200public async Task<AzureOperationResponse<IPage<Topic>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2314var _result = new AzureOperationResponse<IPage<Topic>>();
Generated\TopicsOperationsExtensions.cs (8)
242public static IPage<Topic> ListBySubscription(this ITopicsOperations operations, string filter = default(string), int? top = default(int?))
273public static async Task<IPage<Topic>> ListBySubscriptionAsync(this ITopicsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<Topic> ListByResourceGroup(this ITopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
341public static async Task<IPage<Topic>> ListByResourceGroupAsync(this ITopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
664public static IPage<Topic> ListBySubscriptionNext(this ITopicsOperations operations, string nextPageLink)
684public static async Task<IPage<Topic>> ListBySubscriptionNextAsync(this ITopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
704public static IPage<Topic> ListByResourceGroupNext(this ITopicsOperations operations, string nextPageLink)
724public static async Task<IPage<Topic>> ListByResourceGroupNextAsync(this ITopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.EventHub (130)
Generated\ConsumerGroupsOperations.cs (4)
844public async Task<AzureOperationResponse<IPage<ConsumerGroup>>> ListByEventHubWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string eventHubName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1036var _result = new AzureOperationResponse<IPage<ConsumerGroup>>();
1096public async Task<AzureOperationResponse<IPage<ConsumerGroup>>> ListByEventHubNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1205var _result = new AzureOperationResponse<IPage<ConsumerGroup>>();
Generated\ConsumerGroupsOperationsExtensions.cs (4)
211public static IPage<ConsumerGroup> ListByEventHub(this IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, int? skip = default(int?), int? top = default(int?))
245public static async Task<IPage<ConsumerGroup>> ListByEventHubAsync(this IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
263public static IPage<ConsumerGroup> ListByEventHubNext(this IConsumerGroupsOperations operations, string nextPageLink)
281public static async Task<IPage<ConsumerGroup>> ListByEventHubNextAsync(this IConsumerGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DisasterRecoveryConfigsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
252var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
1037public async Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1186var _result = new AzureOperationResponse<IPage<ArmDisasterRecovery>>();
2354public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2463var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
2522public async Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2631var _result = new AzureOperationResponse<IPage<ArmDisasterRecovery>>();
Generated\DisasterRecoveryConfigsOperationsExtensions.cs (8)
39public static IPage<AuthorizationRule> ListAuthorizationRules(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias)
62public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken))
232public static IPage<ArmDisasterRecovery> List(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName)
252public static async Task<IPage<ArmDisasterRecovery>> ListAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
502public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this IDisasterRecoveryConfigsOperations operations, string nextPageLink)
519public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this IDisasterRecoveryConfigsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
536public static IPage<ArmDisasterRecovery> ListNext(this IDisasterRecoveryConfigsOperations operations, string nextPageLink)
553public static async Task<IPage<ArmDisasterRecovery>> ListNextAsync(this IDisasterRecoveryConfigsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EventHubsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string eventHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
252var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
1577public async Task<AzureOperationResponse<IPage<Eventhub>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1752var _result = new AzureOperationResponse<IPage<Eventhub>>();
2501public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2610var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
2669public async Task<AzureOperationResponse<IPage<Eventhub>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2778var _result = new AzureOperationResponse<IPage<Eventhub>>();
Generated\EventHubsOperationsExtensions.cs (8)
39public static IPage<AuthorizationRule> ListAuthorizationRules(this IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName)
62public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, CancellationToken cancellationToken = default(CancellationToken))
367public static IPage<Eventhub> ListByNamespace(this IEventHubsOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?))
397public static async Task<IPage<Eventhub>> ListByNamespaceAsync(this IEventHubsOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
555public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this IEventHubsOperations operations, string nextPageLink)
572public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this IEventHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
589public static IPage<Eventhub> ListByNamespaceNext(this IEventHubsOperations operations, string nextPageLink)
606public static async Task<IPage<Eventhub>> ListByNamespaceNextAsync(this IEventHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IConsumerGroupsOperations.cs (2)
159Task<AzureOperationResponse<IPage<ConsumerGroup>>> ListByEventHubWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string eventHubName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
182Task<AzureOperationResponse<IPage<ConsumerGroup>>> ListByEventHubNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDisasterRecoveryConfigsOperations.cs (4)
53Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
329Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
351Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IEventHubsOperations.cs (4)
53Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string eventHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
249Task<AzureOperationResponse<IPage<Eventhub>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
357Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
379Task<AzureOperationResponse<IPage<Eventhub>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INamespacesOperations.cs (10)
50Task<AzureOperationResponse<IPage<IpFilterRule>>> ListIPFilterRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
154Task<AzureOperationResponse<IPage<EHNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
176Task<AzureOperationResponse<IPage<EHNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
307Task<AzureOperationResponse<IPage<VirtualNetworkRule>>> ListVirtualNetworkRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
469Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
710Task<AzureOperationResponse<IPage<IpFilterRule>>> ListIPFilterRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
733Task<AzureOperationResponse<IPage<EHNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
755Task<AzureOperationResponse<IPage<EHNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
777Task<AzureOperationResponse<IPage<VirtualNetworkRule>>> ListVirtualNetworkRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
799Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\NamespacesOperations.cs (20)
83public async Task<AzureOperationResponse<IPage<IpFilterRule>>> ListIPFilterRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<IpFilterRule>>();
963public async Task<AzureOperationResponse<IPage<EHNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1078var _result = new AzureOperationResponse<IPage<EHNamespace>>();
1137public async Task<AzureOperationResponse<IPage<EHNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1269var _result = new AzureOperationResponse<IPage<EHNamespace>>();
1853public async Task<AzureOperationResponse<IPage<VirtualNetworkRule>>> ListVirtualNetworkRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2002var _result = new AzureOperationResponse<IPage<VirtualNetworkRule>>();
3174public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3323var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
5161public async Task<AzureOperationResponse<IPage<IpFilterRule>>> ListIPFilterRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5270var _result = new AzureOperationResponse<IPage<IpFilterRule>>();
5330public async Task<AzureOperationResponse<IPage<EHNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5439var _result = new AzureOperationResponse<IPage<EHNamespace>>();
5498public async Task<AzureOperationResponse<IPage<EHNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5607var _result = new AzureOperationResponse<IPage<EHNamespace>>();
5666public async Task<AzureOperationResponse<IPage<VirtualNetworkRule>>> ListVirtualNetworkRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5775var _result = new AzureOperationResponse<IPage<VirtualNetworkRule>>();
5834public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5943var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
Generated\NamespacesOperationsExtensions.cs (20)
36public static IPage<IpFilterRule> ListIPFilterRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
56public static async Task<IPage<IpFilterRule>> ListIPFilterRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
212public static IPage<EHNamespace> List(this INamespacesOperations operations)
227public static async Task<IPage<EHNamespace>> ListAsync(this INamespacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
244public static IPage<EHNamespace> ListByResourceGroup(this INamespacesOperations operations, string resourceGroupName)
261public static async Task<IPage<EHNamespace>> ListByResourceGroupAsync(this INamespacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
456public static IPage<VirtualNetworkRule> ListVirtualNetworkRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
476public static async Task<IPage<VirtualNetworkRule>> ListVirtualNetworkRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
723public static IPage<AuthorizationRule> ListAuthorizationRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
743public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
1122public static IPage<IpFilterRule> ListIPFilterRulesNext(this INamespacesOperations operations, string nextPageLink)
1139public static async Task<IPage<IpFilterRule>> ListIPFilterRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1157public static IPage<EHNamespace> ListNext(this INamespacesOperations operations, string nextPageLink)
1175public static async Task<IPage<EHNamespace>> ListNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1192public static IPage<EHNamespace> ListByResourceGroupNext(this INamespacesOperations operations, string nextPageLink)
1209public static async Task<IPage<EHNamespace>> ListByResourceGroupNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1226public static IPage<VirtualNetworkRule> ListVirtualNetworkRulesNext(this INamespacesOperations operations, string nextPageLink)
1243public static async Task<IPage<VirtualNetworkRule>> ListVirtualNetworkRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1260public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this INamespacesOperations operations, string nextPageLink)
1277public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.FrontDoor (100)
Generated\FrontDoorsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
192var _result = new AzureOperationResponse<IPage<FrontDoorModel>>();
251public async Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
387var _result = new AzureOperationResponse<IPage<FrontDoorModel>>();
1424public async Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1533var _result = new AzureOperationResponse<IPage<FrontDoorModel>>();
1592public async Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1701var _result = new AzureOperationResponse<IPage<FrontDoorModel>>();
Generated\FrontDoorsOperationsExtensions.cs (8)
30public static IPage<FrontDoorModel> List(this IFrontDoorsOperations operations)
44public static async Task<IPage<FrontDoorModel>> ListAsync(this IFrontDoorsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<FrontDoorModel> ListByResourceGroup(this IFrontDoorsOperations operations, string resourceGroupName)
78public static async Task<IPage<FrontDoorModel>> ListByResourceGroupAsync(this IFrontDoorsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
355public static IPage<FrontDoorModel> ListNext(this IFrontDoorsOperations operations, string nextPageLink)
372public static async Task<IPage<FrontDoorModel>> ListNextAsync(this IFrontDoorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
389public static IPage<FrontDoorModel> ListByResourceGroupNext(this IFrontDoorsOperations operations, string nextPageLink)
406public static async Task<IPage<FrontDoorModel>> ListByResourceGroupNextAsync(this IFrontDoorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IFrontDoorsOperations.cs (4)
44Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
67Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
269Task<AzureOperationResponse<IPage<FrontDoorModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkExperimentProfilesOperations.cs (4)
44Task<AzureOperationResponse<IPage<Profile>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
67Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
278Task<AzureOperationResponse<IPage<Profile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
301Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\NetworkExperimentProfilesOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Profile>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
192var _result = new AzureOperationResponse<IPage<Profile>>();
252public async Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
388var _result = new AzureOperationResponse<IPage<Profile>>();
1430public async Task<AzureOperationResponse<IPage<Profile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1539var _result = new AzureOperationResponse<IPage<Profile>>();
1599public async Task<AzureOperationResponse<IPage<Profile>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1708var _result = new AzureOperationResponse<IPage<Profile>>();
Generated\NetworkExperimentProfilesOperationsExtensions.cs (8)
30public static IPage<Profile> List(this INetworkExperimentProfilesOperations operations)
44public static async Task<IPage<Profile>> ListAsync(this INetworkExperimentProfilesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
62public static IPage<Profile> ListByResourceGroup(this INetworkExperimentProfilesOperations operations, string resourceGroupName)
80public static async Task<IPage<Profile>> ListByResourceGroupAsync(this INetworkExperimentProfilesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
407public static IPage<Profile> ListNext(this INetworkExperimentProfilesOperations operations, string nextPageLink)
424public static async Task<IPage<Profile>> ListNextAsync(this INetworkExperimentProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
442public static IPage<Profile> ListByResourceGroupNext(this INetworkExperimentProfilesOperations operations, string nextPageLink)
460public static async Task<IPage<Profile>> ListByResourceGroupNextAsync(this INetworkExperimentProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.HDInsight (60)
Generated\ClustersOperations.cs (8)
523public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
646var _result = new AzureOperationResponse<IPage<Cluster>>();
752public async Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
869var _result = new AzureOperationResponse<IPage<Cluster>>();
2499public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2608var _result = new AzureOperationResponse<IPage<Cluster>>();
2667public async Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2776var _result = new AzureOperationResponse<IPage<Cluster>>();
Generated\ClustersOperationsExtensions.cs (8)
202public static IPage<Cluster> ListByResourceGroup(this IClustersOperations operations, string resourceGroupName)
219public static async Task<IPage<Cluster>> ListByResourceGroupAsync(this IClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
319public static IPage<Cluster> List(this IClustersOperations operations)
333public static async Task<IPage<Cluster>> ListAsync(this IClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
817public static IPage<Cluster> ListByResourceGroupNext(this IClustersOperations operations, string nextPageLink)
834public static async Task<IPage<Cluster>> ListByResourceGroupNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
851public static IPage<Cluster> ListNext(this IClustersOperations operations, string nextPageLink)
868public static async Task<IPage<Cluster>> ListNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IClustersOperations.cs (4)
150Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
516Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
538Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.HDInsight.Tests (5)
Microsoft.Azure.Management.HealthcareApis (30)
Generated\IServicesOperations.cs (4)
147Task<AzureOperationResponse<IPage<ServicesDescription>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<ServicesDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
292Task<AzureOperationResponse<IPage<ServicesDescription>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
314Task<AzureOperationResponse<IPage<ServicesDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ServicesOperations.cs (8)
366public async Task<AzureOperationResponse<IPage<ServicesDescription>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
483var _result = new AzureOperationResponse<IPage<ServicesDescription>>();
542public async Task<AzureOperationResponse<IPage<ServicesDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
680var _result = new AzureOperationResponse<IPage<ServicesDescription>>();
1611public async Task<AzureOperationResponse<IPage<ServicesDescription>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1720var _result = new AzureOperationResponse<IPage<ServicesDescription>>();
1779public async Task<AzureOperationResponse<IPage<ServicesDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1888var _result = new AzureOperationResponse<IPage<ServicesDescription>>();
Generated\ServicesOperationsExtensions.cs (8)
199public static IPage<ServicesDescription> List(this IServicesOperations operations)
213public static async Task<IPage<ServicesDescription>> ListAsync(this IServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<ServicesDescription> ListByResourceGroup(this IServicesOperations operations, string resourceGroupName)
247public static async Task<IPage<ServicesDescription>> ListByResourceGroupAsync(this IServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
429public static IPage<ServicesDescription> ListNext(this IServicesOperations operations, string nextPageLink)
446public static async Task<IPage<ServicesDescription>> ListNextAsync(this IServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
463public static IPage<ServicesDescription> ListByResourceGroupNext(this IServicesOperations operations, string nextPageLink)
480public static async Task<IPage<ServicesDescription>> ListByResourceGroupNextAsync(this IServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.HybridCompute (30)
Generated\IMachinesOperations.cs (4)
101Task<AzureOperationResponse<IPage<Machine>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
122Task<AzureOperationResponse<IPage<Machine>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
146Task<AzureOperationResponse<IPage<Machine>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<Machine>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\MachineExtensionsOperationsExtensions.cs (4)
232public static IPage<MachineExtension> List(this IMachineExtensionsOperations operations, string resourceGroupName, string name, string expand = default(string))
255public static async Task<IPage<MachineExtension>> ListAsync(this IMachineExtensionsOperations operations, string resourceGroupName, string name, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
419public static IPage<MachineExtension> ListNext(this IMachineExtensionsOperations operations, string nextPageLink)
436public static async Task<IPage<MachineExtension>> ListNextAsync(this IMachineExtensionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\MachinesOperations.cs (8)
452public async Task<AzureOperationResponse<IPage<Machine>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
575var _result = new AzureOperationResponse<IPage<Machine>>();
632public async Task<AzureOperationResponse<IPage<Machine>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
749var _result = new AzureOperationResponse<IPage<Machine>>();
809public async Task<AzureOperationResponse<IPage<Machine>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
918var _result = new AzureOperationResponse<IPage<Machine>>();
978public async Task<AzureOperationResponse<IPage<Machine>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1087var _result = new AzureOperationResponse<IPage<Machine>>();
Generated\MachinesOperationsExtensions.cs (8)
121public static IPage<Machine> ListByResourceGroup(this IMachinesOperations operations, string resourceGroupName)
139public static async Task<IPage<Machine>> ListByResourceGroupAsync(this IMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
154public static IPage<Machine> ListBySubscription(this IMachinesOperations operations)
169public static async Task<IPage<Machine>> ListBySubscriptionAsync(this IMachinesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
187public static IPage<Machine> ListByResourceGroupNext(this IMachinesOperations operations, string nextPageLink)
205public static async Task<IPage<Machine>> ListByResourceGroupNextAsync(this IMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
223public static IPage<Machine> ListBySubscriptionNext(this IMachinesOperations operations, string nextPageLink)
241public static async Task<IPage<Machine>> ListBySubscriptionNextAsync(this IMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.HybridData (100)
Generated\DataStoresOperationsExtensions.cs (4)
42public static IPage<DataStore> ListByDataManager(this IDataStoresOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<DataStoreFilter> odataQuery = default(ODataQuery<DataStoreFilter>))
67public static async Task<IPage<DataStore>> ListByDataManagerAsync(this IDataStoresOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<DataStoreFilter> odataQuery = default(ODataQuery<DataStoreFilter>), CancellationToken cancellationToken = default(CancellationToken))
340public static IPage<DataStore> ListByDataManagerNext(this IDataStoresOperations operations, string nextPageLink)
357public static async Task<IPage<DataStore>> ListByDataManagerNextAsync(this IDataStoresOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IJobDefinitionsOperations.cs (4)
60Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataServiceWithHttpMessagesAsync(string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataManagerWithHttpMessagesAsync(string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
345Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobsOperations.cs (6)
62Task<AzureOperationResponse<IPage<Job>>> ListByJobDefinitionWithHttpMessagesAsync(string dataServiceName, string jobDefinitionName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
202Task<AzureOperationResponse<IPage<Job>>> ListByDataServiceWithHttpMessagesAsync(string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
232Task<AzureOperationResponse<IPage<Job>>> ListByDataManagerWithHttpMessagesAsync(string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
320Task<AzureOperationResponse<IPage<Job>>> ListByJobDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
343Task<AzureOperationResponse<IPage<Job>>> ListByDataServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
365Task<AzureOperationResponse<IPage<Job>>> ListByDataManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobDefinitionsOperations.cs (8)
92public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataServiceWithHttpMessagesAsync(string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
256var _result = new AzureOperationResponse<IPage<JobDefinition>>();
651public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataManagerWithHttpMessagesAsync(string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
809var _result = new AzureOperationResponse<IPage<JobDefinition>>();
1551public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1665var _result = new AzureOperationResponse<IPage<JobDefinition>>();
1725public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListByDataManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1839var _result = new AzureOperationResponse<IPage<JobDefinition>>();
Generated\JobDefinitionsOperationsExtensions.cs (8)
45public static IPage<JobDefinition> ListByDataService(this IJobDefinitionsOperations operations, string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>))
73public static async Task<IPage<JobDefinition>> ListByDataServiceAsync(this IJobDefinitionsOperations operations, string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), CancellationToken cancellationToken = default(CancellationToken))
329public static IPage<JobDefinition> ListByDataManager(this IJobDefinitionsOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>))
355public static async Task<IPage<JobDefinition>> ListByDataManagerAsync(this IJobDefinitionsOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<JobDefinitionFilter> odataQuery = default(ODataQuery<JobDefinitionFilter>), CancellationToken cancellationToken = default(CancellationToken))
546public static IPage<JobDefinition> ListByDataServiceNext(this IJobDefinitionsOperations operations, string nextPageLink)
563public static async Task<IPage<JobDefinition>> ListByDataServiceNextAsync(this IJobDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
581public static IPage<JobDefinition> ListByDataManagerNext(this IJobDefinitionsOperations operations, string nextPageLink)
599public static async Task<IPage<JobDefinition>> ListByDataManagerNextAsync(this IJobDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobsOperations.cs (12)
95public async Task<AzureOperationResponse<IPage<Job>>> ListByJobDefinitionWithHttpMessagesAsync(string dataServiceName, string jobDefinitionName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
265var _result = new AzureOperationResponse<IPage<Job>>();
650public async Task<AzureOperationResponse<IPage<Job>>> ListByDataServiceWithHttpMessagesAsync(string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
814var _result = new AzureOperationResponse<IPage<Job>>();
881public async Task<AzureOperationResponse<IPage<Job>>> ListByDataManagerWithHttpMessagesAsync(string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1039var _result = new AzureOperationResponse<IPage<Job>>();
1536public async Task<AzureOperationResponse<IPage<Job>>> ListByJobDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1650var _result = new AzureOperationResponse<IPage<Job>>();
1709public async Task<AzureOperationResponse<IPage<Job>>> ListByDataServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1823var _result = new AzureOperationResponse<IPage<Job>>();
1882public async Task<AzureOperationResponse<IPage<Job>>> ListByDataManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1996var _result = new AzureOperationResponse<IPage<Job>>();
Generated\JobsOperationsExtensions.cs (12)
48public static IPage<Job> ListByJobDefinition(this IJobsOperations operations, string dataServiceName, string jobDefinitionName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
79public static async Task<IPage<Job>> ListByJobDefinitionAsync(this IJobsOperations operations, string dataServiceName, string jobDefinitionName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
295public static IPage<Job> ListByDataService(this IJobsOperations operations, string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
323public static async Task<IPage<Job>> ListByDataServiceAsync(this IJobsOperations operations, string dataServiceName, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
348public static IPage<Job> ListByDataManager(this IJobsOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
373public static async Task<IPage<Job>> ListByDataManagerAsync(this IJobsOperations operations, string resourceGroupName, string dataManagerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
508public static IPage<Job> ListByJobDefinitionNext(this IJobsOperations operations, string nextPageLink)
525public static async Task<IPage<Job>> ListByJobDefinitionNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
542public static IPage<Job> ListByDataServiceNext(this IJobsOperations operations, string nextPageLink)
559public static async Task<IPage<Job>> ListByDataServiceNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
576public static IPage<Job> ListByDataManagerNext(this IJobsOperations operations, string nextPageLink)
593public static async Task<IPage<Job>> ListByDataManagerNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.IotCentral (40)
Generated\AppsOperations.cs (12)
348public async Task<AzureOperationResponse<IPage<App>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
470var _result = new AzureOperationResponse<IPage<App>>();
529public async Task<AzureOperationResponse<IPage<App>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
657var _result = new AzureOperationResponse<IPage<App>>();
1107public async Task<AzureOperationResponse<IPage<AppTemplate>>> ListTemplatesWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1229var _result = new AzureOperationResponse<IPage<AppTemplate>>();
1908public async Task<AzureOperationResponse<IPage<App>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2022var _result = new AzureOperationResponse<IPage<App>>();
2081public async Task<AzureOperationResponse<IPage<App>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2195var _result = new AzureOperationResponse<IPage<App>>();
2254public async Task<AzureOperationResponse<IPage<AppTemplate>>> ListTemplatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2368var _result = new AzureOperationResponse<IPage<AppTemplate>>();
Generated\AppsOperationsExtensions.cs (12)
205public static IPage<App> ListBySubscription(this IAppsOperations operations)
219public static async Task<IPage<App>> ListBySubscriptionAsync(this IAppsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<App> ListByResourceGroup(this IAppsOperations operations, string resourceGroupName)
253public static async Task<IPage<App>> ListByResourceGroupAsync(this IAppsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
339public static IPage<AppTemplate> ListTemplates(this IAppsOperations operations)
353public static async Task<IPage<AppTemplate>> ListTemplatesAsync(this IAppsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
505public static IPage<App> ListBySubscriptionNext(this IAppsOperations operations, string nextPageLink)
522public static async Task<IPage<App>> ListBySubscriptionNextAsync(this IAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
539public static IPage<App> ListByResourceGroupNext(this IAppsOperations operations, string nextPageLink)
556public static async Task<IPage<App>> ListByResourceGroupNextAsync(this IAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
573public static IPage<AppTemplate> ListTemplatesNext(this IAppsOperations operations, string nextPageLink)
590public static async Task<IPage<AppTemplate>> ListTemplatesNextAsync(this IAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAppsOperations.cs (6)
155Task<AzureOperationResponse<IPage<App>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<App>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<AppTemplate>>> ListTemplatesWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
350Task<AzureOperationResponse<IPage<App>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
372Task<AzureOperationResponse<IPage<App>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
394Task<AzureOperationResponse<IPage<AppTemplate>>> ListTemplatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.IotHub (90)
Generated\IIotHubResourceOperations.cs (16)
173Task<AzureOperationResponse<IPage<IotHubDescription>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
198Task<AzureOperationResponse<IPage<IotHubDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
254Task<AzureOperationResponse<IPage<IotHubSkuDescription>>> GetValidSkusWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
287Task<AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>> ListEventHubConsumerGroupsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
424Task<AzureOperationResponse<IPage<JobResponse>>> ListJobsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
487Task<AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>> GetQuotaMetricsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
513Task<AzureOperationResponse<IPage<EndpointHealthData>>> GetEndpointHealthWithHttpMessagesAsync(string resourceGroupName, string iotHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
633Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>> ListKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
861Task<AzureOperationResponse<IPage<IotHubDescription>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
886Task<AzureOperationResponse<IPage<IotHubDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
911Task<AzureOperationResponse<IPage<IotHubSkuDescription>>> GetValidSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
938Task<AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>> ListEventHubConsumerGroupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
967Task<AzureOperationResponse<IPage<JobResponse>>> ListJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
992Task<AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>> GetQuotaMetricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1017Task<AzureOperationResponse<IPage<EndpointHealthData>>> GetEndpointHealthNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1046Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IotHubResourceOperations.cs (32)
363public async Task<AzureOperationResponse<IPage<IotHubDescription>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
480var _result = new AzureOperationResponse<IPage<IotHubDescription>>();
542public async Task<AzureOperationResponse<IPage<IotHubDescription>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
665var _result = new AzureOperationResponse<IPage<IotHubDescription>>();
924public async Task<AzureOperationResponse<IPage<IotHubSkuDescription>>> GetValidSkusWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1053var _result = new AzureOperationResponse<IPage<IotHubSkuDescription>>();
1123public async Task<AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>> ListEventHubConsumerGroupsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1258var _result = new AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>();
1943public async Task<AzureOperationResponse<IPage<JobResponse>>> ListJobsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2072var _result = new AzureOperationResponse<IPage<JobResponse>>();
2342public async Task<AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>> GetQuotaMetricsWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2471var _result = new AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>();
2534public async Task<AzureOperationResponse<IPage<EndpointHealthData>>> GetEndpointHealthWithHttpMessagesAsync(string resourceGroupName, string iotHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2663var _result = new AzureOperationResponse<IPage<EndpointHealthData>>();
3345public async Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>> ListKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3474var _result = new AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>();
4863public async Task<AzureOperationResponse<IPage<IotHubDescription>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4972var _result = new AzureOperationResponse<IPage<IotHubDescription>>();
5034public async Task<AzureOperationResponse<IPage<IotHubDescription>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5143var _result = new AzureOperationResponse<IPage<IotHubDescription>>();
5205public async Task<AzureOperationResponse<IPage<IotHubSkuDescription>>> GetValidSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5314var _result = new AzureOperationResponse<IPage<IotHubSkuDescription>>();
5378public async Task<AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>> ListEventHubConsumerGroupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5487var _result = new AzureOperationResponse<IPage<EventHubConsumerGroupInfo>>();
5551public async Task<AzureOperationResponse<IPage<JobResponse>>> ListJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5660var _result = new AzureOperationResponse<IPage<JobResponse>>();
5722public async Task<AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>> GetQuotaMetricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5831var _result = new AzureOperationResponse<IPage<IotHubQuotaMetricInfo>>();
5893public async Task<AzureOperationResponse<IPage<EndpointHealthData>>> GetEndpointHealthNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6002var _result = new AzureOperationResponse<IPage<EndpointHealthData>>();
6066public async Task<AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6175var _result = new AzureOperationResponse<IPage<SharedAccessSignatureAuthorizationRule>>();
Generated\IotHubResourceOperationsExtensions.cs (32)
245public static IPage<IotHubDescription> ListBySubscription(this IIotHubResourceOperations operations)
262public static async Task<IPage<IotHubDescription>> ListBySubscriptionAsync(this IIotHubResourceOperations operations, CancellationToken cancellationToken = default(CancellationToken))
282public static IPage<IotHubDescription> ListByResourceGroup(this IIotHubResourceOperations operations, string resourceGroupName)
302public static async Task<IPage<IotHubDescription>> ListByResourceGroupAsync(this IIotHubResourceOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
371public static IPage<IotHubSkuDescription> GetValidSkus(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName)
394public static async Task<IPage<IotHubSkuDescription>> GetValidSkusAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
422public static IPage<EventHubConsumerGroupInfo> ListEventHubConsumerGroups(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName)
450public static async Task<IPage<EventHubConsumerGroupInfo>> ListEventHubConsumerGroupsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, CancellationToken cancellationToken = default(CancellationToken))
652public static IPage<JobResponse> ListJobs(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName)
677public static async Task<IPage<JobResponse>> ListJobsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
756public static IPage<IotHubQuotaMetricInfo> GetQuotaMetrics(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName)
779public static async Task<IPage<IotHubQuotaMetricInfo>> GetQuotaMetricsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
800public static IPage<EndpointHealthData> GetEndpointHealth(this IIotHubResourceOperations operations, string resourceGroupName, string iotHubName)
821public static async Task<IPage<EndpointHealthData>> GetEndpointHealthAsync(this IIotHubResourceOperations operations, string resourceGroupName, string iotHubName, CancellationToken cancellationToken = default(CancellationToken))
992public static IPage<SharedAccessSignatureAuthorizationRule> ListKeys(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName)
1017public static async Task<IPage<SharedAccessSignatureAuthorizationRule>> ListKeysAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
1379public static IPage<IotHubDescription> ListBySubscriptionNext(this IIotHubResourceOperations operations, string nextPageLink)
1399public static async Task<IPage<IotHubDescription>> ListBySubscriptionNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1419public static IPage<IotHubDescription> ListByResourceGroupNext(this IIotHubResourceOperations operations, string nextPageLink)
1439public static async Task<IPage<IotHubDescription>> ListByResourceGroupNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1459public static IPage<IotHubSkuDescription> GetValidSkusNext(this IIotHubResourceOperations operations, string nextPageLink)
1479public static async Task<IPage<IotHubSkuDescription>> GetValidSkusNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1501public static IPage<EventHubConsumerGroupInfo> ListEventHubConsumerGroupsNext(this IIotHubResourceOperations operations, string nextPageLink)
1523public static async Task<IPage<EventHubConsumerGroupInfo>> ListEventHubConsumerGroupsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1545public static IPage<JobResponse> ListJobsNext(this IIotHubResourceOperations operations, string nextPageLink)
1567public static async Task<IPage<JobResponse>> ListJobsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1587public static IPage<IotHubQuotaMetricInfo> GetQuotaMetricsNext(this IIotHubResourceOperations operations, string nextPageLink)
1607public static async Task<IPage<IotHubQuotaMetricInfo>> GetQuotaMetricsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1627public static IPage<EndpointHealthData> GetEndpointHealthNext(this IIotHubResourceOperations operations, string nextPageLink)
1647public static async Task<IPage<EndpointHealthData>> GetEndpointHealthNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1669public static IPage<SharedAccessSignatureAuthorizationRule> ListKeysNext(this IIotHubResourceOperations operations, string nextPageLink)
1691public static async Task<IPage<SharedAccessSignatureAuthorizationRule>> ListKeysNextAsync(this IIotHubResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.KeyVault (70)
Generated\IManagedHsmsOperations.cs (4)
155Task<AzureOperationResponse<IPage<ManagedHsm>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<ManagedHsm>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
280Task<AzureOperationResponse<IPage<ManagedHsm>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
303Task<AzureOperationResponse<IPage<ManagedHsm>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVaultsOperations.cs (8)
187Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
210Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
229Task<AzureOperationResponse<IPage<DeletedVault>>> ListDeletedWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
300Task<AzureOperationResponse<IPage<Resource>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
396Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
419Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
441Task<AzureOperationResponse<IPage<DeletedVault>>> ListDeletedNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
464Task<AzureOperationResponse<IPage<Resource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagedHsmsOperations.cs (8)
345public async Task<AzureOperationResponse<IPage<ManagedHsm>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
471var _result = new AzureOperationResponse<IPage<ManagedHsm>>();
531public async Task<AzureOperationResponse<IPage<ManagedHsm>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
651var _result = new AzureOperationResponse<IPage<ManagedHsm>>();
1325public async Task<AzureOperationResponse<IPage<ManagedHsm>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1434var _result = new AzureOperationResponse<IPage<ManagedHsm>>();
1494public async Task<AzureOperationResponse<IPage<ManagedHsm>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1603var _result = new AzureOperationResponse<IPage<ManagedHsm>>();
Generated\ManagedHsmsOperationsExtensions.cs (8)
206public static IPage<ManagedHsm> ListByResourceGroup(this IManagedHsmsOperations operations, string resourceGroupName, int? top = default(int?))
227public static async Task<IPage<ManagedHsm>> ListByResourceGroupAsync(this IManagedHsmsOperations operations, string resourceGroupName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
245public static IPage<ManagedHsm> ListBySubscription(this IManagedHsmsOperations operations, int? top = default(int?))
263public static async Task<IPage<ManagedHsm>> ListBySubscriptionAsync(this IManagedHsmsOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
410public static IPage<ManagedHsm> ListByResourceGroupNext(this IManagedHsmsOperations operations, string nextPageLink)
428public static async Task<IPage<ManagedHsm>> ListByResourceGroupNextAsync(this IManagedHsmsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
446public static IPage<ManagedHsm> ListBySubscriptionNext(this IManagedHsmsOperations operations, string nextPageLink)
464public static async Task<IPage<ManagedHsm>> ListBySubscriptionNextAsync(this IManagedHsmsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VaultsOperations.cs (16)
951public async Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1082var _result = new AzureOperationResponse<IPage<Vault>>();
1142public async Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1267var _result = new AzureOperationResponse<IPage<Vault>>();
1323public async Task<AzureOperationResponse<IPage<DeletedVault>>> ListDeletedWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1443var _result = new AzureOperationResponse<IPage<DeletedVault>>();
1720public async Task<AzureOperationResponse<IPage<Resource>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1851var _result = new AzureOperationResponse<IPage<Resource>>();
2516public async Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2630var _result = new AzureOperationResponse<IPage<Vault>>();
2690public async Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2804var _result = new AzureOperationResponse<IPage<Vault>>();
2863public async Task<AzureOperationResponse<IPage<DeletedVault>>> ListDeletedNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2977var _result = new AzureOperationResponse<IPage<DeletedVault>>();
3037public async Task<AzureOperationResponse<IPage<Resource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3151var _result = new AzureOperationResponse<IPage<Resource>>();
Generated\VaultsOperationsExtensions.cs (16)
258public static IPage<Vault> ListByResourceGroup(this IVaultsOperations operations, string resourceGroupName, int? top = default(int?))
279public static async Task<IPage<Vault>> ListByResourceGroupAsync(this IVaultsOperations operations, string resourceGroupName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
297public static IPage<Vault> ListBySubscription(this IVaultsOperations operations, int? top = default(int?))
315public static async Task<IPage<Vault>> ListBySubscriptionAsync(this IVaultsOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
329public static IPage<DeletedVault> ListDeleted(this IVaultsOperations operations)
343public static async Task<IPage<DeletedVault>> ListDeletedAsync(this IVaultsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
440public static IPage<Resource> List(this IVaultsOperations operations, int? top = default(int?))
458public static async Task<IPage<Resource>> ListAsync(this IVaultsOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
595public static IPage<Vault> ListByResourceGroupNext(this IVaultsOperations operations, string nextPageLink)
613public static async Task<IPage<Vault>> ListByResourceGroupNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
631public static IPage<Vault> ListBySubscriptionNext(this IVaultsOperations operations, string nextPageLink)
649public static async Task<IPage<Vault>> ListBySubscriptionNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
666public static IPage<DeletedVault> ListDeletedNext(this IVaultsOperations operations, string nextPageLink)
683public static async Task<IPage<DeletedVault>> ListDeletedNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
701public static IPage<Resource> ListNext(this IVaultsOperations operations, string nextPageLink)
719public static async Task<IPage<Resource>> ListNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.KubernetesConfiguration (20)
Generated\ISourceControlConfigurationsOperations.cs (2)
191Task<AzureOperationResponse<IPage<SourceControlConfiguration>>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
253Task<AzureOperationResponse<IPage<SourceControlConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\SourceControlConfigurationsOperations.cs (4)
619public async Task<AzureOperationResponse<IPage<SourceControlConfiguration>>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
761var _result = new AzureOperationResponse<IPage<SourceControlConfiguration>>();
1026public async Task<AzureOperationResponse<IPage<SourceControlConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1135var _result = new AzureOperationResponse<IPage<SourceControlConfiguration>>();
Generated\SourceControlConfigurationsOperationsExtensions.cs (4)
270public static IPage<SourceControlConfiguration> List(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion)
303public static async Task<IPage<SourceControlConfiguration>> ListAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, CancellationToken cancellationToken = default(CancellationToken))
391public static IPage<SourceControlConfiguration> ListNext(this ISourceControlConfigurationsOperations operations, string nextPageLink)
408public static async Task<IPage<SourceControlConfiguration>> ListNextAsync(this ISourceControlConfigurationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Kusto (10)
Microsoft.Azure.Management.LabServices (80)
Generated\EnvironmentSettingsOperationsExtensions.cs (4)
43public static IPage<EnvironmentSetting> List(this IEnvironmentSettingsOperations operations, string resourceGroupName, string labAccountName, string labName, ODataQuery<EnvironmentSetting> odataQuery = default(ODataQuery<EnvironmentSetting>))
69public static async Task<IPage<EnvironmentSetting>> ListAsync(this IEnvironmentSettingsOperations operations, string resourceGroupName, string labAccountName, string labName, ODataQuery<EnvironmentSetting> odataQuery = default(ODataQuery<EnvironmentSetting>), CancellationToken cancellationToken = default(CancellationToken))
736public static IPage<EnvironmentSetting> ListNext(this IEnvironmentSettingsOperations operations, string nextPageLink)
753public static async Task<IPage<EnvironmentSetting>> ListNextAsync(this IEnvironmentSettingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EnvironmentsOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<Environment>>> ListWithHttpMessagesAsync(string resourceGroupName, string labAccountName, string labName, string environmentSettingName, ODataQuery<Environment> odataQuery = default(ODataQuery<Environment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
248var _result = new AzureOperationResponse<IPage<Environment>>();
2191public async Task<AzureOperationResponse<IPage<Environment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2305var _result = new AzureOperationResponse<IPage<Environment>>();
Generated\EnvironmentsOperationsExtensions.cs (4)
46public static IPage<Environment> List(this IEnvironmentsOperations operations, string resourceGroupName, string labAccountName, string labName, string environmentSettingName, ODataQuery<Environment> odataQuery = default(ODataQuery<Environment>))
75public static async Task<IPage<Environment>> ListAsync(this IEnvironmentsOperations operations, string resourceGroupName, string labAccountName, string labName, string environmentSettingName, ODataQuery<Environment> odataQuery = default(ODataQuery<Environment>), CancellationToken cancellationToken = default(CancellationToken))
803public static IPage<Environment> ListNext(this IEnvironmentsOperations operations, string nextPageLink)
820public static async Task<IPage<Environment>> ListNextAsync(this IEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\GalleryImagesOperationsExtensions.cs (4)
40public static IPage<GalleryImage> List(this IGalleryImagesOperations operations, string resourceGroupName, string labAccountName, ODataQuery<GalleryImage> odataQuery = default(ODataQuery<GalleryImage>))
63public static async Task<IPage<GalleryImage>> ListAsync(this IGalleryImagesOperations operations, string resourceGroupName, string labAccountName, ODataQuery<GalleryImage> odataQuery = default(ODataQuery<GalleryImage>), CancellationToken cancellationToken = default(CancellationToken))
279public static IPage<GalleryImage> ListNext(this IGalleryImagesOperations operations, string nextPageLink)
296public static async Task<IPage<GalleryImage>> ListNextAsync(this IGalleryImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IEnvironmentsOperations.cs (2)
60Task<AzureOperationResponse<IPage<Environment>>> ListWithHttpMessagesAsync(string resourceGroupName, string labAccountName, string labName, string environmentSettingName, ODataQuery<Environment> odataQuery = default(ODataQuery<Environment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
485Task<AzureOperationResponse<IPage<Environment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILabAccountsOperations.cs (4)
48Task<AzureOperationResponse<IPage<LabAccount>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<LabAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
276Task<AzureOperationResponse<IPage<LabAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
298Task<AzureOperationResponse<IPage<LabAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LabAccountsOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<LabAccount>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
212var _result = new AzureOperationResponse<IPage<LabAccount>>();
274public async Task<AzureOperationResponse<IPage<LabAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
411var _result = new AzureOperationResponse<IPage<LabAccount>>();
1699public async Task<AzureOperationResponse<IPage<LabAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1813var _result = new AzureOperationResponse<IPage<LabAccount>>();
1872public async Task<AzureOperationResponse<IPage<LabAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1986var _result = new AzureOperationResponse<IPage<LabAccount>>();
Generated\LabAccountsOperationsExtensions.cs (8)
34public static IPage<LabAccount> ListBySubscription(this ILabAccountsOperations operations, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>))
51public static async Task<IPage<LabAccount>> ListBySubscriptionAsync(this ILabAccountsOperations operations, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), CancellationToken cancellationToken = default(CancellationToken))
71public static IPage<LabAccount> ListByResourceGroup(this ILabAccountsOperations operations, string resourceGroupName, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>))
91public static async Task<IPage<LabAccount>> ListByResourceGroupAsync(this ILabAccountsOperations operations, string resourceGroupName, ODataQuery<LabAccount> odataQuery = default(ODataQuery<LabAccount>), CancellationToken cancellationToken = default(CancellationToken))
405public static IPage<LabAccount> ListBySubscriptionNext(this ILabAccountsOperations operations, string nextPageLink)
422public static async Task<IPage<LabAccount>> ListBySubscriptionNextAsync(this ILabAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
439public static IPage<LabAccount> ListByResourceGroupNext(this ILabAccountsOperations operations, string nextPageLink)
456public static async Task<IPage<LabAccount>> ListByResourceGroupNextAsync(this ILabAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\LabsOperationsExtensions.cs (4)
40public static IPage<Lab> List(this ILabsOperations operations, string resourceGroupName, string labAccountName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>))
63public static async Task<IPage<Lab>> ListAsync(this ILabsOperations operations, string resourceGroupName, string labAccountName, ODataQuery<Lab> odataQuery = default(ODataQuery<Lab>), CancellationToken cancellationToken = default(CancellationToken))
414public static IPage<Lab> ListNext(this ILabsOperations operations, string nextPageLink)
431public static async Task<IPage<Lab>> ListNextAsync(this ILabsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UsersOperationsExtensions.cs (4)
43public static IPage<User> List(this IUsersOperations operations, string resourceGroupName, string labAccountName, string labName, ODataQuery<User> odataQuery = default(ODataQuery<User>))
69public static async Task<IPage<User>> ListAsync(this IUsersOperations operations, string resourceGroupName, string labAccountName, string labName, ODataQuery<User> odataQuery = default(ODataQuery<User>), CancellationToken cancellationToken = default(CancellationToken))
358public static IPage<User> ListNext(this IUsersOperations operations, string nextPageLink)
375public static async Task<IPage<User>> ListNextAsync(this IUsersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Logic (230)
Generated\IIntegrationAccountsOperations.cs (4)
47Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
72Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
306Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
328Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIntegrationServiceEnvironmentsOperations.cs (4)
47Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
72Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroup, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
275Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
297Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IntegrationAccountAgreementsOperationsExtensions.cs (4)
40public static IPage<IntegrationAccountAgreement> List(this IIntegrationAccountAgreementsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountAgreementFilter> odataQuery = default(ODataQuery<IntegrationAccountAgreementFilter>))
63public static async Task<IPage<IntegrationAccountAgreement>> ListAsync(this IIntegrationAccountAgreementsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountAgreementFilter> odataQuery = default(ODataQuery<IntegrationAccountAgreementFilter>), CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<IntegrationAccountAgreement> ListNext(this IIntegrationAccountAgreementsOperations operations, string nextPageLink)
288public static async Task<IPage<IntegrationAccountAgreement>> ListNextAsync(this IIntegrationAccountAgreementsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountCertificatesOperationsExtensions.cs (4)
39public static IPage<IntegrationAccountCertificate> List(this IIntegrationAccountCertificatesOperations operations, string resourceGroupName, string integrationAccountName, int? top = default(int?))
62public static async Task<IPage<IntegrationAccountCertificate>> ListAsync(this IIntegrationAccountCertificatesOperations operations, string resourceGroupName, string integrationAccountName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
220public static IPage<IntegrationAccountCertificate> ListNext(this IIntegrationAccountCertificatesOperations operations, string nextPageLink)
237public static async Task<IPage<IntegrationAccountCertificate>> ListNextAsync(this IIntegrationAccountCertificatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountMapsOperationsExtensions.cs (4)
40public static IPage<IntegrationAccountMap> List(this IIntegrationAccountMapsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountMapFilter> odataQuery = default(ODataQuery<IntegrationAccountMapFilter>))
63public static async Task<IPage<IntegrationAccountMap>> ListAsync(this IIntegrationAccountMapsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountMapFilter> odataQuery = default(ODataQuery<IntegrationAccountMapFilter>), CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<IntegrationAccountMap> ListNext(this IIntegrationAccountMapsOperations operations, string nextPageLink)
288public static async Task<IPage<IntegrationAccountMap>> ListNextAsync(this IIntegrationAccountMapsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountPartnersOperationsExtensions.cs (4)
40public static IPage<IntegrationAccountPartner> List(this IIntegrationAccountPartnersOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountPartnerFilter> odataQuery = default(ODataQuery<IntegrationAccountPartnerFilter>))
63public static async Task<IPage<IntegrationAccountPartner>> ListAsync(this IIntegrationAccountPartnersOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountPartnerFilter> odataQuery = default(ODataQuery<IntegrationAccountPartnerFilter>), CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<IntegrationAccountPartner> ListNext(this IIntegrationAccountPartnersOperations operations, string nextPageLink)
288public static async Task<IPage<IntegrationAccountPartner>> ListNextAsync(this IIntegrationAccountPartnersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountSchemasOperationsExtensions.cs (4)
40public static IPage<IntegrationAccountSchema> List(this IIntegrationAccountSchemasOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountSchemaFilter> odataQuery = default(ODataQuery<IntegrationAccountSchemaFilter>))
63public static async Task<IPage<IntegrationAccountSchema>> ListAsync(this IIntegrationAccountSchemasOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountSchemaFilter> odataQuery = default(ODataQuery<IntegrationAccountSchemaFilter>), CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<IntegrationAccountSchema> ListNext(this IIntegrationAccountSchemasOperations operations, string nextPageLink)
288public static async Task<IPage<IntegrationAccountSchema>> ListNextAsync(this IIntegrationAccountSchemasOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountSessionsOperationsExtensions.cs (4)
40public static IPage<IntegrationAccountSession> List(this IIntegrationAccountSessionsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountSessionFilter> odataQuery = default(ODataQuery<IntegrationAccountSessionFilter>))
63public static async Task<IPage<IntegrationAccountSession>> ListAsync(this IIntegrationAccountSessionsOperations operations, string resourceGroupName, string integrationAccountName, ODataQuery<IntegrationAccountSessionFilter> odataQuery = default(ODataQuery<IntegrationAccountSessionFilter>), CancellationToken cancellationToken = default(CancellationToken))
221public static IPage<IntegrationAccountSession> ListNext(this IIntegrationAccountSessionsOperations operations, string nextPageLink)
238public static async Task<IPage<IntegrationAccountSession>> ListNextAsync(this IIntegrationAccountSessionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationAccountsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
202var _result = new AzureOperationResponse<IPage<IntegrationAccount>>();
264public async Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
392var _result = new AzureOperationResponse<IPage<IntegrationAccount>>();
2051public async Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2160var _result = new AzureOperationResponse<IPage<IntegrationAccount>>();
2219public async Task<AzureOperationResponse<IPage<IntegrationAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2328var _result = new AzureOperationResponse<IPage<IntegrationAccount>>();
Generated\IntegrationAccountsOperationsExtensions.cs (8)
35public static IPage<IntegrationAccount> ListBySubscription(this IIntegrationAccountsOperations operations, int? top = default(int?))
52public static async Task<IPage<IntegrationAccount>> ListBySubscriptionAsync(this IIntegrationAccountsOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
72public static IPage<IntegrationAccount> ListByResourceGroup(this IIntegrationAccountsOperations operations, string resourceGroupName, int? top = default(int?))
92public static async Task<IPage<IntegrationAccount>> ListByResourceGroupAsync(this IIntegrationAccountsOperations operations, string resourceGroupName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
459public static IPage<IntegrationAccount> ListBySubscriptionNext(this IIntegrationAccountsOperations operations, string nextPageLink)
476public static async Task<IPage<IntegrationAccount>> ListBySubscriptionNextAsync(this IIntegrationAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
493public static IPage<IntegrationAccount> ListByResourceGroupNext(this IIntegrationAccountsOperations operations, string nextPageLink)
510public static async Task<IPage<IntegrationAccount>> ListByResourceGroupNextAsync(this IIntegrationAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationServiceEnvironmentManagedApiOperationsExtensions.cs (4)
39public static IPage<ApiOperation> List(this IIntegrationServiceEnvironmentManagedApiOperations operations, string resourceGroup, string integrationServiceEnvironmentName, string apiName)
62public static async Task<IPage<ApiOperation>> ListAsync(this IIntegrationServiceEnvironmentManagedApiOperations operations, string resourceGroup, string integrationServiceEnvironmentName, string apiName, CancellationToken cancellationToken = default(CancellationToken))
79public static IPage<ApiOperation> ListNext(this IIntegrationServiceEnvironmentManagedApiOperations operations, string nextPageLink)
96public static async Task<IPage<ApiOperation>> ListNextAsync(this IIntegrationServiceEnvironmentManagedApiOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IntegrationServiceEnvironmentsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
202var _result = new AzureOperationResponse<IPage<IntegrationServiceEnvironment>>();
264public async Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroup, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
392var _result = new AzureOperationResponse<IPage<IntegrationServiceEnvironment>>();
1460public async Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1569var _result = new AzureOperationResponse<IPage<IntegrationServiceEnvironment>>();
1628public async Task<AzureOperationResponse<IPage<IntegrationServiceEnvironment>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1737var _result = new AzureOperationResponse<IPage<IntegrationServiceEnvironment>>();
Generated\IntegrationServiceEnvironmentsOperationsExtensions.cs (8)
33public static IPage<IntegrationServiceEnvironment> ListBySubscription(this IIntegrationServiceEnvironmentsOperations operations, int? top = default(int?))
50public static async Task<IPage<IntegrationServiceEnvironment>> ListBySubscriptionAsync(this IIntegrationServiceEnvironmentsOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
70public static IPage<IntegrationServiceEnvironment> ListByResourceGroup(this IIntegrationServiceEnvironmentsOperations operations, string resourceGroup, int? top = default(int?))
90public static async Task<IPage<IntegrationServiceEnvironment>> ListByResourceGroupAsync(this IIntegrationServiceEnvironmentsOperations operations, string resourceGroup, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
405public static IPage<IntegrationServiceEnvironment> ListBySubscriptionNext(this IIntegrationServiceEnvironmentsOperations operations, string nextPageLink)
422public static async Task<IPage<IntegrationServiceEnvironment>> ListBySubscriptionNextAsync(this IIntegrationServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
439public static IPage<IntegrationServiceEnvironment> ListByResourceGroupNext(this IIntegrationServiceEnvironmentsOperations operations, string nextPageLink)
456public static async Task<IPage<IntegrationServiceEnvironment>> ListByResourceGroupNextAsync(this IIntegrationServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IWorkflowRunActionRepetitionsRequestHistoriesOperations.cs (2)
59Task<AzureOperationResponse<IPage<RequestHistory>>> ListWithHttpMessagesAsync(string resourceGroupName, string workflowName, string runName, string actionName, string repetitionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
118Task<AzureOperationResponse<IPage<RequestHistory>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWorkflowsOperations.cs (4)
48Task<AzureOperationResponse<IPage<Workflow>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<Workflow>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
451Task<AzureOperationResponse<IPage<Workflow>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
473Task<AzureOperationResponse<IPage<Workflow>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\WorkflowRunActionRepetitionsRequestHistoriesOperations.cs (4)
92public async Task<AzureOperationResponse<IPage<RequestHistory>>> ListWithHttpMessagesAsync(string resourceGroupName, string workflowName, string runName, string actionName, string repetitionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
239var _result = new AzureOperationResponse<IPage<RequestHistory>>();
525public async Task<AzureOperationResponse<IPage<RequestHistory>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
634var _result = new AzureOperationResponse<IPage<RequestHistory>>();
Generated\WorkflowRunActionRepetitionsRequestHistoriesOperationsExtensions.cs (4)
45public static IPage<RequestHistory> List(this IWorkflowRunActionRepetitionsRequestHistoriesOperations operations, string resourceGroupName, string workflowName, string runName, string actionName, string repetitionName)
74public static async Task<IPage<RequestHistory>> ListAsync(this IWorkflowRunActionRepetitionsRequestHistoriesOperations operations, string resourceGroupName, string workflowName, string runName, string actionName, string repetitionName, CancellationToken cancellationToken = default(CancellationToken))
155public static IPage<RequestHistory> ListNext(this IWorkflowRunActionRepetitionsRequestHistoriesOperations operations, string nextPageLink)
172public static async Task<IPage<RequestHistory>> ListNextAsync(this IWorkflowRunActionRepetitionsRequestHistoriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowRunActionRequestHistoriesOperationsExtensions.cs (4)
42public static IPage<RequestHistory> List(this IWorkflowRunActionRequestHistoriesOperations operations, string resourceGroupName, string workflowName, string runName, string actionName)
68public static async Task<IPage<RequestHistory>> ListAsync(this IWorkflowRunActionRequestHistoriesOperations operations, string resourceGroupName, string workflowName, string runName, string actionName, CancellationToken cancellationToken = default(CancellationToken))
143public static IPage<RequestHistory> ListNext(this IWorkflowRunActionRequestHistoriesOperations operations, string nextPageLink)
160public static async Task<IPage<RequestHistory>> ListNextAsync(this IWorkflowRunActionRequestHistoriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowRunActionsOperationsExtensions.cs (4)
45public static IPage<WorkflowRunAction> List(this IWorkflowRunActionsOperations operations, string resourceGroupName, string workflowName, string runName, ODataQuery<WorkflowRunActionFilter> odataQuery = default(ODataQuery<WorkflowRunActionFilter>))
71public static async Task<IPage<WorkflowRunAction>> ListAsync(this IWorkflowRunActionsOperations operations, string resourceGroupName, string workflowName, string runName, ODataQuery<WorkflowRunActionFilter> odataQuery = default(ODataQuery<WorkflowRunActionFilter>), CancellationToken cancellationToken = default(CancellationToken))
192public static IPage<WorkflowRunAction> ListNext(this IWorkflowRunActionsOperations operations, string nextPageLink)
209public static async Task<IPage<WorkflowRunAction>> ListNextAsync(this IWorkflowRunActionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowRunsOperationsExtensions.cs (4)
40public static IPage<WorkflowRun> List(this IWorkflowRunsOperations operations, string resourceGroupName, string workflowName, ODataQuery<WorkflowRunFilter> odataQuery = default(ODataQuery<WorkflowRunFilter>))
63public static async Task<IPage<WorkflowRun>> ListAsync(this IWorkflowRunsOperations operations, string resourceGroupName, string workflowName, ODataQuery<WorkflowRunFilter> odataQuery = default(ODataQuery<WorkflowRunFilter>), CancellationToken cancellationToken = default(CancellationToken))
169public static IPage<WorkflowRun> ListNext(this IWorkflowRunsOperations operations, string nextPageLink)
186public static async Task<IPage<WorkflowRun>> ListNextAsync(this IWorkflowRunsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowsOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<Workflow>>> ListBySubscriptionWithHttpMessagesAsync(ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
207var _result = new AzureOperationResponse<IPage<Workflow>>();
269public async Task<AzureOperationResponse<IPage<Workflow>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
401var _result = new AzureOperationResponse<IPage<Workflow>>();
2979public async Task<AzureOperationResponse<IPage<Workflow>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3088var _result = new AzureOperationResponse<IPage<Workflow>>();
3147public async Task<AzureOperationResponse<IPage<Workflow>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3256var _result = new AzureOperationResponse<IPage<Workflow>>();
Generated\WorkflowsOperationsExtensions.cs (8)
34public static IPage<Workflow> ListBySubscription(this IWorkflowsOperations operations, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>))
51public static async Task<IPage<Workflow>> ListBySubscriptionAsync(this IWorkflowsOperations operations, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), CancellationToken cancellationToken = default(CancellationToken))
71public static IPage<Workflow> ListByResourceGroup(this IWorkflowsOperations operations, string resourceGroupName, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>))
91public static async Task<IPage<Workflow>> ListByResourceGroupAsync(this IWorkflowsOperations operations, string resourceGroupName, ODataQuery<WorkflowFilter> odataQuery = default(ODataQuery<WorkflowFilter>), CancellationToken cancellationToken = default(CancellationToken))
704public static IPage<Workflow> ListBySubscriptionNext(this IWorkflowsOperations operations, string nextPageLink)
721public static async Task<IPage<Workflow>> ListBySubscriptionNextAsync(this IWorkflowsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
738public static IPage<Workflow> ListByResourceGroupNext(this IWorkflowsOperations operations, string nextPageLink)
755public static async Task<IPage<Workflow>> ListByResourceGroupNextAsync(this IWorkflowsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowTriggerHistoriesOperationsExtensions.cs (4)
43public static IPage<WorkflowTriggerHistory> List(this IWorkflowTriggerHistoriesOperations operations, string resourceGroupName, string workflowName, string triggerName, ODataQuery<WorkflowTriggerHistoryFilter> odataQuery = default(ODataQuery<WorkflowTriggerHistoryFilter>))
69public static async Task<IPage<WorkflowTriggerHistory>> ListAsync(this IWorkflowTriggerHistoriesOperations operations, string resourceGroupName, string workflowName, string triggerName, ODataQuery<WorkflowTriggerHistoryFilter> odataQuery = default(ODataQuery<WorkflowTriggerHistoryFilter>), CancellationToken cancellationToken = default(CancellationToken))
191public static IPage<WorkflowTriggerHistory> ListNext(this IWorkflowTriggerHistoriesOperations operations, string nextPageLink)
208public static async Task<IPage<WorkflowTriggerHistory>> ListNextAsync(this IWorkflowTriggerHistoriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowTriggersOperationsExtensions.cs (4)
40public static IPage<WorkflowTrigger> List(this IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, ODataQuery<WorkflowTriggerFilter> odataQuery = default(ODataQuery<WorkflowTriggerFilter>))
63public static async Task<IPage<WorkflowTrigger>> ListAsync(this IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, ODataQuery<WorkflowTriggerFilter> odataQuery = default(ODataQuery<WorkflowTriggerFilter>), CancellationToken cancellationToken = default(CancellationToken))
356public static IPage<WorkflowTrigger> ListNext(this IWorkflowTriggersOperations operations, string nextPageLink)
373public static async Task<IPage<WorkflowTrigger>> ListNextAsync(this IWorkflowTriggersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkflowVersionsOperationsExtensions.cs (4)
39public static IPage<WorkflowVersion> List(this IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default(int?))
62public static async Task<IPage<WorkflowVersion>> ListAsync(this IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
125public static IPage<WorkflowVersion> ListNext(this IWorkflowVersionsOperations operations, string nextPageLink)
142public static async Task<IPage<WorkflowVersion>> ListNextAsync(this IWorkflowVersionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.MachineLearning (60)
Generated\CommitmentPlans\CommitmentAssociationsOperationsExtensions.cs (4)
81public static Microsoft.Rest.Azure.IPage<CommitmentAssociation> List(this ICommitmentAssociationsOperations operations, string resourceGroupName, string commitmentPlanName, string skipToken = default(string))
104public static async Task<Microsoft.Rest.Azure.IPage<CommitmentAssociation>> ListAsync(this ICommitmentAssociationsOperations operations, string resourceGroupName, string commitmentPlanName, string skipToken = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
173public static Microsoft.Rest.Azure.IPage<CommitmentAssociation> ListNext(this ICommitmentAssociationsOperations operations, string nextPageLink)
190public static async Task<Microsoft.Rest.Azure.IPage<CommitmentAssociation>> ListNextAsync(this ICommitmentAssociationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
Generated\CommitmentPlans\CommitmentPlansOperations.cs (8)
855public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListWithHttpMessagesAsync(string skipToken = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
980var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>();
1039public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListInResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1170var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>();
1226public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1338var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>();
1394public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListInResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1506var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>();
Generated\CommitmentPlans\CommitmentPlansOperationsExtensions.cs (8)
202public static Microsoft.Rest.Azure.IPage<CommitmentPlan> List(this ICommitmentPlansOperations operations, string skipToken = default(string))
219public static async Task<Microsoft.Rest.Azure.IPage<CommitmentPlan>> ListAsync(this ICommitmentPlansOperations operations, string skipToken = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
239public static Microsoft.Rest.Azure.IPage<CommitmentPlan> ListInResourceGroup(this ICommitmentPlansOperations operations, string resourceGroupName, string skipToken = default(string))
259public static async Task<Microsoft.Rest.Azure.IPage<CommitmentPlan>> ListInResourceGroupAsync(this ICommitmentPlansOperations operations, string resourceGroupName, string skipToken = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
276public static Microsoft.Rest.Azure.IPage<CommitmentPlan> ListNext(this ICommitmentPlansOperations operations, string nextPageLink)
293public static async Task<Microsoft.Rest.Azure.IPage<CommitmentPlan>> ListNextAsync(this ICommitmentPlansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
310public static Microsoft.Rest.Azure.IPage<CommitmentPlan> ListInResourceGroupNext(this ICommitmentPlansOperations operations, string nextPageLink)
327public static async Task<Microsoft.Rest.Azure.IPage<CommitmentPlan>> ListInResourceGroupNextAsync(this ICommitmentPlansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
Generated\CommitmentPlans\ICommitmentPlansOperations.cs (4)
146System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListWithHttpMessagesAsync(string skipToken = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
171System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListInResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
193System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
215System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<CommitmentPlan>>> ListInResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
Generated\CommitmentPlans\UsageHistoryOperationsExtensions.cs (4)
35public static Microsoft.Rest.Azure.IPage<PlanUsageHistory> List(this IUsageHistoryOperations operations, string resourceGroupName, string commitmentPlanName, string skipToken = default(string))
58public static async Task<Microsoft.Rest.Azure.IPage<PlanUsageHistory>> ListAsync(this IUsageHistoryOperations operations, string resourceGroupName, string commitmentPlanName, string skipToken = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
75public static Microsoft.Rest.Azure.IPage<PlanUsageHistory> ListNext(this IUsageHistoryOperations operations, string nextPageLink)
92public static async Task<Microsoft.Rest.Azure.IPage<PlanUsageHistory>> ListNextAsync(this IUsageHistoryOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
Generated\WebServices\IWebServicesOperations.cs (4)
221Task<AzureOperationResponse<IPage<WebService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<WebService>>> ListBySubscriptionIdWithHttpMessagesAsync(string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
383Task<AzureOperationResponse<IPage<WebService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
405Task<AzureOperationResponse<IPage<WebService>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\WebServices\WebServicesOperations.cs (8)
590public async Task<AzureOperationResponse<IPage<WebService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
723var _result = new AzureOperationResponse<IPage<WebService>>();
782public async Task<AzureOperationResponse<IPage<WebService>>> ListBySubscriptionIdWithHttpMessagesAsync(string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
909var _result = new AzureOperationResponse<IPage<WebService>>();
1803public async Task<AzureOperationResponse<IPage<WebService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1917var _result = new AzureOperationResponse<IPage<WebService>>();
1976public async Task<AzureOperationResponse<IPage<WebService>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2090var _result = new AzureOperationResponse<IPage<WebService>>();
Generated\WebServices\WebServicesOperationsExtensions.cs (8)
320public static IPage<WebService> ListByResourceGroup(this IWebServicesOperations operations, string resourceGroupName, string skiptoken = default(string))
340public static async Task<IPage<WebService>> ListByResourceGroupAsync(this IWebServicesOperations operations, string resourceGroupName, string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
357public static IPage<WebService> ListBySubscriptionId(this IWebServicesOperations operations, string skiptoken = default(string))
374public static async Task<IPage<WebService>> ListBySubscriptionIdAsync(this IWebServicesOperations operations, string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
586public static IPage<WebService> ListByResourceGroupNext(this IWebServicesOperations operations, string nextPageLink)
603public static async Task<IPage<WebService>> ListByResourceGroupNextAsync(this IWebServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
620public static IPage<WebService> ListBySubscriptionIdNext(this IWebServicesOperations operations, string nextPageLink)
637public static async Task<IPage<WebService>> ListBySubscriptionIdNextAsync(this IWebServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.MachineLearningCompute (20)
Generated\IOperationalizationClustersOperations.cs (4)
237Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
259Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListBySubscriptionIdWithHttpMessagesAsync(string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
360Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
382Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\OperationalizationClustersOperations.cs (8)
1067public async Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1215var _result = new AzureOperationResponse<IPage<OperationalizationCluster>>();
1274public async Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListBySubscriptionIdWithHttpMessagesAsync(string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1401var _result = new AzureOperationResponse<IPage<OperationalizationCluster>>();
2177public async Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2291var _result = new AzureOperationResponse<IPage<OperationalizationCluster>>();
2350public async Task<AzureOperationResponse<IPage<OperationalizationCluster>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2464var _result = new AzureOperationResponse<IPage<OperationalizationCluster>>();
Generated\OperationalizationClustersOperationsExtensions.cs (8)
342public static IPage<OperationalizationCluster> ListByResourceGroup(this IOperationalizationClustersOperations operations, string resourceGroupName, string skiptoken = default(string))
362public static async Task<IPage<OperationalizationCluster>> ListByResourceGroupAsync(this IOperationalizationClustersOperations operations, string resourceGroupName, string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
379public static IPage<OperationalizationCluster> ListBySubscriptionId(this IOperationalizationClustersOperations operations, string skiptoken = default(string))
396public static async Task<IPage<OperationalizationCluster>> ListBySubscriptionIdAsync(this IOperationalizationClustersOperations operations, string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
545public static IPage<OperationalizationCluster> ListByResourceGroupNext(this IOperationalizationClustersOperations operations, string nextPageLink)
562public static async Task<IPage<OperationalizationCluster>> ListByResourceGroupNextAsync(this IOperationalizationClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
579public static IPage<OperationalizationCluster> ListBySubscriptionIdNext(this IOperationalizationClustersOperations operations, string nextPageLink)
596public static async Task<IPage<OperationalizationCluster>> ListBySubscriptionIdNextAsync(this IOperationalizationClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ManagedNetwork (60)
generated\IManagedNetworksOperations.cs (4)
166Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
197Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
273Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
297Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
generated\ManagedNetworkGroupsOperationsExtensions.cs (4)
194public static IPage<ManagedNetworkGroup> ListByManagedNetwork(this IManagedNetworkGroupsOperations operations, string resourceGroupName, string managedNetworkName, int? top = default(int?), string skiptoken = default(string))
225public static async Task<IPage<ManagedNetworkGroup>> ListByManagedNetworkAsync(this IManagedNetworkGroupsOperations operations, string resourceGroupName, string managedNetworkName, int? top = default(int?), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
343public static IPage<ManagedNetworkGroup> ListByManagedNetworkNext(this IManagedNetworkGroupsOperations operations, string nextPageLink)
362public static async Task<IPage<ManagedNetworkGroup>> ListByManagedNetworkNextAsync(this IManagedNetworkGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
generated\ManagedNetworkPeeringPoliciesOperationsExtensions.cs (4)
198public static IPage<ManagedNetworkPeeringPolicy> ListByManagedNetwork(this IManagedNetworkPeeringPoliciesOperations operations, string resourceGroupName, string managedNetworkName, int? top = default(int?), string skiptoken = default(string))
229public static async Task<IPage<ManagedNetworkPeeringPolicy>> ListByManagedNetworkAsync(this IManagedNetworkPeeringPoliciesOperations operations, string resourceGroupName, string managedNetworkName, int? top = default(int?), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<ManagedNetworkPeeringPolicy> ListByManagedNetworkNext(this IManagedNetworkPeeringPoliciesOperations operations, string nextPageLink)
368public static async Task<IPage<ManagedNetworkPeeringPolicy>> ListByManagedNetworkNextAsync(this IManagedNetworkPeeringPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
generated\ManagedNetworksOperations.cs (8)
554public async Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
695var _result = new AzureOperationResponse<IPage<ManagedNetworkModel>>();
761public async Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListBySubscriptionWithHttpMessagesAsync(int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
896var _result = new AzureOperationResponse<IPage<ManagedNetworkModel>>();
1350public async Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1459var _result = new AzureOperationResponse<IPage<ManagedNetworkModel>>();
1519public async Task<AzureOperationResponse<IPage<ManagedNetworkModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1628var _result = new AzureOperationResponse<IPage<ManagedNetworkModel>>();
generated\ManagedNetworksOperationsExtensions.cs (8)
218public static IPage<ManagedNetworkModel> ListByResourceGroup(this IManagedNetworksOperations operations, string resourceGroupName, int? top = default(int?), string skiptoken = default(string))
245public static async Task<IPage<ManagedNetworkModel>> ListByResourceGroupAsync(this IManagedNetworksOperations operations, string resourceGroupName, int? top = default(int?), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
269public static IPage<ManagedNetworkModel> ListBySubscription(this IManagedNetworksOperations operations, int? top = default(int?), string skiptoken = default(string))
293public static async Task<IPage<ManagedNetworkModel>> ListBySubscriptionAsync(this IManagedNetworksOperations operations, int? top = default(int?), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
396public static IPage<ManagedNetworkModel> ListByResourceGroupNext(this IManagedNetworksOperations operations, string nextPageLink)
414public static async Task<IPage<ManagedNetworkModel>> ListByResourceGroupNextAsync(this IManagedNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
432public static IPage<ManagedNetworkModel> ListBySubscriptionNext(this IManagedNetworksOperations operations, string nextPageLink)
450public static async Task<IPage<ManagedNetworkModel>> ListBySubscriptionNextAsync(this IManagedNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ManagedServiceIdentity (30)
Generated\IUserAssignedIdentitiesOperations.cs (4)
45Task<AzureOperationResponse<IPage<Identity>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<Identity>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
196Task<AzureOperationResponse<IPage<Identity>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<Identity>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\UserAssignedIdentitiesOperations.cs (8)
78public async Task<AzureOperationResponse<IPage<Identity>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
200var _result = new AzureOperationResponse<IPage<Identity>>();
260public async Task<AzureOperationResponse<IPage<Identity>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
388var _result = new AzureOperationResponse<IPage<Identity>>();
1262public async Task<AzureOperationResponse<IPage<Identity>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1376var _result = new AzureOperationResponse<IPage<Identity>>();
1436public async Task<AzureOperationResponse<IPage<Identity>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1550var _result = new AzureOperationResponse<IPage<Identity>>();
Generated\UserAssignedIdentitiesOperationsExtensions.cs (8)
31public static IPage<Identity> ListBySubscription(this IUserAssignedIdentitiesOperations operations)
46public static async Task<IPage<Identity>> ListBySubscriptionAsync(this IUserAssignedIdentitiesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<Identity> ListByResourceGroup(this IUserAssignedIdentitiesOperations operations, string resourceGroupName)
82public static async Task<IPage<Identity>> ListByResourceGroupAsync(this IUserAssignedIdentitiesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<Identity> ListBySubscriptionNext(this IUserAssignedIdentitiesOperations operations, string nextPageLink)
289public static async Task<IPage<Identity>> ListBySubscriptionNextAsync(this IUserAssignedIdentitiesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<Identity> ListByResourceGroupNext(this IUserAssignedIdentitiesOperations operations, string nextPageLink)
325public static async Task<IPage<Identity>> ListByResourceGroupNextAsync(this IUserAssignedIdentitiesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ManagedServices (20)
Microsoft.Azure.Management.ManagementGroups (30)
Generated\EntitiesOperations.cs (4)
131public async Task<AzureOperationResponse<IPage<EntityInfo>>> ListWithHttpMessagesAsync(string skiptoken = default(string), int? skip = default(int?), int? top = default(int?), string select = default(string), string search = default(string), string filter = default(string), string view = default(string), string groupName = default(string), string cacheControl = "no-cache", Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
292var _result = new AzureOperationResponse<IPage<EntityInfo>>();
355public async Task<AzureOperationResponse<IPage<EntityInfo>>> ListNextWithHttpMessagesAsync(string nextPageLink, string cacheControl = "no-cache", Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
473var _result = new AzureOperationResponse<IPage<EntityInfo>>();
Generated\EntitiesOperationsExtensions.cs (4)
84public static IPage<EntityInfo> List(this IEntitiesOperations operations, string skiptoken = default(string), int? skip = default(int?), int? top = default(int?), string select = default(string), string search = default(string), string filter = default(string), string view = default(string), string groupName = default(string), string cacheControl = "no-cache")
152public static async Task<IPage<EntityInfo>> ListAsync(this IEntitiesOperations operations, string skiptoken = default(string), int? skip = default(int?), int? top = default(int?), string select = default(string), string search = default(string), string filter = default(string), string view = default(string), string groupName = default(string), string cacheControl = "no-cache", CancellationToken cancellationToken = default(CancellationToken))
173public static IPage<EntityInfo> ListNext(this IEntitiesOperations operations, string nextPageLink, string cacheControl = "no-cache")
194public static async Task<IPage<EntityInfo>> ListNextAsync(this IEntitiesOperations operations, string nextPageLink, string cacheControl = "no-cache", CancellationToken cancellationToken = default(CancellationToken))
Generated\IEntitiesOperations.cs (2)
103Task<AzureOperationResponse<IPage<EntityInfo>>> ListWithHttpMessagesAsync(string skiptoken = default(string), int? skip = default(int?), int? top = default(int?), string select = default(string), string search = default(string), string filter = default(string), string view = default(string), string groupName = default(string), string cacheControl = "no-cache", Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<EntityInfo>>> ListNextWithHttpMessagesAsync(string nextPageLink, string cacheControl = "no-cache", Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagementGroupsOperationsExtensions.cs (4)
39public static IPage<ManagementGroupInfo> List(this IManagementGroupsOperations operations, string cacheControl = "no-cache", string skiptoken = default(string))
62public static async Task<IPage<ManagementGroupInfo>> ListAsync(this IManagementGroupsOperations operations, string cacheControl = "no-cache", string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
380public static IPage<ManagementGroupInfo> ListNext(this IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache")
400public static async Task<IPage<ManagementGroupInfo>> ListNextAsync(this IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache", CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ManagementPartner (10)
Microsoft.Azure.Management.Marketplace (30)
Microsoft.Azure.Management.Marketplace.Tests (3)
Microsoft.Azure.Management.MarketplaceOrdering (10)
Microsoft.Azure.Management.Media (140)
Microsoft.Azure.Management.Migrate.ResourceMover (40)
Generated\IMoveCollectionsOperations.cs (4)
333Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
358Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
619Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
644Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\MoveCollectionsOperations.cs (8)
889public async Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1011var _result = new AzureOperationResponse<IPage<MoveCollection>>();
1073public async Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1201var _result = new AzureOperationResponse<IPage<MoveCollection>>();
2909public async Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3023var _result = new AzureOperationResponse<IPage<MoveCollection>>();
3085public async Task<AzureOperationResponse<IPage<MoveCollection>>> ListMoveCollectionsByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3199var _result = new AzureOperationResponse<IPage<MoveCollection>>();
Generated\MoveCollectionsOperationsExtensions.cs (8)
503public static IPage<MoveCollection> ListMoveCollectionsBySubscription(this IMoveCollectionsOperations operations)
520public static async Task<IPage<MoveCollection>> ListMoveCollectionsBySubscriptionAsync(this IMoveCollectionsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
540public static IPage<MoveCollection> ListMoveCollectionsByResourceGroup(this IMoveCollectionsOperations operations, string resourceGroupName)
560public static async Task<IPage<MoveCollection>> ListMoveCollectionsByResourceGroupAsync(this IMoveCollectionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
968public static IPage<MoveCollection> ListMoveCollectionsBySubscriptionNext(this IMoveCollectionsOperations operations, string nextPageLink)
988public static async Task<IPage<MoveCollection>> ListMoveCollectionsBySubscriptionNextAsync(this IMoveCollectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1008public static IPage<MoveCollection> ListMoveCollectionsByResourceGroupNext(this IMoveCollectionsOperations operations, string nextPageLink)
1028public static async Task<IPage<MoveCollection>> ListMoveCollectionsByResourceGroupNextAsync(this IMoveCollectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\MoveResourcesOperationsExtensions.cs (4)
40public static IPage<MoveResource> List(this IMoveResourcesOperations operations, string resourceGroupName, string moveCollectionName, ODataQuery<MoveResourceFilter> odataQuery = default(ODataQuery<MoveResourceFilter>))
63public static async Task<IPage<MoveResource>> ListAsync(this IMoveResourcesOperations operations, string resourceGroupName, string moveCollectionName, ODataQuery<MoveResourceFilter> odataQuery = default(ODataQuery<MoveResourceFilter>), CancellationToken cancellationToken = default(CancellationToken))
318public static IPage<MoveResource> ListNext(this IMoveResourcesOperations operations, string nextPageLink)
335public static async Task<IPage<MoveResource>> ListNextAsync(this IMoveResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UnresolvedDependenciesOperationsExtensions.cs (4)
44public static IPage<UnresolvedDependency> Get(this IUnresolvedDependenciesOperations operations, string resourceGroupName, string moveCollectionName, ODataQuery<UnresolvedDependenciesFilter> odataQuery = default(ODataQuery<UnresolvedDependenciesFilter>), string dependencyLevel = default(string))
71public static async Task<IPage<UnresolvedDependency>> GetAsync(this IUnresolvedDependenciesOperations operations, string resourceGroupName, string moveCollectionName, ODataQuery<UnresolvedDependenciesFilter> odataQuery = default(ODataQuery<UnresolvedDependenciesFilter>), string dependencyLevel = default(string), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<UnresolvedDependency> GetNext(this IUnresolvedDependenciesOperations operations, string nextPageLink)
105public static async Task<IPage<UnresolvedDependency>> GetNextAsync(this IUnresolvedDependenciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Migrate.ResourceMover.Tests (2)
Microsoft.Azure.Management.MixedReality (50)
Generated\IRemoteRenderingAccountsOperations.cs (4)
44Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISpatialAnchorsAccountsOperations.cs (4)
44Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\RemoteRenderingAccountsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<RemoteRenderingAccount>>();
258public async Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
401var _result = new AzureOperationResponse<IPage<RemoteRenderingAccount>>();
1860public async Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1974var _result = new AzureOperationResponse<IPage<RemoteRenderingAccount>>();
2033public async Task<AzureOperationResponse<IPage<RemoteRenderingAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2147var _result = new AzureOperationResponse<IPage<RemoteRenderingAccount>>();
Generated\RemoteRenderingAccountsOperationsExtensions.cs (8)
30public static IPage<RemoteRenderingAccount> ListBySubscription(this IRemoteRenderingAccountsOperations operations)
44public static async Task<IPage<RemoteRenderingAccount>> ListBySubscriptionAsync(this IRemoteRenderingAccountsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<RemoteRenderingAccount> ListByResourceGroup(this IRemoteRenderingAccountsOperations operations, string resourceGroupName)
78public static async Task<IPage<RemoteRenderingAccount>> ListByResourceGroupAsync(this IRemoteRenderingAccountsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
350public static IPage<RemoteRenderingAccount> ListBySubscriptionNext(this IRemoteRenderingAccountsOperations operations, string nextPageLink)
367public static async Task<IPage<RemoteRenderingAccount>> ListBySubscriptionNextAsync(this IRemoteRenderingAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<RemoteRenderingAccount> ListByResourceGroupNext(this IRemoteRenderingAccountsOperations operations, string nextPageLink)
401public static async Task<IPage<RemoteRenderingAccount>> ListByResourceGroupNextAsync(this IRemoteRenderingAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SpatialAnchorsAccountsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<SpatialAnchorsAccount>>();
258public async Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
401var _result = new AzureOperationResponse<IPage<SpatialAnchorsAccount>>();
1860public async Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1974var _result = new AzureOperationResponse<IPage<SpatialAnchorsAccount>>();
2033public async Task<AzureOperationResponse<IPage<SpatialAnchorsAccount>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2147var _result = new AzureOperationResponse<IPage<SpatialAnchorsAccount>>();
Generated\SpatialAnchorsAccountsOperationsExtensions.cs (8)
30public static IPage<SpatialAnchorsAccount> ListBySubscription(this ISpatialAnchorsAccountsOperations operations)
44public static async Task<IPage<SpatialAnchorsAccount>> ListBySubscriptionAsync(this ISpatialAnchorsAccountsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<SpatialAnchorsAccount> ListByResourceGroup(this ISpatialAnchorsAccountsOperations operations, string resourceGroupName)
78public static async Task<IPage<SpatialAnchorsAccount>> ListByResourceGroupAsync(this ISpatialAnchorsAccountsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
350public static IPage<SpatialAnchorsAccount> ListBySubscriptionNext(this ISpatialAnchorsAccountsOperations operations, string nextPageLink)
367public static async Task<IPage<SpatialAnchorsAccount>> ListBySubscriptionNextAsync(this ISpatialAnchorsAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<SpatialAnchorsAccount> ListByResourceGroupNext(this ISpatialAnchorsAccountsOperations operations, string nextPageLink)
401public static async Task<IPage<SpatialAnchorsAccount>> ListByResourceGroupNextAsync(this ISpatialAnchorsAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Monitor (90)
Generated\AutoscaleSettingsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
201var _result = new AzureOperationResponse<IPage<AutoscaleSettingResource>>();
1043public async Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1158var _result = new AzureOperationResponse<IPage<AutoscaleSettingResource>>();
1217public async Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1326var _result = new AzureOperationResponse<IPage<AutoscaleSettingResource>>();
1385public async Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1494var _result = new AzureOperationResponse<IPage<AutoscaleSettingResource>>();
Generated\AutoscaleSettingsOperationsExtensions.cs (8)
33public static IPage<AutoscaleSettingResource> ListByResourceGroup(this IAutoscaleSettingsOperations operations, string resourceGroupName)
50public static async Task<IPage<AutoscaleSettingResource>> ListByResourceGroupAsync(this IAutoscaleSettingsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<AutoscaleSettingResource> ListBySubscription(this IAutoscaleSettingsOperations operations)
249public static async Task<IPage<AutoscaleSettingResource>> ListBySubscriptionAsync(this IAutoscaleSettingsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
266public static IPage<AutoscaleSettingResource> ListByResourceGroupNext(this IAutoscaleSettingsOperations operations, string nextPageLink)
283public static async Task<IPage<AutoscaleSettingResource>> ListByResourceGroupNextAsync(this IAutoscaleSettingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
300public static IPage<AutoscaleSettingResource> ListBySubscriptionNext(this IAutoscaleSettingsOperations operations, string nextPageLink)
317public static async Task<IPage<AutoscaleSettingResource>> ListBySubscriptionNextAsync(this IAutoscaleSettingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAutoscaleSettingsOperations.cs (4)
47Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
192Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
214Task<AzureOperationResponse<IPage<AutoscaleSettingResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPrivateLinkScopesOperations.cs (4)
45Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
220Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateLinkScopesOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>();
256public async Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
382var _result = new AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>();
1273public async Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1387var _result = new AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>();
1446public async Task<AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1560var _result = new AzureOperationResponse<IPage<AzureMonitorPrivateLinkScope>>();
Generated\PrivateLinkScopesOperationsExtensions.cs (8)
32public static IPage<AzureMonitorPrivateLinkScope> List(this IPrivateLinkScopesOperations operations)
46public static async Task<IPage<AzureMonitorPrivateLinkScope>> ListAsync(this IPrivateLinkScopesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
63public static IPage<AzureMonitorPrivateLinkScope> ListByResourceGroup(this IPrivateLinkScopesOperations operations, string resourceGroupName)
80public static async Task<IPage<AzureMonitorPrivateLinkScope>> ListByResourceGroupAsync(this IPrivateLinkScopesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
311public static IPage<AzureMonitorPrivateLinkScope> ListNext(this IPrivateLinkScopesOperations operations, string nextPageLink)
328public static async Task<IPage<AzureMonitorPrivateLinkScope>> ListNextAsync(this IPrivateLinkScopesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
345public static IPage<AzureMonitorPrivateLinkScope> ListByResourceGroupNext(this IPrivateLinkScopesOperations operations, string nextPageLink)
362public static async Task<IPage<AzureMonitorPrivateLinkScope>> ListByResourceGroupNextAsync(this IPrivateLinkScopesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Monitor.Tests (4)
Microsoft.Azure.Management.MySQL (180)
mysql\Generated\QueryTextsOperationsExtensions.cs (4)
87public static IPage<QueryText> ListByServer(this IQueryTextsOperations operations, string resourceGroupName, string serverName, IList<string> queryIds)
110public static async Task<IPage<QueryText>> ListByServerAsync(this IQueryTextsOperations operations, string resourceGroupName, string serverName, IList<string> queryIds, CancellationToken cancellationToken = default(CancellationToken))
127public static IPage<QueryText> ListByServerNext(this IQueryTextsOperations operations, string nextPageLink)
144public static async Task<IPage<QueryText>> ListByServerNextAsync(this IQueryTextsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
mysql\Generated\RecommendedActionsOperationsExtensions.cs (4)
94public static IPage<RecommendationAction> ListByServer(this IRecommendedActionsOperations operations, string resourceGroupName, string serverName, string advisorName, string sessionId = default(string))
120public static async Task<IPage<RecommendationAction>> ListByServerAsync(this IRecommendedActionsOperations operations, string resourceGroupName, string serverName, string advisorName, string sessionId = default(string), CancellationToken cancellationToken = default(CancellationToken))
137public static IPage<RecommendationAction> ListByServerNext(this IRecommendedActionsOperations operations, string nextPageLink)
154public static async Task<IPage<RecommendationAction>> ListByServerNextAsync(this IRecommendedActionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
mysql\Generated\TopQueryStatisticsOperationsExtensions.cs (4)
85public static IPage<QueryStatistic> ListByServer(this ITopQueryStatisticsOperations operations, string resourceGroupName, string serverName, TopQueryStatisticsInput parameters)
108public static async Task<IPage<QueryStatistic>> ListByServerAsync(this ITopQueryStatisticsOperations operations, string resourceGroupName, string serverName, TopQueryStatisticsInput parameters, CancellationToken cancellationToken = default(CancellationToken))
125public static IPage<QueryStatistic> ListByServerNext(this ITopQueryStatisticsOperations operations, string nextPageLink)
142public static async Task<IPage<QueryStatistic>> ListByServerNextAsync(this ITopQueryStatisticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
mysql\Generated\WaitStatisticsOperationsExtensions.cs (4)
85public static IPage<WaitStatistic> ListByServer(this IWaitStatisticsOperations operations, string resourceGroupName, string serverName, WaitStatisticsInput parameters)
108public static async Task<IPage<WaitStatistic>> ListByServerAsync(this IWaitStatisticsOperations operations, string resourceGroupName, string serverName, WaitStatisticsInput parameters, CancellationToken cancellationToken = default(CancellationToken))
125public static IPage<WaitStatistic> ListByServerNext(this IWaitStatisticsOperations operations, string nextPageLink)
142public static async Task<IPage<WaitStatistic>> ListByServerNextAsync(this IWaitStatisticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
mysqlflexibleservers\Generated\IServersOperations.cs (4)
152Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
171Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
405Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
427Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
mysqlflexibleservers\Generated\ServersOperations.cs (8)
379public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
536var _result = new AzureOperationResponse<IPage<Server>>();
592public async Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
728var _result = new AzureOperationResponse<IPage<Server>>();
2171public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2285var _result = new AzureOperationResponse<IPage<Server>>();
2344public async Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2458var _result = new AzureOperationResponse<IPage<Server>>();
mysqlflexibleservers\Generated\ServersOperationsExtensions.cs (8)
206public static IPage<Server> ListByResourceGroup(this IServersOperations operations, string resourceGroupName)
223public static async Task<IPage<Server>> ListByResourceGroupAsync(this IServersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
237public static IPage<Server> List(this IServersOperations operations)
251public static async Task<IPage<Server>> ListAsync(this IServersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
623public static IPage<Server> ListByResourceGroupNext(this IServersOperations operations, string nextPageLink)
640public static async Task<IPage<Server>> ListByResourceGroupNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
657public static IPage<Server> ListNext(this IServersOperations operations, string nextPageLink)
674public static async Task<IPage<Server>> ListNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.NetApp (14)
Generated\VolumesOperationsExtensions.cs (4)
42public static IPage<Volume> List(this IVolumesOperations operations, string resourceGroupName, string accountName, string poolName)
68public static async Task<IPage<Volume>> ListAsync(this IVolumesOperations operations, string resourceGroupName, string accountName, string poolName, CancellationToken cancellationToken = default(CancellationToken))
1400public static IPage<Volume> ListNext(this IVolumesOperations operations, string nextPageLink)
1420public static async Task<IPage<Volume>> ListNextAsync(this IVolumesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Network (1520)
Generated\ApplicationGatewaysOperations.cs (12)
529public async Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
655var _result = new AzureOperationResponse<IPage<ApplicationGateway>>();
711public async Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
831var _result = new AzureOperationResponse<IPage<ApplicationGateway>>();
1853public async Task<AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>> ListAvailableSslPredefinedPoliciesWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1973var _result = new AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>();
3388public async Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3502var _result = new AzureOperationResponse<IPage<ApplicationGateway>>();
3561public async Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3675var _result = new AzureOperationResponse<IPage<ApplicationGateway>>();
3734public async Task<AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>> ListAvailableSslPredefinedPoliciesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3848var _result = new AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>();
Generated\ApplicationGatewaysOperationsExtensions.cs (12)
204public static IPage<ApplicationGateway> List(this IApplicationGatewaysOperations operations, string resourceGroupName)
221public static async Task<IPage<ApplicationGateway>> ListAsync(this IApplicationGatewaysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<ApplicationGateway> ListAll(this IApplicationGatewaysOperations operations)
249public static async Task<IPage<ApplicationGateway>> ListAllAsync(this IApplicationGatewaysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
583public static IPage<ApplicationGatewaySslPredefinedPolicy> ListAvailableSslPredefinedPolicies(this IApplicationGatewaysOperations operations)
597public static async Task<IPage<ApplicationGatewaySslPredefinedPolicy>> ListAvailableSslPredefinedPoliciesAsync(this IApplicationGatewaysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
911public static IPage<ApplicationGateway> ListNext(this IApplicationGatewaysOperations operations, string nextPageLink)
928public static async Task<IPage<ApplicationGateway>> ListNextAsync(this IApplicationGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
945public static IPage<ApplicationGateway> ListAllNext(this IApplicationGatewaysOperations operations, string nextPageLink)
962public static async Task<IPage<ApplicationGateway>> ListAllNextAsync(this IApplicationGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
979public static IPage<ApplicationGatewaySslPredefinedPolicy> ListAvailableSslPredefinedPoliciesNext(this IApplicationGatewaysOperations operations, string nextPageLink)
996public static async Task<IPage<ApplicationGatewaySslPredefinedPolicy>> ListAvailableSslPredefinedPoliciesNextAsync(this IApplicationGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ApplicationSecurityGroupsOperations.cs (8)
527public async Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
647var _result = new AzureOperationResponse<IPage<ApplicationSecurityGroup>>();
706public async Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<ApplicationSecurityGroup>>();
1291public async Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1405var _result = new AzureOperationResponse<IPage<ApplicationSecurityGroup>>();
1464public async Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1578var _result = new AzureOperationResponse<IPage<ApplicationSecurityGroup>>();
Generated\ApplicationSecurityGroupsOperationsExtensions.cs (8)
201public static IPage<ApplicationSecurityGroup> ListAll(this IApplicationSecurityGroupsOperations operations)
215public static async Task<IPage<ApplicationSecurityGroup>> ListAllAsync(this IApplicationSecurityGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
232public static IPage<ApplicationSecurityGroup> List(this IApplicationSecurityGroupsOperations operations, string resourceGroupName)
249public static async Task<IPage<ApplicationSecurityGroup>> ListAsync(this IApplicationSecurityGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<ApplicationSecurityGroup> ListAllNext(this IApplicationSecurityGroupsOperations operations, string nextPageLink)
368public static async Task<IPage<ApplicationSecurityGroup>> ListAllNextAsync(this IApplicationSecurityGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<ApplicationSecurityGroup> ListNext(this IApplicationSecurityGroupsOperations operations, string nextPageLink)
402public static async Task<IPage<ApplicationSecurityGroup>> ListNextAsync(this IApplicationSecurityGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AvailablePrivateEndpointTypesOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
207var _result = new AzureOperationResponse<IPage<AvailablePrivateEndpointType>>();
270public async Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListByResourceGroupWithHttpMessagesAsync(string location, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
402var _result = new AzureOperationResponse<IPage<AvailablePrivateEndpointType>>();
462public async Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
576var _result = new AzureOperationResponse<IPage<AvailablePrivateEndpointType>>();
636public async Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
750var _result = new AzureOperationResponse<IPage<AvailablePrivateEndpointType>>();
Generated\AvailablePrivateEndpointTypesOperationsExtensions.cs (8)
34public static IPage<AvailablePrivateEndpointType> List(this IAvailablePrivateEndpointTypesOperations operations, string location)
52public static async Task<IPage<AvailablePrivateEndpointType>> ListAsync(this IAvailablePrivateEndpointTypesOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
73public static IPage<AvailablePrivateEndpointType> ListByResourceGroup(this IAvailablePrivateEndpointTypesOperations operations, string location, string resourceGroupName)
94public static async Task<IPage<AvailablePrivateEndpointType>> ListByResourceGroupAsync(this IAvailablePrivateEndpointTypesOperations operations, string location, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
112public static IPage<AvailablePrivateEndpointType> ListNext(this IAvailablePrivateEndpointTypesOperations operations, string nextPageLink)
130public static async Task<IPage<AvailablePrivateEndpointType>> ListNextAsync(this IAvailablePrivateEndpointTypesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
148public static IPage<AvailablePrivateEndpointType> ListByResourceGroupNext(this IAvailablePrivateEndpointTypesOperations operations, string nextPageLink)
166public static async Task<IPage<AvailablePrivateEndpointType>> ListByResourceGroupNextAsync(this IAvailablePrivateEndpointTypesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AvailableServiceAliasesOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<AvailableServiceAlias>>();
268public async Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
400var _result = new AzureOperationResponse<IPage<AvailableServiceAlias>>();
459public async Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
573var _result = new AzureOperationResponse<IPage<AvailableServiceAlias>>();
632public async Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
746var _result = new AzureOperationResponse<IPage<AvailableServiceAlias>>();
Generated\AvailableServiceAliasesOperationsExtensions.cs (8)
33public static IPage<AvailableServiceAlias> List(this IAvailableServiceAliasesOperations operations, string location)
50public static async Task<IPage<AvailableServiceAlias>> ListAsync(this IAvailableServiceAliasesOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
70public static IPage<AvailableServiceAlias> ListByResourceGroup(this IAvailableServiceAliasesOperations operations, string resourceGroupName, string location)
90public static async Task<IPage<AvailableServiceAlias>> ListByResourceGroupAsync(this IAvailableServiceAliasesOperations operations, string resourceGroupName, string location, CancellationToken cancellationToken = default(CancellationToken))
107public static IPage<AvailableServiceAlias> ListNext(this IAvailableServiceAliasesOperations operations, string nextPageLink)
124public static async Task<IPage<AvailableServiceAlias>> ListNextAsync(this IAvailableServiceAliasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
141public static IPage<AvailableServiceAlias> ListByResourceGroupNext(this IAvailableServiceAliasesOperations operations, string nextPageLink)
158public static async Task<IPage<AvailableServiceAlias>> ListByResourceGroupNextAsync(this IAvailableServiceAliasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AzureFirewallsOperations.cs (8)
346public async Task<AzureOperationResponse<IPage<AzureFirewall>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
472var _result = new AzureOperationResponse<IPage<AzureFirewall>>();
528public async Task<AzureOperationResponse<IPage<AzureFirewall>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
648var _result = new AzureOperationResponse<IPage<AzureFirewall>>();
1325public async Task<AzureOperationResponse<IPage<AzureFirewall>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1439var _result = new AzureOperationResponse<IPage<AzureFirewall>>();
1498public async Task<AzureOperationResponse<IPage<AzureFirewall>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1612var _result = new AzureOperationResponse<IPage<AzureFirewall>>();
Generated\AzureFirewallsOperationsExtensions.cs (8)
202public static IPage<AzureFirewall> List(this IAzureFirewallsOperations operations, string resourceGroupName)
219public static async Task<IPage<AzureFirewall>> ListAsync(this IAzureFirewallsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<AzureFirewall> ListAll(this IAzureFirewallsOperations operations)
247public static async Task<IPage<AzureFirewall>> ListAllAsync(this IAzureFirewallsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
393public static IPage<AzureFirewall> ListNext(this IAzureFirewallsOperations operations, string nextPageLink)
410public static async Task<IPage<AzureFirewall>> ListNextAsync(this IAzureFirewallsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
427public static IPage<AzureFirewall> ListAllNext(this IAzureFirewallsOperations operations, string nextPageLink)
444public static async Task<IPage<AzureFirewall>> ListAllNextAsync(this IAzureFirewallsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BastionHostsOperations.cs (8)
318public async Task<AzureOperationResponse<IPage<BastionHost>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
438var _result = new AzureOperationResponse<IPage<BastionHost>>();
497public async Task<AzureOperationResponse<IPage<BastionHost>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
623var _result = new AzureOperationResponse<IPage<BastionHost>>();
1081public async Task<AzureOperationResponse<IPage<BastionHost>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1195var _result = new AzureOperationResponse<IPage<BastionHost>>();
1254public async Task<AzureOperationResponse<IPage<BastionHost>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1368var _result = new AzureOperationResponse<IPage<BastionHost>>();
Generated\BastionHostsOperationsExtensions.cs (8)
153public static IPage<BastionHost> List(this IBastionHostsOperations operations)
167public static async Task<IPage<BastionHost>> ListAsync(this IBastionHostsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
184public static IPage<BastionHost> ListByResourceGroup(this IBastionHostsOperations operations, string resourceGroupName)
201public static async Task<IPage<BastionHost>> ListByResourceGroupAsync(this IBastionHostsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
301public static IPage<BastionHost> ListNext(this IBastionHostsOperations operations, string nextPageLink)
318public static async Task<IPage<BastionHost>> ListNextAsync(this IBastionHostsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
335public static IPage<BastionHost> ListByResourceGroupNext(this IBastionHostsOperations operations, string nextPageLink)
352public static async Task<IPage<BastionHost>> ListByResourceGroupNextAsync(this IBastionHostsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CustomIPPrefixesOperations.cs (8)
534public async Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<CustomIpPrefix>>();
713public async Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<CustomIpPrefix>>();
1301public async Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<CustomIpPrefix>>();
1474public async Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1588var _result = new AzureOperationResponse<IPage<CustomIpPrefix>>();
Generated\CustomIPPrefixesOperationsExtensions.cs (8)
205public static IPage<CustomIpPrefix> ListAll(this ICustomIPPrefixesOperations operations)
219public static async Task<IPage<CustomIpPrefix>> ListAllAsync(this ICustomIPPrefixesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<CustomIpPrefix> List(this ICustomIPPrefixesOperations operations, string resourceGroupName)
253public static async Task<IPage<CustomIpPrefix>> ListAsync(this ICustomIPPrefixesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<CustomIpPrefix> ListAllNext(this ICustomIPPrefixesOperations operations, string nextPageLink)
370public static async Task<IPage<CustomIpPrefix>> ListAllNextAsync(this ICustomIPPrefixesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<CustomIpPrefix> ListNext(this ICustomIPPrefixesOperations operations, string nextPageLink)
404public static async Task<IPage<CustomIpPrefix>> ListNextAsync(this ICustomIPPrefixesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DdosProtectionPlansOperations.cs (8)
526public async Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
646var _result = new AzureOperationResponse<IPage<DdosProtectionPlan>>();
705public async Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
831var _result = new AzureOperationResponse<IPage<DdosProtectionPlan>>();
1289public async Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1403var _result = new AzureOperationResponse<IPage<DdosProtectionPlan>>();
1462public async Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1576var _result = new AzureOperationResponse<IPage<DdosProtectionPlan>>();
Generated\DdosProtectionPlansOperationsExtensions.cs (8)
199public static IPage<DdosProtectionPlan> List(this IDdosProtectionPlansOperations operations)
213public static async Task<IPage<DdosProtectionPlan>> ListAsync(this IDdosProtectionPlansOperations operations, CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<DdosProtectionPlan> ListByResourceGroup(this IDdosProtectionPlansOperations operations, string resourceGroupName)
247public static async Task<IPage<DdosProtectionPlan>> ListByResourceGroupAsync(this IDdosProtectionPlansOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
347public static IPage<DdosProtectionPlan> ListNext(this IDdosProtectionPlansOperations operations, string nextPageLink)
364public static async Task<IPage<DdosProtectionPlan>> ListNextAsync(this IDdosProtectionPlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
381public static IPage<DdosProtectionPlan> ListByResourceGroupNext(this IDdosProtectionPlansOperations operations, string nextPageLink)
398public static async Task<IPage<DdosProtectionPlan>> ListByResourceGroupNextAsync(this IDdosProtectionPlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DscpConfigurationOperations.cs (8)
321public async Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
447var _result = new AzureOperationResponse<IPage<DscpConfiguration>>();
503public async Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
623var _result = new AzureOperationResponse<IPage<DscpConfiguration>>();
1081public async Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1195var _result = new AzureOperationResponse<IPage<DscpConfiguration>>();
1254public async Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1368var _result = new AzureOperationResponse<IPage<DscpConfiguration>>();
Generated\DscpConfigurationOperationsExtensions.cs (8)
156public static IPage<DscpConfiguration> List(this IDscpConfigurationOperations operations, string resourceGroupName)
173public static async Task<IPage<DscpConfiguration>> ListAsync(this IDscpConfigurationOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
187public static IPage<DscpConfiguration> ListAll(this IDscpConfigurationOperations operations)
201public static async Task<IPage<DscpConfiguration>> ListAllAsync(this IDscpConfigurationOperations operations, CancellationToken cancellationToken = default(CancellationToken))
301public static IPage<DscpConfiguration> ListNext(this IDscpConfigurationOperations operations, string nextPageLink)
318public static async Task<IPage<DscpConfiguration>> ListNextAsync(this IDscpConfigurationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
335public static IPage<DscpConfiguration> ListAllNext(this IDscpConfigurationOperations operations, string nextPageLink)
352public static async Task<IPage<DscpConfiguration>> ListAllNextAsync(this IDscpConfigurationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExpressRouteCircuitConnectionsOperationsExtensions.cs (4)
207public static IPage<ExpressRouteCircuitConnection> List(this IExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName)
231public static async Task<IPage<ExpressRouteCircuitConnection>> ListAsync(this IExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default(CancellationToken))
362public static IPage<ExpressRouteCircuitConnection> ListNext(this IExpressRouteCircuitConnectionsOperations operations, string nextPageLink)
380public static async Task<IPage<ExpressRouteCircuitConnection>> ListNextAsync(this IExpressRouteCircuitConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExpressRouteCircuitsOperations.cs (8)
1014public async Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1140var _result = new AzureOperationResponse<IPage<ExpressRouteCircuit>>();
1196public async Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1316var _result = new AzureOperationResponse<IPage<ExpressRouteCircuit>>();
2414public async Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2528var _result = new AzureOperationResponse<IPage<ExpressRouteCircuit>>();
2587public async Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2701var _result = new AzureOperationResponse<IPage<ExpressRouteCircuit>>();
Generated\ExpressRouteCircuitsOperationsExtensions.cs (8)
452public static IPage<ExpressRouteCircuit> List(this IExpressRouteCircuitsOperations operations, string resourceGroupName)
469public static async Task<IPage<ExpressRouteCircuit>> ListAsync(this IExpressRouteCircuitsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
483public static IPage<ExpressRouteCircuit> ListAll(this IExpressRouteCircuitsOperations operations)
497public static async Task<IPage<ExpressRouteCircuit>> ListAllAsync(this IExpressRouteCircuitsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
761public static IPage<ExpressRouteCircuit> ListNext(this IExpressRouteCircuitsOperations operations, string nextPageLink)
778public static async Task<IPage<ExpressRouteCircuit>> ListNextAsync(this IExpressRouteCircuitsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
795public static IPage<ExpressRouteCircuit> ListAllNext(this IExpressRouteCircuitsOperations operations, string nextPageLink)
812public static async Task<IPage<ExpressRouteCircuit>> ListAllNextAsync(this IExpressRouteCircuitsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExpressRouteCrossConnectionsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<ExpressRouteCrossConnection>>();
256public async Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
382var _result = new AzureOperationResponse<IPage<ExpressRouteCrossConnection>>();
1802public async Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1916var _result = new AzureOperationResponse<IPage<ExpressRouteCrossConnection>>();
1975public async Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2089var _result = new AzureOperationResponse<IPage<ExpressRouteCrossConnection>>();
Generated\ExpressRouteCrossConnectionsOperationsExtensions.cs (8)
30public static IPage<ExpressRouteCrossConnection> List(this IExpressRouteCrossConnectionsOperations operations)
44public static async Task<IPage<ExpressRouteCrossConnection>> ListAsync(this IExpressRouteCrossConnectionsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<ExpressRouteCrossConnection> ListByResourceGroup(this IExpressRouteCrossConnectionsOperations operations, string resourceGroupName)
78public static async Task<IPage<ExpressRouteCrossConnection>> ListByResourceGroupAsync(this IExpressRouteCrossConnectionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
597public static IPage<ExpressRouteCrossConnection> ListNext(this IExpressRouteCrossConnectionsOperations operations, string nextPageLink)
614public static async Task<IPage<ExpressRouteCrossConnection>> ListNextAsync(this IExpressRouteCrossConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
631public static IPage<ExpressRouteCrossConnection> ListByResourceGroupNext(this IExpressRouteCrossConnectionsOperations operations, string nextPageLink)
648public static async Task<IPage<ExpressRouteCrossConnection>> ListByResourceGroupNextAsync(this IExpressRouteCrossConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExpressRoutePortsOperations.cs (8)
529public async Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
655var _result = new AzureOperationResponse<IPage<ExpressRoutePort>>();
711public async Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
831var _result = new AzureOperationResponse<IPage<ExpressRoutePort>>();
1502public async Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1616var _result = new AzureOperationResponse<IPage<ExpressRoutePort>>();
1675public async Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1789var _result = new AzureOperationResponse<IPage<ExpressRoutePort>>();
Generated\ExpressRoutePortsOperationsExtensions.cs (8)
202public static IPage<ExpressRoutePort> ListByResourceGroup(this IExpressRoutePortsOperations operations, string resourceGroupName)
219public static async Task<IPage<ExpressRoutePort>> ListByResourceGroupAsync(this IExpressRoutePortsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<ExpressRoutePort> List(this IExpressRoutePortsOperations operations)
247public static async Task<IPage<ExpressRoutePort>> ListAsync(this IExpressRoutePortsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
395public static IPage<ExpressRoutePort> ListByResourceGroupNext(this IExpressRoutePortsOperations operations, string nextPageLink)
412public static async Task<IPage<ExpressRoutePort>> ListByResourceGroupNextAsync(this IExpressRoutePortsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
429public static IPage<ExpressRoutePort> ListNext(this IExpressRoutePortsOperations operations, string nextPageLink)
446public static async Task<IPage<ExpressRoutePort>> ListNextAsync(this IExpressRoutePortsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FirewallPoliciesOperations.cs (8)
329public async Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
455var _result = new AzureOperationResponse<IPage<FirewallPolicy>>();
511public async Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
631var _result = new AzureOperationResponse<IPage<FirewallPolicy>>();
1089public async Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1203var _result = new AzureOperationResponse<IPage<FirewallPolicy>>();
1262public async Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1376var _result = new AzureOperationResponse<IPage<FirewallPolicy>>();
Generated\FirewallPoliciesOperationsExtensions.cs (8)
162public static IPage<FirewallPolicy> List(this IFirewallPoliciesOperations operations, string resourceGroupName)
179public static async Task<IPage<FirewallPolicy>> ListAsync(this IFirewallPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
193public static IPage<FirewallPolicy> ListAll(this IFirewallPoliciesOperations operations)
207public static async Task<IPage<FirewallPolicy>> ListAllAsync(this IFirewallPoliciesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<FirewallPolicy> ListNext(this IFirewallPoliciesOperations operations, string nextPageLink)
324public static async Task<IPage<FirewallPolicy>> ListNextAsync(this IFirewallPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<FirewallPolicy> ListAllNext(this IFirewallPoliciesOperations operations, string nextPageLink)
358public static async Task<IPage<FirewallPolicy>> ListAllNextAsync(this IFirewallPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IApplicationGatewaysOperations.cs (6)
151Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
392Task<AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>> ListAvailableSslPredefinedPoliciesWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
595Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
617Task<AzureOperationResponse<IPage<ApplicationGateway>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
639Task<AzureOperationResponse<IPage<ApplicationGatewaySslPredefinedPolicy>>> ListAvailableSslPredefinedPoliciesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IApplicationSecurityGroupsOperations.cs (4)
148Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<ApplicationSecurityGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAvailablePrivateEndpointTypesOperations.cs (4)
48Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
74Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListByResourceGroupWithHttpMessagesAsync(string location, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
97Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
120Task<AzureOperationResponse<IPage<AvailablePrivateEndpointType>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAvailableServiceAliasesOperations.cs (4)
48Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
74Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
97Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
120Task<AzureOperationResponse<IPage<AvailableServiceAlias>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAzureFirewallsOperations.cs (4)
151Task<AzureOperationResponse<IPage<AzureFirewall>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<AzureFirewall>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
271Task<AzureOperationResponse<IPage<AzureFirewall>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
293Task<AzureOperationResponse<IPage<AzureFirewall>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IBastionHostsOperations.cs (4)
119Task<AzureOperationResponse<IPage<BastionHost>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
141Task<AzureOperationResponse<IPage<BastionHost>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<BastionHost>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
235Task<AzureOperationResponse<IPage<BastionHost>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICustomIPPrefixesOperations.cs (4)
151Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<CustomIpPrefix>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDdosProtectionPlansOperations.cs (4)
148Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
242Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<DdosProtectionPlan>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDscpConfigurationOperations.cs (4)
123Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
142Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
215Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
237Task<AzureOperationResponse<IPage<DscpConfiguration>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IExpressRouteCircuitsOperations.cs (4)
301Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
320Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
489Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
511Task<AzureOperationResponse<IPage<ExpressRouteCircuit>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IExpressRouteCrossConnectionsOperations.cs (4)
44Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
392Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
414Task<AzureOperationResponse<IPage<ExpressRouteCrossConnection>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IExpressRoutePortsOperations.cs (4)
151Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
171Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
273Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
296Task<AzureOperationResponse<IPage<ExpressRoutePort>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IFirewallPoliciesOperations.cs (4)
126Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
145Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
218Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
240Task<AzureOperationResponse<IPage<FirewallPolicy>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIpAllocationsOperations.cs (4)
151Task<AzureOperationResponse<IPage<IpAllocation>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<IpAllocation>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<IpAllocation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<IpAllocation>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIpGroupsOperations.cs (4)
154Task<AzureOperationResponse<IPage<IpGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<IpGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
245Task<AzureOperationResponse<IPage<IpGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
267Task<AzureOperationResponse<IPage<IpGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILoadBalancersOperations.cs (4)
151Task<AzureOperationResponse<IPage<LoadBalancer>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<LoadBalancer>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<LoadBalancer>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<LoadBalancer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INatGatewaysOperations.cs (4)
150Task<AzureOperationResponse<IPage<NatGateway>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<NatGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<NatGateway>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<NatGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkInterfacesOperations.cs (14)
151Task<AzureOperationResponse<IPage<NetworkInterface>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<NetworkInterface>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
252Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetVMNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
277Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
346Task<AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>> ListVirtualMachineScaleSetIpConfigurationsWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
413Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceRoleInstanceNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
438Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
595Task<AzureOperationResponse<IPage<NetworkInterface>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
617Task<AzureOperationResponse<IPage<NetworkInterface>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
640Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetVMNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
662Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
685Task<AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>> ListVirtualMachineScaleSetIpConfigurationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
708Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceRoleInstanceNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
730Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkManagementClient.cs (12)
627Task<AzureOperationResponse<IPage<BastionShareableLink>>> PutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
669Task<AzureOperationResponse<IPage<BastionShareableLink>>> GetBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
686Task<AzureOperationResponse<IPage<BastionActiveSession>>> GetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
706Task<AzureOperationResponse<IPage<BastionSessionState>>> DisconnectActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, SessionIds sessionIds, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
788Task<AzureOperationResponse<IPage<BastionShareableLink>>> BeginPutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
826Task<AzureOperationResponse<IPage<BastionActiveSession>>> BeginGetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
865Task<AzureOperationResponse<IPage<BastionShareableLink>>> PutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
880Task<AzureOperationResponse<IPage<BastionShareableLink>>> GetBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
894Task<AzureOperationResponse<IPage<BastionActiveSession>>> GetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
908Task<AzureOperationResponse<IPage<BastionSessionState>>> DisconnectActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
923Task<AzureOperationResponse<IPage<BastionShareableLink>>> BeginPutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
937Task<AzureOperationResponse<IPage<BastionActiveSession>>> BeginGetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkProfilesOperations.cs (4)
151Task<AzureOperationResponse<IPage<NetworkProfile>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<NetworkProfile>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
217Task<AzureOperationResponse<IPage<NetworkProfile>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
239Task<AzureOperationResponse<IPage<NetworkProfile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkSecurityGroupsOperations.cs (4)
152Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
248Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
270Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INetworkVirtualAppliancesOperations.cs (4)
154Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IP2sVpnGatewaysOperations.cs (4)
152Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
171Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
549Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
571Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IpAllocationsOperations.cs (8)
534public async Task<AzureOperationResponse<IPage<IpAllocation>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<IpAllocation>>();
713public async Task<AzureOperationResponse<IPage<IpAllocation>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<IpAllocation>>();
1297public async Task<AzureOperationResponse<IPage<IpAllocation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1411var _result = new AzureOperationResponse<IPage<IpAllocation>>();
1470public async Task<AzureOperationResponse<IPage<IpAllocation>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1584var _result = new AzureOperationResponse<IPage<IpAllocation>>();
Generated\IpAllocationsOperationsExtensions.cs (8)
205public static IPage<IpAllocation> List(this IIpAllocationsOperations operations)
219public static async Task<IPage<IpAllocation>> ListAsync(this IIpAllocationsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<IpAllocation> ListByResourceGroup(this IIpAllocationsOperations operations, string resourceGroupName)
253public static async Task<IPage<IpAllocation>> ListByResourceGroupAsync(this IIpAllocationsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<IpAllocation> ListNext(this IIpAllocationsOperations operations, string nextPageLink)
370public static async Task<IPage<IpAllocation>> ListNextAsync(this IIpAllocationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<IpAllocation> ListByResourceGroupNext(this IIpAllocationsOperations operations, string nextPageLink)
404public static async Task<IPage<IpAllocation>> ListByResourceGroupNextAsync(this IIpAllocationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IpGroupsOperations.cs (8)
528public async Task<AzureOperationResponse<IPage<IpGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
649var _result = new AzureOperationResponse<IPage<IpGroup>>();
705public async Task<AzureOperationResponse<IPage<IpGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
820var _result = new AzureOperationResponse<IPage<IpGroup>>();
1268public async Task<AzureOperationResponse<IPage<IpGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1377var _result = new AzureOperationResponse<IPage<IpGroup>>();
1436public async Task<AzureOperationResponse<IPage<IpGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1545var _result = new AzureOperationResponse<IPage<IpGroup>>();
Generated\IpGroupsOperationsExtensions.cs (8)
210public static IPage<IpGroup> ListByResourceGroup(this IIpGroupsOperations operations, string resourceGroupName)
227public static async Task<IPage<IpGroup>> ListByResourceGroupAsync(this IIpGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
241public static IPage<IpGroup> List(this IIpGroupsOperations operations)
255public static async Task<IPage<IpGroup>> ListAsync(this IIpGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
355public static IPage<IpGroup> ListByResourceGroupNext(this IIpGroupsOperations operations, string nextPageLink)
372public static async Task<IPage<IpGroup>> ListByResourceGroupNextAsync(this IIpGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
389public static IPage<IpGroup> ListNext(this IIpGroupsOperations operations, string nextPageLink)
406public static async Task<IPage<IpGroup>> ListNextAsync(this IIpGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IPrivateEndpointsOperations.cs (4)
127Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
146Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
220Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
242Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPrivateLinkServicesOperations.cs (10)
127Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
146Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
263Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
341Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesByResourceGroupWithHttpMessagesAsync(string location, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
522Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
544Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
567Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
591Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
615Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPublicIpAddressesOperations.cs (12)
151Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
199Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetPublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
234Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetVMPublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
300Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServicePublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
335Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServiceRoleInstancePublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string ipConfigurationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
448Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
470Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
493Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetPublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
516Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetVMPublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
539Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServicePublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
562Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServiceRoleInstancePublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPublicIPPrefixesOperations.cs (4)
151Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
173Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
268Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRouteFiltersOperations.cs (4)
153Task<AzureOperationResponse<IPage<RouteFilter>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<RouteFilter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<RouteFilter>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<RouteFilter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRouteTablesOperations.cs (4)
153Task<AzureOperationResponse<IPage<RouteTable>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<RouteTable>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<RouteTable>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<RouteTable>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISecurityPartnerProvidersOperations.cs (4)
151Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IServiceEndpointPoliciesOperations.cs (4)
152Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
247Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
269Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualHubsOperations.cs (4)
151Task<AzureOperationResponse<IPage<VirtualHub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<VirtualHub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
297Task<AzureOperationResponse<IPage<VirtualHub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
319Task<AzureOperationResponse<IPage<VirtualHub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualNetworkGatewaysOperations.cs (4)
152Task<AzureOperationResponse<IPage<VirtualNetworkGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
177Task<AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>> ListConnectionsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1128Task<AzureOperationResponse<IPage<VirtualNetworkGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1150Task<AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>> ListConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualNetworksOperations.cs (6)
152Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
227Task<AzureOperationResponse<IPage<VirtualNetworkUsage>>> ListUsageWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
301Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
323Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
345Task<AzureOperationResponse<IPage<VirtualNetworkUsage>>> ListUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualNetworkTapsOperations.cs (4)
148Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualRoutersOperations.cs (4)
125Task<AzureOperationResponse<IPage<VirtualRouter>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
144Task<AzureOperationResponse<IPage<VirtualRouter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
216Task<AzureOperationResponse<IPage<VirtualRouter>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
238Task<AzureOperationResponse<IPage<VirtualRouter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualWANsOperations.cs (4)
151Task<AzureOperationResponse<IPage<VirtualWAN>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<VirtualWAN>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<VirtualWAN>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<VirtualWAN>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVpnGatewaysOperations.cs (4)
237Task<AzureOperationResponse<IPage<VpnGateway>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
256Task<AzureOperationResponse<IPage<VpnGateway>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
443Task<AzureOperationResponse<IPage<VpnGateway>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
465Task<AzureOperationResponse<IPage<VpnGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVpnServerConfigurationsOperations.cs (4)
151Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVpnSitesOperations.cs (4)
151Task<AzureOperationResponse<IPage<VpnSite>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<VpnSite>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<VpnSite>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<VpnSite>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWebApplicationFirewallPoliciesOperations.cs (4)
47Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
187Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
209Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LoadBalancersOperations.cs (8)
534public async Task<AzureOperationResponse<IPage<LoadBalancer>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<LoadBalancer>>();
713public async Task<AzureOperationResponse<IPage<LoadBalancer>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<LoadBalancer>>();
1301public async Task<AzureOperationResponse<IPage<LoadBalancer>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<LoadBalancer>>();
1474public async Task<AzureOperationResponse<IPage<LoadBalancer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1588var _result = new AzureOperationResponse<IPage<LoadBalancer>>();
Generated\LoadBalancersOperationsExtensions.cs (8)
205public static IPage<LoadBalancer> ListAll(this ILoadBalancersOperations operations)
219public static async Task<IPage<LoadBalancer>> ListAllAsync(this ILoadBalancersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<LoadBalancer> List(this ILoadBalancersOperations operations, string resourceGroupName)
253public static async Task<IPage<LoadBalancer>> ListAsync(this ILoadBalancersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<LoadBalancer> ListAllNext(this ILoadBalancersOperations operations, string nextPageLink)
370public static async Task<IPage<LoadBalancer>> ListAllNextAsync(this ILoadBalancersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<LoadBalancer> ListNext(this ILoadBalancersOperations operations, string nextPageLink)
404public static async Task<IPage<LoadBalancer>> ListNextAsync(this ILoadBalancersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NatGatewaysOperations.cs (8)
534public async Task<AzureOperationResponse<IPage<NatGateway>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<NatGateway>>();
713public async Task<AzureOperationResponse<IPage<NatGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<NatGateway>>();
1297public async Task<AzureOperationResponse<IPage<NatGateway>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1411var _result = new AzureOperationResponse<IPage<NatGateway>>();
1470public async Task<AzureOperationResponse<IPage<NatGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1584var _result = new AzureOperationResponse<IPage<NatGateway>>();
Generated\NatGatewaysOperationsExtensions.cs (8)
205public static IPage<NatGateway> ListAll(this INatGatewaysOperations operations)
219public static async Task<IPage<NatGateway>> ListAllAsync(this INatGatewaysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<NatGateway> List(this INatGatewaysOperations operations, string resourceGroupName)
253public static async Task<IPage<NatGateway>> ListAsync(this INatGatewaysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<NatGateway> ListAllNext(this INatGatewaysOperations operations, string nextPageLink)
370public static async Task<IPage<NatGateway>> ListAllNextAsync(this INatGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<NatGateway> ListNext(this INatGatewaysOperations operations, string nextPageLink)
404public static async Task<IPage<NatGateway>> ListNextAsync(this INatGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkInterfacesOperations.cs (28)
534public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
713public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
949public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetVMNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1087var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
1149public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1281var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
1573public async Task<AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>> ListVirtualMachineScaleSetIpConfigurationsWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1722var _result = new AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>();
2018public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceRoleInstanceNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2156var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
2218public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceNetworkInterfacesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2350var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
3420public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3534var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
3593public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3707var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
3767public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetVMNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3881var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
3940public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListVirtualMachineScaleSetNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4054var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
4114public async Task<AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>> ListVirtualMachineScaleSetIpConfigurationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4228var _result = new AzureOperationResponse<IPage<NetworkInterfaceIPConfiguration>>();
4288public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceRoleInstanceNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4402var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
4461public async Task<AzureOperationResponse<IPage<NetworkInterface>>> ListCloudServiceNetworkInterfacesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4575var _result = new AzureOperationResponse<IPage<NetworkInterface>>();
Generated\NetworkInterfacesOperationsExtensions.cs (28)
205public static IPage<NetworkInterface> ListAll(this INetworkInterfacesOperations operations)
219public static async Task<IPage<NetworkInterface>> ListAllAsync(this INetworkInterfacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<NetworkInterface> List(this INetworkInterfacesOperations operations, string resourceGroupName)
253public static async Task<IPage<NetworkInterface>> ListAsync(this INetworkInterfacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
357public static IPage<NetworkInterface> ListVirtualMachineScaleSetVMNetworkInterfaces(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex)
381public static async Task<IPage<NetworkInterface>> ListVirtualMachineScaleSetVMNetworkInterfacesAsync(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, CancellationToken cancellationToken = default(CancellationToken))
401public static IPage<NetworkInterface> ListVirtualMachineScaleSetNetworkInterfaces(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName)
421public static async Task<IPage<NetworkInterface>> ListVirtualMachineScaleSetNetworkInterfacesAsync(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default(CancellationToken))
509public static IPage<NetworkInterfaceIPConfiguration> ListVirtualMachineScaleSetIpConfigurations(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = default(string))
539public static async Task<IPage<NetworkInterfaceIPConfiguration>> ListVirtualMachineScaleSetIpConfigurationsAsync(this INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
629public static IPage<NetworkInterface> ListCloudServiceRoleInstanceNetworkInterfaces(this INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName)
653public static async Task<IPage<NetworkInterface>> ListCloudServiceRoleInstanceNetworkInterfacesAsync(this INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName, CancellationToken cancellationToken = default(CancellationToken))
673public static IPage<NetworkInterface> ListCloudServiceNetworkInterfaces(this INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName)
693public static async Task<IPage<NetworkInterface>> ListCloudServiceNetworkInterfacesAsync(this INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default(CancellationToken))
931public static IPage<NetworkInterface> ListAllNext(this INetworkInterfacesOperations operations, string nextPageLink)
948public static async Task<IPage<NetworkInterface>> ListAllNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
965public static IPage<NetworkInterface> ListNext(this INetworkInterfacesOperations operations, string nextPageLink)
982public static async Task<IPage<NetworkInterface>> ListNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1000public static IPage<NetworkInterface> ListVirtualMachineScaleSetVMNetworkInterfacesNext(this INetworkInterfacesOperations operations, string nextPageLink)
1018public static async Task<IPage<NetworkInterface>> ListVirtualMachineScaleSetVMNetworkInterfacesNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1035public static IPage<NetworkInterface> ListVirtualMachineScaleSetNetworkInterfacesNext(this INetworkInterfacesOperations operations, string nextPageLink)
1052public static async Task<IPage<NetworkInterface>> ListVirtualMachineScaleSetNetworkInterfacesNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1070public static IPage<NetworkInterfaceIPConfiguration> ListVirtualMachineScaleSetIpConfigurationsNext(this INetworkInterfacesOperations operations, string nextPageLink)
1088public static async Task<IPage<NetworkInterfaceIPConfiguration>> ListVirtualMachineScaleSetIpConfigurationsNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1106public static IPage<NetworkInterface> ListCloudServiceRoleInstanceNetworkInterfacesNext(this INetworkInterfacesOperations operations, string nextPageLink)
1124public static async Task<IPage<NetworkInterface>> ListCloudServiceRoleInstanceNetworkInterfacesNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1141public static IPage<NetworkInterface> ListCloudServiceNetworkInterfacesNext(this INetworkInterfacesOperations operations, string nextPageLink)
1158public static async Task<IPage<NetworkInterface>> ListCloudServiceNetworkInterfacesNextAsync(this INetworkInterfacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkManagementClient.cs (24)
1014public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> PutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1017AzureOperationResponse<IPage<BastionShareableLink>> _response = await BeginPutBastionShareableLinkWithHttpMessagesAsync(resourceGroupName, bastionHostName, bslRequest, customHeaders, cancellationToken).ConfigureAwait(false);
1081public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> GetBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1224var _result = new AzureOperationResponse<IPage<BastionShareableLink>>();
1271public async Task<AzureOperationResponse<IPage<BastionActiveSession>>> GetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1274AzureOperationResponse<IPage<BastionActiveSession>> _response = await BeginGetActiveSessionsWithHttpMessagesAsync(resourceGroupName, bastionHostName, customHeaders, cancellationToken).ConfigureAwait(false);
1311public async Task<AzureOperationResponse<IPage<BastionSessionState>>> DisconnectActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, SessionIds sessionIds, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1454var _result = new AzureOperationResponse<IPage<BastionSessionState>>();
1942public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> BeginPutBastionShareableLinkWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2085var _result = new AzureOperationResponse<IPage<BastionShareableLink>>();
2335public async Task<AzureOperationResponse<IPage<BastionActiveSession>>> BeginGetActiveSessionsWithHttpMessagesAsync(string resourceGroupName, string bastionHostName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2467var _result = new AzureOperationResponse<IPage<BastionActiveSession>>();
2723public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> PutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2726AzureOperationResponse<IPage<BastionShareableLink>> _response = await BeginPutBastionShareableLinkNextWithHttpMessagesAsync(nextPageLink, customHeaders, cancellationToken).ConfigureAwait(false);
2758public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> GetBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2872var _result = new AzureOperationResponse<IPage<BastionShareableLink>>();
2916public async Task<AzureOperationResponse<IPage<BastionActiveSession>>> GetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2919AzureOperationResponse<IPage<BastionActiveSession>> _response = await BeginGetActiveSessionsNextWithHttpMessagesAsync(nextPageLink, customHeaders, cancellationToken).ConfigureAwait(false);
2950public async Task<AzureOperationResponse<IPage<BastionSessionState>>> DisconnectActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3064var _result = new AzureOperationResponse<IPage<BastionSessionState>>();
3123public async Task<AzureOperationResponse<IPage<BastionShareableLink>>> BeginPutBastionShareableLinkNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3237var _result = new AzureOperationResponse<IPage<BastionShareableLink>>();
3296public async Task<AzureOperationResponse<IPage<BastionActiveSession>>> BeginGetActiveSessionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3410var _result = new AzureOperationResponse<IPage<BastionActiveSession>>();
Generated\NetworkManagementClientExtensions.cs (24)
39public static IPage<BastionShareableLink> PutBastionShareableLink(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest)
62public static async Task<IPage<BastionShareableLink>> PutBastionShareableLinkAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default(CancellationToken))
131public static IPage<BastionShareableLink> GetBastionShareableLink(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest)
155public static async Task<IPage<BastionShareableLink>> GetBastionShareableLinkAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default(CancellationToken))
175public static IPage<BastionActiveSession> GetActiveSessions(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName)
195public static async Task<IPage<BastionActiveSession>> GetActiveSessionsAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default(CancellationToken))
218public static IPage<BastionSessionState> DisconnectActiveSessions(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, SessionIds sessionIds)
241public static async Task<IPage<BastionSessionState>> DisconnectActiveSessionsAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, SessionIds sessionIds, CancellationToken cancellationToken = default(CancellationToken))
404public static IPage<BastionShareableLink> BeginPutBastionShareableLink(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest)
427public static async Task<IPage<BastionShareableLink>> BeginPutBastionShareableLinkAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, BastionShareableLinkListRequest bslRequest, CancellationToken cancellationToken = default(CancellationToken))
492public static IPage<BastionActiveSession> BeginGetActiveSessions(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName)
512public static async Task<IPage<BastionActiveSession>> BeginGetActiveSessionsAsync(this INetworkManagementClient operations, string resourceGroupName, string bastionHostName, CancellationToken cancellationToken = default(CancellationToken))
583public static IPage<BastionShareableLink> PutBastionShareableLinkNext(this INetworkManagementClient operations, string nextPageLink)
600public static async Task<IPage<BastionShareableLink>> PutBastionShareableLinkNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
618public static IPage<BastionShareableLink> GetBastionShareableLinkNext(this INetworkManagementClient operations, string nextPageLink)
636public static async Task<IPage<BastionShareableLink>> GetBastionShareableLinkNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
653public static IPage<BastionActiveSession> GetActiveSessionsNext(this INetworkManagementClient operations, string nextPageLink)
670public static async Task<IPage<BastionActiveSession>> GetActiveSessionsNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
687public static IPage<BastionSessionState> DisconnectActiveSessionsNext(this INetworkManagementClient operations, string nextPageLink)
704public static async Task<IPage<BastionSessionState>> DisconnectActiveSessionsNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
721public static IPage<BastionShareableLink> BeginPutBastionShareableLinkNext(this INetworkManagementClient operations, string nextPageLink)
738public static async Task<IPage<BastionShareableLink>> BeginPutBastionShareableLinkNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
755public static IPage<BastionActiveSession> BeginGetActiveSessionsNext(this INetworkManagementClient operations, string nextPageLink)
772public static async Task<IPage<BastionActiveSession>> BeginGetActiveSessionsNextAsync(this INetworkManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkProfilesOperations.cs (8)
735public async Task<AzureOperationResponse<IPage<NetworkProfile>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
855var _result = new AzureOperationResponse<IPage<NetworkProfile>>();
914public async Task<AzureOperationResponse<IPage<NetworkProfile>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1040var _result = new AzureOperationResponse<IPage<NetworkProfile>>();
1272public async Task<AzureOperationResponse<IPage<NetworkProfile>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1386var _result = new AzureOperationResponse<IPage<NetworkProfile>>();
1445public async Task<AzureOperationResponse<IPage<NetworkProfile>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1559var _result = new AzureOperationResponse<IPage<NetworkProfile>>();
Generated\NetworkProfilesOperationsExtensions.cs (8)
205public static IPage<NetworkProfile> ListAll(this INetworkProfilesOperations operations)
219public static async Task<IPage<NetworkProfile>> ListAllAsync(this INetworkProfilesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<NetworkProfile> List(this INetworkProfilesOperations operations, string resourceGroupName)
253public static async Task<IPage<NetworkProfile>> ListAsync(this INetworkProfilesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<NetworkProfile> ListAllNext(this INetworkProfilesOperations operations, string nextPageLink)
324public static async Task<IPage<NetworkProfile>> ListAllNextAsync(this INetworkProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<NetworkProfile> ListNext(this INetworkProfilesOperations operations, string nextPageLink)
358public static async Task<IPage<NetworkProfile>> ListNextAsync(this INetworkProfilesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkSecurityGroupsOperations.cs (8)
536public async Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<NetworkSecurityGroup>>();
715public async Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
841var _result = new AzureOperationResponse<IPage<NetworkSecurityGroup>>();
1301public async Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<NetworkSecurityGroup>>();
1474public async Task<AzureOperationResponse<IPage<NetworkSecurityGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1588var _result = new AzureOperationResponse<IPage<NetworkSecurityGroup>>();
Generated\NetworkSecurityGroupsOperationsExtensions.cs (8)
209public static IPage<NetworkSecurityGroup> ListAll(this INetworkSecurityGroupsOperations operations)
223public static async Task<IPage<NetworkSecurityGroup>> ListAllAsync(this INetworkSecurityGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
240public static IPage<NetworkSecurityGroup> List(this INetworkSecurityGroupsOperations operations, string resourceGroupName)
257public static async Task<IPage<NetworkSecurityGroup>> ListAsync(this INetworkSecurityGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
361public static IPage<NetworkSecurityGroup> ListAllNext(this INetworkSecurityGroupsOperations operations, string nextPageLink)
378public static async Task<IPage<NetworkSecurityGroup>> ListAllNextAsync(this INetworkSecurityGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
395public static IPage<NetworkSecurityGroup> ListNext(this INetworkSecurityGroupsOperations operations, string nextPageLink)
412public static async Task<IPage<NetworkSecurityGroup>> ListNextAsync(this INetworkSecurityGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkVirtualAppliancesOperations.cs (8)
537public async Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
663var _result = new AzureOperationResponse<IPage<NetworkVirtualAppliance>>();
719public async Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<NetworkVirtualAppliance>>();
1301public async Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<NetworkVirtualAppliance>>();
1474public async Task<AzureOperationResponse<IPage<NetworkVirtualAppliance>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1588var _result = new AzureOperationResponse<IPage<NetworkVirtualAppliance>>();
Generated\NetworkVirtualAppliancesOperationsExtensions.cs (8)
208public static IPage<NetworkVirtualAppliance> ListByResourceGroup(this INetworkVirtualAppliancesOperations operations, string resourceGroupName)
225public static async Task<IPage<NetworkVirtualAppliance>> ListByResourceGroupAsync(this INetworkVirtualAppliancesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<NetworkVirtualAppliance> List(this INetworkVirtualAppliancesOperations operations)
253public static async Task<IPage<NetworkVirtualAppliance>> ListAsync(this INetworkVirtualAppliancesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<NetworkVirtualAppliance> ListByResourceGroupNext(this INetworkVirtualAppliancesOperations operations, string nextPageLink)
370public static async Task<IPage<NetworkVirtualAppliance>> ListByResourceGroupNextAsync(this INetworkVirtualAppliancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<NetworkVirtualAppliance> ListNext(this INetworkVirtualAppliancesOperations operations, string nextPageLink)
404public static async Task<IPage<NetworkVirtualAppliance>> ListNextAsync(this INetworkVirtualAppliancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\P2sVpnGatewaysOperations.cs (8)
347public async Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
473var _result = new AzureOperationResponse<IPage<P2SVpnGateway>>();
529public async Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
649var _result = new AzureOperationResponse<IPage<P2SVpnGateway>>();
2436public async Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2550var _result = new AzureOperationResponse<IPage<P2SVpnGateway>>();
2609public async Task<AzureOperationResponse<IPage<P2SVpnGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2723var _result = new AzureOperationResponse<IPage<P2SVpnGateway>>();
Generated\P2sVpnGatewaysOperationsExtensions.cs (8)
204public static IPage<P2SVpnGateway> ListByResourceGroup(this IP2sVpnGatewaysOperations operations, string resourceGroupName)
221public static async Task<IPage<P2SVpnGateway>> ListByResourceGroupAsync(this IP2sVpnGatewaysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<P2SVpnGateway> List(this IP2sVpnGatewaysOperations operations)
249public static async Task<IPage<P2SVpnGateway>> ListAsync(this IP2sVpnGatewaysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
847public static IPage<P2SVpnGateway> ListByResourceGroupNext(this IP2sVpnGatewaysOperations operations, string nextPageLink)
864public static async Task<IPage<P2SVpnGateway>> ListByResourceGroupNextAsync(this IP2sVpnGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
881public static IPage<P2SVpnGateway> ListNext(this IP2sVpnGatewaysOperations operations, string nextPageLink)
898public static async Task<IPage<P2SVpnGateway>> ListNextAsync(this IP2sVpnGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PeerExpressRouteCircuitConnectionsOperationsExtensions.cs (4)
94public static IPage<PeerExpressRouteCircuitConnection> List(this IPeerExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName)
118public static async Task<IPage<PeerExpressRouteCircuitConnection>> ListAsync(this IPeerExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName, CancellationToken cancellationToken = default(CancellationToken))
136public static IPage<PeerExpressRouteCircuitConnection> ListNext(this IPeerExpressRouteCircuitConnectionsOperations operations, string nextPageLink)
154public static async Task<IPage<PeerExpressRouteCircuitConnection>> ListNextAsync(this IPeerExpressRouteCircuitConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrivateEndpointsOperations.cs (8)
324public async Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
445var _result = new AzureOperationResponse<IPage<PrivateEndpoint>>();
501public async Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
616var _result = new AzureOperationResponse<IPage<PrivateEndpoint>>();
1068public async Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1177var _result = new AzureOperationResponse<IPage<PrivateEndpoint>>();
1236public async Task<AzureOperationResponse<IPage<PrivateEndpoint>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1345var _result = new AzureOperationResponse<IPage<PrivateEndpoint>>();
Generated\PrivateEndpointsOperationsExtensions.cs (8)
162public static IPage<PrivateEndpoint> List(this IPrivateEndpointsOperations operations, string resourceGroupName)
179public static async Task<IPage<PrivateEndpoint>> ListAsync(this IPrivateEndpointsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
193public static IPage<PrivateEndpoint> ListBySubscription(this IPrivateEndpointsOperations operations)
207public static async Task<IPage<PrivateEndpoint>> ListBySubscriptionAsync(this IPrivateEndpointsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<PrivateEndpoint> ListNext(this IPrivateEndpointsOperations operations, string nextPageLink)
324public static async Task<IPage<PrivateEndpoint>> ListNextAsync(this IPrivateEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<PrivateEndpoint> ListBySubscriptionNext(this IPrivateEndpointsOperations operations, string nextPageLink)
358public static async Task<IPage<PrivateEndpoint>> ListBySubscriptionNextAsync(this IPrivateEndpointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrivateLinkServicesOperations.cs (20)
324public async Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
445var _result = new AzureOperationResponse<IPage<PrivateLinkService>>();
501public async Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
616var _result = new AzureOperationResponse<IPage<PrivateLinkService>>();
1128public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1255var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
1363public async Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1489var _result = new AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>();
1552public async Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesByResourceGroupWithHttpMessagesAsync(string location, string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1684var _result = new AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>();
2722public async Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2831var _result = new AzureOperationResponse<IPage<PrivateLinkService>>();
2890public async Task<AzureOperationResponse<IPage<PrivateLinkService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2999var _result = new AzureOperationResponse<IPage<PrivateLinkService>>();
3058public async Task<AzureOperationResponse<IPage<PrivateEndpointConnection>>> ListPrivateEndpointConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3167var _result = new AzureOperationResponse<IPage<PrivateEndpointConnection>>();
3227public async Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3341var _result = new AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>();
3401public async Task<AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>> ListAutoApprovedPrivateLinkServicesByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3515var _result = new AzureOperationResponse<IPage<AutoApprovedPrivateLinkService>>();
Generated\PrivateLinkServicesOperationsExtensions.cs (20)
162public static IPage<PrivateLinkService> List(this IPrivateLinkServicesOperations operations, string resourceGroupName)
179public static async Task<IPage<PrivateLinkService>> ListAsync(this IPrivateLinkServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
193public static IPage<PrivateLinkService> ListBySubscription(this IPrivateLinkServicesOperations operations)
207public static async Task<IPage<PrivateLinkService>> ListBySubscriptionAsync(this IPrivateLinkServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
380public static IPage<PrivateEndpointConnection> ListPrivateEndpointConnections(this IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName)
400public static async Task<IPage<PrivateEndpointConnection>> ListPrivateEndpointConnectionsAsync(this IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken))
506public static IPage<AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServices(this IPrivateLinkServicesOperations operations, string location)
524public static async Task<IPage<AutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesAsync(this IPrivateLinkServicesOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
545public static IPage<AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServicesByResourceGroup(this IPrivateLinkServicesOperations operations, string location, string resourceGroupName)
566public static async Task<IPage<AutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesByResourceGroupAsync(this IPrivateLinkServicesOperations operations, string location, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
799public static IPage<PrivateLinkService> ListNext(this IPrivateLinkServicesOperations operations, string nextPageLink)
816public static async Task<IPage<PrivateLinkService>> ListNextAsync(this IPrivateLinkServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
833public static IPage<PrivateLinkService> ListBySubscriptionNext(this IPrivateLinkServicesOperations operations, string nextPageLink)
850public static async Task<IPage<PrivateLinkService>> ListBySubscriptionNextAsync(this IPrivateLinkServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
867public static IPage<PrivateEndpointConnection> ListPrivateEndpointConnectionsNext(this IPrivateLinkServicesOperations operations, string nextPageLink)
884public static async Task<IPage<PrivateEndpointConnection>> ListPrivateEndpointConnectionsNextAsync(this IPrivateLinkServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
902public static IPage<AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServicesNext(this IPrivateLinkServicesOperations operations, string nextPageLink)
920public static async Task<IPage<AutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesNextAsync(this IPrivateLinkServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
938public static IPage<AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServicesByResourceGroupNext(this IPrivateLinkServicesOperations operations, string nextPageLink)
956public static async Task<IPage<AutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesByResourceGroupNextAsync(this IPrivateLinkServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PublicIpAddressesOperations.cs (24)
534public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
713public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
902public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetPublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1034var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
1106public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetVMPublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1256var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
1556public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServicePublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1688var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
1760public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServiceRoleInstancePublicIPAddressesWithHttpMessagesAsync(string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string ipConfigurationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1910var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
2610public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2724var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
2783public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2897var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
2957public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetPublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3071var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
3131public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListVirtualMachineScaleSetVMPublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3245var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
3304public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServicePublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3418var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
3478public async Task<AzureOperationResponse<IPage<PublicIPAddress>>> ListCloudServiceRoleInstancePublicIPAddressesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3592var _result = new AzureOperationResponse<IPage<PublicIPAddress>>();
Generated\PublicIpAddressesOperationsExtensions.cs (24)
205public static IPage<PublicIPAddress> ListAll(this IPublicIPAddressesOperations operations)
219public static async Task<IPage<PublicIPAddress>> ListAllAsync(this IPublicIPAddressesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<PublicIPAddress> List(this IPublicIPAddressesOperations operations, string resourceGroupName)
253public static async Task<IPage<PublicIPAddress>> ListAsync(this IPublicIPAddressesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
274public static IPage<PublicIPAddress> ListVirtualMachineScaleSetPublicIPAddresses(this IPublicIPAddressesOperations operations, string resourceGroupName, string virtualMachineScaleSetName)
295public static async Task<IPage<PublicIPAddress>> ListVirtualMachineScaleSetPublicIPAddressesAsync(this IPublicIPAddressesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, CancellationToken cancellationToken = default(CancellationToken))
325public static IPage<PublicIPAddress> ListVirtualMachineScaleSetVMPublicIPAddresses(this IPublicIPAddressesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName)
355public static async Task<IPage<PublicIPAddress>> ListVirtualMachineScaleSetVMPublicIPAddressesAsync(this IPublicIPAddressesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default(CancellationToken))
445public static IPage<PublicIPAddress> ListCloudServicePublicIPAddresses(this IPublicIPAddressesOperations operations, string resourceGroupName, string cloudServiceName)
465public static async Task<IPage<PublicIPAddress>> ListCloudServicePublicIPAddressesAsync(this IPublicIPAddressesOperations operations, string resourceGroupName, string cloudServiceName, CancellationToken cancellationToken = default(CancellationToken))
495public static IPage<PublicIPAddress> ListCloudServiceRoleInstancePublicIPAddresses(this IPublicIPAddressesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string ipConfigurationName)
525public static async Task<IPage<PublicIPAddress>> ListCloudServiceRoleInstancePublicIPAddressesAsync(this IPublicIPAddressesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string ipConfigurationName, CancellationToken cancellationToken = default(CancellationToken))
695public static IPage<PublicIPAddress> ListAllNext(this IPublicIPAddressesOperations operations, string nextPageLink)
712public static async Task<IPage<PublicIPAddress>> ListAllNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
729public static IPage<PublicIPAddress> ListNext(this IPublicIPAddressesOperations operations, string nextPageLink)
746public static async Task<IPage<PublicIPAddress>> ListNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
764public static IPage<PublicIPAddress> ListVirtualMachineScaleSetPublicIPAddressesNext(this IPublicIPAddressesOperations operations, string nextPageLink)
782public static async Task<IPage<PublicIPAddress>> ListVirtualMachineScaleSetPublicIPAddressesNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
800public static IPage<PublicIPAddress> ListVirtualMachineScaleSetVMPublicIPAddressesNext(this IPublicIPAddressesOperations operations, string nextPageLink)
818public static async Task<IPage<PublicIPAddress>> ListVirtualMachineScaleSetVMPublicIPAddressesNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
835public static IPage<PublicIPAddress> ListCloudServicePublicIPAddressesNext(this IPublicIPAddressesOperations operations, string nextPageLink)
852public static async Task<IPage<PublicIPAddress>> ListCloudServicePublicIPAddressesNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
870public static IPage<PublicIPAddress> ListCloudServiceRoleInstancePublicIPAddressesNext(this IPublicIPAddressesOperations operations, string nextPageLink)
888public static async Task<IPage<PublicIPAddress>> ListCloudServiceRoleInstancePublicIPAddressesNextAsync(this IPublicIPAddressesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PublicIPPrefixesOperations.cs (8)
534public async Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<PublicIPPrefix>>();
713public async Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<PublicIPPrefix>>();
1301public async Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<PublicIPPrefix>>();
1474public async Task<AzureOperationResponse<IPage<PublicIPPrefix>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1588var _result = new AzureOperationResponse<IPage<PublicIPPrefix>>();
Generated\PublicIPPrefixesOperationsExtensions.cs (8)
205public static IPage<PublicIPPrefix> ListAll(this IPublicIPPrefixesOperations operations)
219public static async Task<IPage<PublicIPPrefix>> ListAllAsync(this IPublicIPPrefixesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<PublicIPPrefix> List(this IPublicIPPrefixesOperations operations, string resourceGroupName)
253public static async Task<IPage<PublicIPPrefix>> ListAsync(this IPublicIPPrefixesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<PublicIPPrefix> ListAllNext(this IPublicIPPrefixesOperations operations, string nextPageLink)
370public static async Task<IPage<PublicIPPrefix>> ListAllNextAsync(this IPublicIPPrefixesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<PublicIPPrefix> ListNext(this IPublicIPPrefixesOperations operations, string nextPageLink)
404public static async Task<IPage<PublicIPPrefix>> ListNextAsync(this IPublicIPPrefixesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RouteFiltersOperations.cs (8)
537public async Task<AzureOperationResponse<IPage<RouteFilter>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
663var _result = new AzureOperationResponse<IPage<RouteFilter>>();
719public async Task<AzureOperationResponse<IPage<RouteFilter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<RouteFilter>>();
1297public async Task<AzureOperationResponse<IPage<RouteFilter>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1411var _result = new AzureOperationResponse<IPage<RouteFilter>>();
1470public async Task<AzureOperationResponse<IPage<RouteFilter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1584var _result = new AzureOperationResponse<IPage<RouteFilter>>();
Generated\RouteFiltersOperationsExtensions.cs (8)
208public static IPage<RouteFilter> ListByResourceGroup(this IRouteFiltersOperations operations, string resourceGroupName)
225public static async Task<IPage<RouteFilter>> ListByResourceGroupAsync(this IRouteFiltersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<RouteFilter> List(this IRouteFiltersOperations operations)
253public static async Task<IPage<RouteFilter>> ListAsync(this IRouteFiltersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<RouteFilter> ListByResourceGroupNext(this IRouteFiltersOperations operations, string nextPageLink)
370public static async Task<IPage<RouteFilter>> ListByResourceGroupNextAsync(this IRouteFiltersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<RouteFilter> ListNext(this IRouteFiltersOperations operations, string nextPageLink)
404public static async Task<IPage<RouteFilter>> ListNextAsync(this IRouteFiltersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RouteTablesOperations.cs (8)
537public async Task<AzureOperationResponse<IPage<RouteTable>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
663var _result = new AzureOperationResponse<IPage<RouteTable>>();
719public async Task<AzureOperationResponse<IPage<RouteTable>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<RouteTable>>();
1297public async Task<AzureOperationResponse<IPage<RouteTable>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1411var _result = new AzureOperationResponse<IPage<RouteTable>>();
1470public async Task<AzureOperationResponse<IPage<RouteTable>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1584var _result = new AzureOperationResponse<IPage<RouteTable>>();
Generated\RouteTablesOperationsExtensions.cs (8)
208public static IPage<RouteTable> List(this IRouteTablesOperations operations, string resourceGroupName)
225public static async Task<IPage<RouteTable>> ListAsync(this IRouteTablesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<RouteTable> ListAll(this IRouteTablesOperations operations)
253public static async Task<IPage<RouteTable>> ListAllAsync(this IRouteTablesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
353public static IPage<RouteTable> ListNext(this IRouteTablesOperations operations, string nextPageLink)
370public static async Task<IPage<RouteTable>> ListNextAsync(this IRouteTablesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<RouteTable> ListAllNext(this IRouteTablesOperations operations, string nextPageLink)
404public static async Task<IPage<RouteTable>> ListAllNextAsync(this IRouteTablesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SecurityPartnerProvidersOperations.cs (8)
530public async Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<SecurityPartnerProvider>>();
712public async Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<SecurityPartnerProvider>>();
1291public async Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1405var _result = new AzureOperationResponse<IPage<SecurityPartnerProvider>>();
1464public async Task<AzureOperationResponse<IPage<SecurityPartnerProvider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1578var _result = new AzureOperationResponse<IPage<SecurityPartnerProvider>>();
Generated\SecurityPartnerProvidersOperationsExtensions.cs (8)
204public static IPage<SecurityPartnerProvider> ListByResourceGroup(this ISecurityPartnerProvidersOperations operations, string resourceGroupName)
221public static async Task<IPage<SecurityPartnerProvider>> ListByResourceGroupAsync(this ISecurityPartnerProvidersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<SecurityPartnerProvider> List(this ISecurityPartnerProvidersOperations operations)
249public static async Task<IPage<SecurityPartnerProvider>> ListAsync(this ISecurityPartnerProvidersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<SecurityPartnerProvider> ListByResourceGroupNext(this ISecurityPartnerProvidersOperations operations, string nextPageLink)
368public static async Task<IPage<SecurityPartnerProvider>> ListByResourceGroupNextAsync(this ISecurityPartnerProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<SecurityPartnerProvider> ListNext(this ISecurityPartnerProvidersOperations operations, string nextPageLink)
402public static async Task<IPage<SecurityPartnerProvider>> ListNextAsync(this ISecurityPartnerProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceEndpointPoliciesOperations.cs (8)
535public async Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
655var _result = new AzureOperationResponse<IPage<ServiceEndpointPolicy>>();
714public async Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
840var _result = new AzureOperationResponse<IPage<ServiceEndpointPolicy>>();
1299public async Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1413var _result = new AzureOperationResponse<IPage<ServiceEndpointPolicy>>();
1472public async Task<AzureOperationResponse<IPage<ServiceEndpointPolicy>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1586var _result = new AzureOperationResponse<IPage<ServiceEndpointPolicy>>();
Generated\ServiceEndpointPoliciesOperationsExtensions.cs (8)
207public static IPage<ServiceEndpointPolicy> List(this IServiceEndpointPoliciesOperations operations)
221public static async Task<IPage<ServiceEndpointPolicy>> ListAsync(this IServiceEndpointPoliciesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
238public static IPage<ServiceEndpointPolicy> ListByResourceGroup(this IServiceEndpointPoliciesOperations operations, string resourceGroupName)
255public static async Task<IPage<ServiceEndpointPolicy>> ListByResourceGroupAsync(this IServiceEndpointPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
357public static IPage<ServiceEndpointPolicy> ListNext(this IServiceEndpointPoliciesOperations operations, string nextPageLink)
374public static async Task<IPage<ServiceEndpointPolicy>> ListNextAsync(this IServiceEndpointPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
391public static IPage<ServiceEndpointPolicy> ListByResourceGroupNext(this IServiceEndpointPoliciesOperations operations, string nextPageLink)
408public static async Task<IPage<ServiceEndpointPolicy>> ListByResourceGroupNextAsync(this IServiceEndpointPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualHubsOperations.cs (8)
530public async Task<AzureOperationResponse<IPage<VirtualHub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<VirtualHub>>();
712public async Task<AzureOperationResponse<IPage<VirtualHub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<VirtualHub>>();
1505public async Task<AzureOperationResponse<IPage<VirtualHub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1619var _result = new AzureOperationResponse<IPage<VirtualHub>>();
1678public async Task<AzureOperationResponse<IPage<VirtualHub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1792var _result = new AzureOperationResponse<IPage<VirtualHub>>();
Generated\VirtualHubsOperationsExtensions.cs (8)
204public static IPage<VirtualHub> ListByResourceGroup(this IVirtualHubsOperations operations, string resourceGroupName)
221public static async Task<IPage<VirtualHub>> ListByResourceGroupAsync(this IVirtualHubsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<VirtualHub> List(this IVirtualHubsOperations operations)
249public static async Task<IPage<VirtualHub>> ListAsync(this IVirtualHubsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
441public static IPage<VirtualHub> ListByResourceGroupNext(this IVirtualHubsOperations operations, string nextPageLink)
458public static async Task<IPage<VirtualHub>> ListByResourceGroupNextAsync(this IVirtualHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
475public static IPage<VirtualHub> ListNext(this IVirtualHubsOperations operations, string nextPageLink)
492public static async Task<IPage<VirtualHub>> ListNextAsync(this IVirtualHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualNetworkGatewaysOperations.cs (8)
347public async Task<AzureOperationResponse<IPage<VirtualNetworkGateway>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
473var _result = new AzureOperationResponse<IPage<VirtualNetworkGateway>>();
535public async Task<AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>> ListConnectionsWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkGatewayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
667var _result = new AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>();
4896public async Task<AzureOperationResponse<IPage<VirtualNetworkGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5010var _result = new AzureOperationResponse<IPage<VirtualNetworkGateway>>();
5069public async Task<AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>> ListConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5183var _result = new AzureOperationResponse<IPage<VirtualNetworkGatewayConnectionListEntity>>();
Generated\VirtualNetworkGatewaysOperationsExtensions.cs (8)
204public static IPage<VirtualNetworkGateway> List(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName)
221public static async Task<IPage<VirtualNetworkGateway>> ListAsync(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
241public static IPage<VirtualNetworkGatewayConnectionListEntity> ListConnections(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName)
261public static async Task<IPage<VirtualNetworkGatewayConnectionListEntity>> ListConnectionsAsync(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, CancellationToken cancellationToken = default(CancellationToken))
1801public static IPage<VirtualNetworkGateway> ListNext(this IVirtualNetworkGatewaysOperations operations, string nextPageLink)
1818public static async Task<IPage<VirtualNetworkGateway>> ListNextAsync(this IVirtualNetworkGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1835public static IPage<VirtualNetworkGatewayConnectionListEntity> ListConnectionsNext(this IVirtualNetworkGatewaysOperations operations, string nextPageLink)
1852public static async Task<IPage<VirtualNetworkGatewayConnectionListEntity>> ListConnectionsNextAsync(this IVirtualNetworkGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualNetworksOperations.cs (12)
534public async Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
654var _result = new AzureOperationResponse<IPage<VirtualNetwork>>();
713public async Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
839var _result = new AzureOperationResponse<IPage<VirtualNetwork>>();
1107public async Task<AzureOperationResponse<IPage<VirtualNetworkUsage>>> ListUsageWithHttpMessagesAsync(string resourceGroupName, string virtualNetworkName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1239var _result = new AzureOperationResponse<IPage<VirtualNetworkUsage>>();
1701public async Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1815var _result = new AzureOperationResponse<IPage<VirtualNetwork>>();
1874public async Task<AzureOperationResponse<IPage<VirtualNetwork>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1988var _result = new AzureOperationResponse<IPage<VirtualNetwork>>();
2047public async Task<AzureOperationResponse<IPage<VirtualNetworkUsage>>> ListUsageNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2161var _result = new AzureOperationResponse<IPage<VirtualNetworkUsage>>();
Generated\VirtualNetworksOperationsExtensions.cs (12)
205public static IPage<VirtualNetwork> ListAll(this IVirtualNetworksOperations operations)
219public static async Task<IPage<VirtualNetwork>> ListAllAsync(this IVirtualNetworksOperations operations, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<VirtualNetwork> List(this IVirtualNetworksOperations operations, string resourceGroupName)
253public static async Task<IPage<VirtualNetwork>> ListAsync(this IVirtualNetworksOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
319public static IPage<VirtualNetworkUsage> ListUsage(this IVirtualNetworksOperations operations, string resourceGroupName, string virtualNetworkName)
339public static async Task<IPage<VirtualNetworkUsage>> ListUsageAsync(this IVirtualNetworksOperations operations, string resourceGroupName, string virtualNetworkName, CancellationToken cancellationToken = default(CancellationToken))
439public static IPage<VirtualNetwork> ListAllNext(this IVirtualNetworksOperations operations, string nextPageLink)
456public static async Task<IPage<VirtualNetwork>> ListAllNextAsync(this IVirtualNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
473public static IPage<VirtualNetwork> ListNext(this IVirtualNetworksOperations operations, string nextPageLink)
490public static async Task<IPage<VirtualNetwork>> ListNextAsync(this IVirtualNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
507public static IPage<VirtualNetworkUsage> ListUsageNext(this IVirtualNetworksOperations operations, string nextPageLink)
524public static async Task<IPage<VirtualNetworkUsage>> ListUsageNextAsync(this IVirtualNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualNetworkTapsOperations.cs (8)
526public async Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
646var _result = new AzureOperationResponse<IPage<VirtualNetworkTap>>();
705public async Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
831var _result = new AzureOperationResponse<IPage<VirtualNetworkTap>>();
1293public async Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1407var _result = new AzureOperationResponse<IPage<VirtualNetworkTap>>();
1466public async Task<AzureOperationResponse<IPage<VirtualNetworkTap>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1580var _result = new AzureOperationResponse<IPage<VirtualNetworkTap>>();
Generated\VirtualNetworkTapsOperationsExtensions.cs (8)
199public static IPage<VirtualNetworkTap> ListAll(this IVirtualNetworkTapsOperations operations)
213public static async Task<IPage<VirtualNetworkTap>> ListAllAsync(this IVirtualNetworkTapsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<VirtualNetworkTap> ListByResourceGroup(this IVirtualNetworkTapsOperations operations, string resourceGroupName)
247public static async Task<IPage<VirtualNetworkTap>> ListByResourceGroupAsync(this IVirtualNetworkTapsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
347public static IPage<VirtualNetworkTap> ListAllNext(this IVirtualNetworkTapsOperations operations, string nextPageLink)
364public static async Task<IPage<VirtualNetworkTap>> ListAllNextAsync(this IVirtualNetworkTapsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
381public static IPage<VirtualNetworkTap> ListByResourceGroupNext(this IVirtualNetworkTapsOperations operations, string nextPageLink)
398public static async Task<IPage<VirtualNetworkTap>> ListByResourceGroupNextAsync(this IVirtualNetworkTapsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualRoutersOperations.cs (8)
324public async Task<AzureOperationResponse<IPage<VirtualRouter>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
445var _result = new AzureOperationResponse<IPage<VirtualRouter>>();
501public async Task<AzureOperationResponse<IPage<VirtualRouter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
616var _result = new AzureOperationResponse<IPage<VirtualRouter>>();
1068public async Task<AzureOperationResponse<IPage<VirtualRouter>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1177var _result = new AzureOperationResponse<IPage<VirtualRouter>>();
1236public async Task<AzureOperationResponse<IPage<VirtualRouter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1345var _result = new AzureOperationResponse<IPage<VirtualRouter>>();
Generated\VirtualRoutersOperationsExtensions.cs (8)
162public static IPage<VirtualRouter> ListByResourceGroup(this IVirtualRoutersOperations operations, string resourceGroupName)
179public static async Task<IPage<VirtualRouter>> ListByResourceGroupAsync(this IVirtualRoutersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
193public static IPage<VirtualRouter> List(this IVirtualRoutersOperations operations)
207public static async Task<IPage<VirtualRouter>> ListAsync(this IVirtualRoutersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<VirtualRouter> ListByResourceGroupNext(this IVirtualRoutersOperations operations, string nextPageLink)
324public static async Task<IPage<VirtualRouter>> ListByResourceGroupNextAsync(this IVirtualRoutersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<VirtualRouter> ListNext(this IVirtualRoutersOperations operations, string nextPageLink)
358public static async Task<IPage<VirtualRouter>> ListNextAsync(this IVirtualRoutersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualWANsOperations.cs (8)
530public async Task<AzureOperationResponse<IPage<VirtualWAN>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<VirtualWAN>>();
712public async Task<AzureOperationResponse<IPage<VirtualWAN>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<VirtualWAN>>();
1291public async Task<AzureOperationResponse<IPage<VirtualWAN>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1405var _result = new AzureOperationResponse<IPage<VirtualWAN>>();
1464public async Task<AzureOperationResponse<IPage<VirtualWAN>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1578var _result = new AzureOperationResponse<IPage<VirtualWAN>>();
Generated\VirtualWANsOperationsExtensions.cs (8)
204public static IPage<VirtualWAN> ListByResourceGroup(this IVirtualWansOperations operations, string resourceGroupName)
221public static async Task<IPage<VirtualWAN>> ListByResourceGroupAsync(this IVirtualWansOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<VirtualWAN> List(this IVirtualWansOperations operations)
249public static async Task<IPage<VirtualWAN>> ListAsync(this IVirtualWansOperations operations, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<VirtualWAN> ListByResourceGroupNext(this IVirtualWansOperations operations, string nextPageLink)
368public static async Task<IPage<VirtualWAN>> ListByResourceGroupNextAsync(this IVirtualWansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<VirtualWAN> ListNext(this IVirtualWansOperations operations, string nextPageLink)
402public static async Task<IPage<VirtualWAN>> ListNextAsync(this IVirtualWansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VpnGatewaysOperations.cs (8)
421public async Task<AzureOperationResponse<IPage<VpnGateway>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
547var _result = new AzureOperationResponse<IPage<VpnGateway>>();
603public async Task<AzureOperationResponse<IPage<VpnGateway>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
723var _result = new AzureOperationResponse<IPage<VpnGateway>>();
1998public async Task<AzureOperationResponse<IPage<VpnGateway>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2112var _result = new AzureOperationResponse<IPage<VpnGateway>>();
2171public async Task<AzureOperationResponse<IPage<VpnGateway>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2285var _result = new AzureOperationResponse<IPage<VpnGateway>>();
Generated\VpnGatewaysOperationsExtensions.cs (8)
340public static IPage<VpnGateway> ListByResourceGroup(this IVpnGatewaysOperations operations, string resourceGroupName)
357public static async Task<IPage<VpnGateway>> ListByResourceGroupAsync(this IVpnGatewaysOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
371public static IPage<VpnGateway> List(this IVpnGatewaysOperations operations)
385public static async Task<IPage<VpnGateway>> ListAsync(this IVpnGatewaysOperations operations, CancellationToken cancellationToken = default(CancellationToken))
669public static IPage<VpnGateway> ListByResourceGroupNext(this IVpnGatewaysOperations operations, string nextPageLink)
686public static async Task<IPage<VpnGateway>> ListByResourceGroupNextAsync(this IVpnGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
703public static IPage<VpnGateway> ListNext(this IVpnGatewaysOperations operations, string nextPageLink)
720public static async Task<IPage<VpnGateway>> ListNextAsync(this IVpnGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VpnLinkConnectionsOperationsExtensions.cs (4)
40public static IPage<VpnSiteLinkConnection> ListByVpnConnection(this IVpnLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName)
64public static async Task<IPage<VpnSiteLinkConnection>> ListByVpnConnectionAsync(this IVpnLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName, CancellationToken cancellationToken = default(CancellationToken))
82public static IPage<VpnSiteLinkConnection> ListByVpnConnectionNext(this IVpnLinkConnectionsOperations operations, string nextPageLink)
100public static async Task<IPage<VpnSiteLinkConnection>> ListByVpnConnectionNextAsync(this IVpnLinkConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VpnServerConfigurationsOperations.cs (8)
530public async Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<VpnServerConfiguration>>();
712public async Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<VpnServerConfiguration>>();
1291public async Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1405var _result = new AzureOperationResponse<IPage<VpnServerConfiguration>>();
1464public async Task<AzureOperationResponse<IPage<VpnServerConfiguration>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1578var _result = new AzureOperationResponse<IPage<VpnServerConfiguration>>();
Generated\VpnServerConfigurationsOperationsExtensions.cs (8)
204public static IPage<VpnServerConfiguration> ListByResourceGroup(this IVpnServerConfigurationsOperations operations, string resourceGroupName)
221public static async Task<IPage<VpnServerConfiguration>> ListByResourceGroupAsync(this IVpnServerConfigurationsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<VpnServerConfiguration> List(this IVpnServerConfigurationsOperations operations)
249public static async Task<IPage<VpnServerConfiguration>> ListAsync(this IVpnServerConfigurationsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<VpnServerConfiguration> ListByResourceGroupNext(this IVpnServerConfigurationsOperations operations, string nextPageLink)
368public static async Task<IPage<VpnServerConfiguration>> ListByResourceGroupNextAsync(this IVpnServerConfigurationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<VpnServerConfiguration> ListNext(this IVpnServerConfigurationsOperations operations, string nextPageLink)
402public static async Task<IPage<VpnServerConfiguration>> ListNextAsync(this IVpnServerConfigurationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VpnSitesOperations.cs (8)
530public async Task<AzureOperationResponse<IPage<VpnSite>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
656var _result = new AzureOperationResponse<IPage<VpnSite>>();
712public async Task<AzureOperationResponse<IPage<VpnSite>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
832var _result = new AzureOperationResponse<IPage<VpnSite>>();
1295public async Task<AzureOperationResponse<IPage<VpnSite>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1409var _result = new AzureOperationResponse<IPage<VpnSite>>();
1468public async Task<AzureOperationResponse<IPage<VpnSite>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1582var _result = new AzureOperationResponse<IPage<VpnSite>>();
Generated\VpnSitesOperationsExtensions.cs (8)
204public static IPage<VpnSite> ListByResourceGroup(this IVpnSitesOperations operations, string resourceGroupName)
221public static async Task<IPage<VpnSite>> ListByResourceGroupAsync(this IVpnSitesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<VpnSite> List(this IVpnSitesOperations operations)
249public static async Task<IPage<VpnSite>> ListAsync(this IVpnSitesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<VpnSite> ListByResourceGroupNext(this IVpnSitesOperations operations, string nextPageLink)
368public static async Task<IPage<VpnSite>> ListByResourceGroupNextAsync(this IVpnSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
385public static IPage<VpnSite> ListNext(this IVpnSitesOperations operations, string nextPageLink)
402public static async Task<IPage<VpnSite>> ListNextAsync(this IVpnSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WebApplicationFirewallPoliciesOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>();
262public async Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
382var _result = new AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>();
1082public async Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1196var _result = new AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>();
1255public async Task<AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1369var _result = new AzureOperationResponse<IPage<WebApplicationFirewallPolicy>>();
Generated\WebApplicationFirewallPoliciesOperationsExtensions.cs (8)
33public static IPage<WebApplicationFirewallPolicy> List(this IWebApplicationFirewallPoliciesOperations operations, string resourceGroupName)
50public static async Task<IPage<WebApplicationFirewallPolicy>> ListAsync(this IWebApplicationFirewallPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<WebApplicationFirewallPolicy> ListAll(this IWebApplicationFirewallPoliciesOperations operations)
78public static async Task<IPage<WebApplicationFirewallPolicy>> ListAllAsync(this IWebApplicationFirewallPoliciesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
257public static IPage<WebApplicationFirewallPolicy> ListNext(this IWebApplicationFirewallPoliciesOperations operations, string nextPageLink)
274public static async Task<IPage<WebApplicationFirewallPolicy>> ListNextAsync(this IWebApplicationFirewallPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
291public static IPage<WebApplicationFirewallPolicy> ListAllNext(this IWebApplicationFirewallPoliciesOperations operations, string nextPageLink)
308public static async Task<IPage<WebApplicationFirewallPolicy>> ListAllNextAsync(this IWebApplicationFirewallPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.NotificationHubs (60)
Generated\INamespacesOperations.cs (6)
263Task<AzureOperationResponse<IPage<NamespaceResource>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
283Task<AzureOperationResponse<IPage<NamespaceResource>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
308Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<NamespaceResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
440Task<AzureOperationResponse<IPage<NamespaceResource>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
462Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INotificationHubsOperations.cs (4)
319Task<AzureOperationResponse<IPage<NotificationHubResource>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
347Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string notificationHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
467Task<AzureOperationResponse<IPage<NotificationHubResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
489Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\NamespacesOperations.cs (12)
1555public async Task<AzureOperationResponse<IPage<NamespaceResource>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1683var _result = new AzureOperationResponse<IPage<NamespaceResource>>();
1740public async Task<AzureOperationResponse<IPage<NamespaceResource>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1862var _result = new AzureOperationResponse<IPage<NamespaceResource>>();
1924public async Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2058var _result = new AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>();
2718public async Task<AzureOperationResponse<IPage<NamespaceResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2832var _result = new AzureOperationResponse<IPage<NamespaceResource>>();
2892public async Task<AzureOperationResponse<IPage<NamespaceResource>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3006var _result = new AzureOperationResponse<IPage<NamespaceResource>>();
3065public async Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3179var _result = new AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>();
Generated\NamespacesOperationsExtensions.cs (12)
390public static IPage<NamespaceResource> List(this INamespacesOperations operations, string resourceGroupName)
408public static async Task<IPage<NamespaceResource>> ListAsync(this INamespacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
423public static IPage<NamespaceResource> ListAll(this INamespacesOperations operations)
438public static async Task<IPage<NamespaceResource>> ListAllAsync(this INamespacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
458public static IPage<SharedAccessAuthorizationRuleResource> ListAuthorizationRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
478public static async Task<IPage<SharedAccessAuthorizationRuleResource>> ListAuthorizationRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
634public static IPage<NamespaceResource> ListNext(this INamespacesOperations operations, string nextPageLink)
651public static async Task<IPage<NamespaceResource>> ListNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
669public static IPage<NamespaceResource> ListAllNext(this INamespacesOperations operations, string nextPageLink)
687public static async Task<IPage<NamespaceResource>> ListAllNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
704public static IPage<SharedAccessAuthorizationRuleResource> ListAuthorizationRulesNext(this INamespacesOperations operations, string nextPageLink)
721public static async Task<IPage<SharedAccessAuthorizationRuleResource>> ListAuthorizationRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NotificationHubsOperations.cs (8)
1996public async Task<AzureOperationResponse<IPage<NotificationHubResource>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2130var _result = new AzureOperationResponse<IPage<NotificationHubResource>>();
2195public async Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string notificationHubName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2335var _result = new AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>();
3045public async Task<AzureOperationResponse<IPage<NotificationHubResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3159var _result = new AzureOperationResponse<IPage<NotificationHubResource>>();
3218public async Task<AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3332var _result = new AzureOperationResponse<IPage<SharedAccessAuthorizationRuleResource>>();
Generated\NotificationHubsOperationsExtensions.cs (8)
486public static IPage<NotificationHubResource> List(this INotificationHubsOperations operations, string resourceGroupName, string namespaceName)
506public static async Task<IPage<NotificationHubResource>> ListAsync(this INotificationHubsOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
529public static IPage<SharedAccessAuthorizationRuleResource> ListAuthorizationRules(this INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName)
552public static async Task<IPage<SharedAccessAuthorizationRuleResource>> ListAuthorizationRulesAsync(this INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, CancellationToken cancellationToken = default(CancellationToken))
733public static IPage<NotificationHubResource> ListNext(this INotificationHubsOperations operations, string nextPageLink)
750public static async Task<IPage<NotificationHubResource>> ListNextAsync(this INotificationHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
767public static IPage<SharedAccessAuthorizationRuleResource> ListAuthorizationRulesNext(this INotificationHubsOperations operations, string nextPageLink)
784public static async Task<IPage<SharedAccessAuthorizationRuleResource>> ListAuthorizationRulesNextAsync(this INotificationHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.OperationalInsights (50)
Generated\ClustersOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<Cluster>>();
288public async Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
419var _result = new AzureOperationResponse<IPage<Cluster>>();
1449public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1558var _result = new AzureOperationResponse<IPage<Cluster>>();
1617public async Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1726var _result = new AzureOperationResponse<IPage<Cluster>>();
Generated\ClustersOperationsExtensions.cs (8)
33public static IPage<Cluster> ListByResourceGroup(this IClustersOperations operations, string resourceGroupName)
50public static async Task<IPage<Cluster>> ListByResourceGroupAsync(this IClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<Cluster> List(this IClustersOperations operations)
78public static async Task<IPage<Cluster>> ListAsync(this IClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
347public static IPage<Cluster> ListByResourceGroupNext(this IClustersOperations operations, string nextPageLink)
364public static async Task<IPage<Cluster>> ListByResourceGroupNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
381public static IPage<Cluster> ListNext(this IClustersOperations operations, string nextPageLink)
398public static async Task<IPage<Cluster>> ListNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DataSourcesOperationsExtensions.cs (4)
185public static IPage<DataSource> ListByWorkspace(this IDataSourcesOperations operations, ODataQuery<DataSourceFilter> odataQuery, string resourceGroupName, string workspaceName, string skiptoken = default(string))
212public static async Task<IPage<DataSource>> ListByWorkspaceAsync(this IDataSourcesOperations operations, ODataQuery<DataSourceFilter> odataQuery, string resourceGroupName, string workspaceName, string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<DataSource> ListByWorkspaceNext(this IDataSourcesOperations operations, string nextPageLink)
248public static async Task<IPage<DataSource>> ListByWorkspaceNextAsync(this IDataSourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IClustersOperations.cs (4)
47Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
243Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.Management.Peering (160)
Generated\IPeeringServicesOperations.cs (4)
155Task<AzureOperationResponse<IPage<PeeringService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<PeeringService>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
197Task<AzureOperationResponse<IPage<PeeringService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<PeeringService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPeeringsOperations.cs (4)
155Task<AzureOperationResponse<IPage<PeeringModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
174Task<AzureOperationResponse<IPage<PeeringModel>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
197Task<AzureOperationResponse<IPage<PeeringModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<PeeringModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReceivedRoutesOperations.cs (2)
69Task<AzureOperationResponse<IPage<PeeringReceivedRoute>>> ListByPeeringWithHttpMessagesAsync(string resourceGroupName, string peeringName, string prefix = default(string), string asPath = default(string), string originAsValidationState = default(string), string rpkiValidationState = default(string), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
92Task<AzureOperationResponse<IPage<PeeringReceivedRoute>>> ListByPeeringNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LegacyPeeringsOperationsExtensions.cs (4)
40public static IPage<PeeringModel> List(this ILegacyPeeringsOperations operations, string peeringLocation, string kind, int? asn = default(int?))
64public static async Task<IPage<PeeringModel>> ListAsync(this ILegacyPeeringsOperations operations, string peeringLocation, string kind, int? asn = default(int?), CancellationToken cancellationToken = default(CancellationToken))
82public static IPage<PeeringModel> ListNext(this ILegacyPeeringsOperations operations, string nextPageLink)
100public static async Task<IPage<PeeringModel>> ListNextAsync(this ILegacyPeeringsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PeeringServicesOperations.cs (8)
879public async Task<AzureOperationResponse<IPage<PeeringService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1002var _result = new AzureOperationResponse<IPage<PeeringService>>();
1058public async Task<AzureOperationResponse<IPage<PeeringService>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1175var _result = new AzureOperationResponse<IPage<PeeringService>>();
1235public async Task<AzureOperationResponse<IPage<PeeringService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1344var _result = new AzureOperationResponse<IPage<PeeringService>>();
1403public async Task<AzureOperationResponse<IPage<PeeringService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1512var _result = new AzureOperationResponse<IPage<PeeringService>>();
Generated\PeeringServicesOperationsExtensions.cs (8)
213public static IPage<PeeringService> ListByResourceGroup(this IPeeringServicesOperations operations, string resourceGroupName)
231public static async Task<IPage<PeeringService>> ListByResourceGroupAsync(this IPeeringServicesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
245public static IPage<PeeringService> ListBySubscription(this IPeeringServicesOperations operations)
259public static async Task<IPage<PeeringService>> ListBySubscriptionAsync(this IPeeringServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
277public static IPage<PeeringService> ListByResourceGroupNext(this IPeeringServicesOperations operations, string nextPageLink)
295public static async Task<IPage<PeeringService>> ListByResourceGroupNextAsync(this IPeeringServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
312public static IPage<PeeringService> ListBySubscriptionNext(this IPeeringServicesOperations operations, string nextPageLink)
329public static async Task<IPage<PeeringService>> ListBySubscriptionNextAsync(this IPeeringServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PeeringsOperations.cs (8)
878public async Task<AzureOperationResponse<IPage<PeeringModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1001var _result = new AzureOperationResponse<IPage<PeeringModel>>();
1057public async Task<AzureOperationResponse<IPage<PeeringModel>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1174var _result = new AzureOperationResponse<IPage<PeeringModel>>();
1233public async Task<AzureOperationResponse<IPage<PeeringModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1342var _result = new AzureOperationResponse<IPage<PeeringModel>>();
1401public async Task<AzureOperationResponse<IPage<PeeringModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1510var _result = new AzureOperationResponse<IPage<PeeringModel>>();
Generated\PeeringsOperationsExtensions.cs (8)
212public static IPage<PeeringModel> ListByResourceGroup(this IPeeringsOperations operations, string resourceGroupName)
229public static async Task<IPage<PeeringModel>> ListByResourceGroupAsync(this IPeeringsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
243public static IPage<PeeringModel> ListBySubscription(this IPeeringsOperations operations)
257public static async Task<IPage<PeeringModel>> ListBySubscriptionAsync(this IPeeringsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
274public static IPage<PeeringModel> ListByResourceGroupNext(this IPeeringsOperations operations, string nextPageLink)
291public static async Task<IPage<PeeringModel>> ListByResourceGroupNextAsync(this IPeeringsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
308public static IPage<PeeringModel> ListBySubscriptionNext(this IPeeringsOperations operations, string nextPageLink)
325public static async Task<IPage<PeeringModel>> ListBySubscriptionNextAsync(this IPeeringsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PrefixesOperationsExtensions.cs (4)
199public static IPage<PeeringServicePrefix> ListByPeeringService(this IPrefixesOperations operations, string resourceGroupName, string peeringServiceName, string expand = default(string))
223public static async Task<IPage<PeeringServicePrefix>> ListByPeeringServiceAsync(this IPrefixesOperations operations, string resourceGroupName, string peeringServiceName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
241public static IPage<PeeringServicePrefix> ListByPeeringServiceNext(this IPrefixesOperations operations, string nextPageLink)
259public static async Task<IPage<PeeringServicePrefix>> ListByPeeringServiceNextAsync(this IPrefixesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReceivedRoutesOperations.cs (4)
101public async Task<AzureOperationResponse<IPage<PeeringReceivedRoute>>> ListByPeeringWithHttpMessagesAsync(string resourceGroupName, string peeringName, string prefix = default(string), string asPath = default(string), string originAsValidationState = default(string), string rpkiValidationState = default(string), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
255var _result = new AzureOperationResponse<IPage<PeeringReceivedRoute>>();
315public async Task<AzureOperationResponse<IPage<PeeringReceivedRoute>>> ListByPeeringNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
424var _result = new AzureOperationResponse<IPage<PeeringReceivedRoute>>();
Generated\ReceivedRoutesOperationsExtensions.cs (4)
54public static IPage<PeeringReceivedRoute> ListByPeering(this IReceivedRoutesOperations operations, string resourceGroupName, string peeringName, string prefix = default(string), string asPath = default(string), string originAsValidationState = default(string), string rpkiValidationState = default(string), string skipToken = default(string))
92public static async Task<IPage<PeeringReceivedRoute>> ListByPeeringAsync(this IReceivedRoutesOperations operations, string resourceGroupName, string peeringName, string prefix = default(string), string asPath = default(string), string originAsValidationState = default(string), string rpkiValidationState = default(string), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
110public static IPage<PeeringReceivedRoute> ListByPeeringNext(this IReceivedRoutesOperations operations, string nextPageLink)
128public static async Task<IPage<PeeringReceivedRoute>> ListByPeeringNextAsync(this IReceivedRoutesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.PolicyInsights (290)
Generated\IPolicyEventsOperations.cs (16)
50Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
75Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
128Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
157Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicySetDefinitionWithHttpMessagesAsync(string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
185Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicyDefinitionWithHttpMessagesAsync(string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentWithHttpMessagesAsync(string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
245Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
267Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
289Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
311Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
333Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
356Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicySetDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
378Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicyDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
400Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
423Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicyStatesOperations.cs (16)
56Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string policyStatesResource, string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
113Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
232Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceWithHttpMessagesAsync(string policyStatesResource, string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
335Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicySetDefinitionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
398Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicyDefinitionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
461Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
528Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
625Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
647Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
669Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
691Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
714Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicySetDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
736Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicyDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
758Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
781Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicyTrackedResourcesOperations.cs (8)
50Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
75Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
128Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
150Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
194Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
216Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRemediationsOperations.cs (16)
53Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtManagementGroupWithHttpMessagesAsync(string managementGroupId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<Remediation>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
209Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtSubscriptionWithHttpMessagesAsync(string subscriptionId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
259Task<AzureOperationResponse<IPage<Remediation>>> ListForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
424Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
539Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceWithHttpMessagesAsync(string resourceId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
589Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
689Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
711Task<AzureOperationResponse<IPage<Remediation>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
733Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
755Task<AzureOperationResponse<IPage<Remediation>>> ListForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
777Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
799Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
821Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
843Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PolicyEventsOperations.cs (32)
83public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
285var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
347public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
546var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
611public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
816var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
878public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1087var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
1152public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicySetDefinitionWithHttpMessagesAsync(string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1360var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
1425public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicyDefinitionWithHttpMessagesAsync(string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1633var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
1698public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentWithHttpMessagesAsync(string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1906var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
1974public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2188var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
2247public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2356var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
2415public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2524var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
2583public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2692var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
2751public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2860var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
2919public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicySetDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3028var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
3087public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForPolicyDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3196var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
3255public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3364var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
3423public async Task<AzureOperationResponse<IPage<PolicyEvent>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3532var _result = new AzureOperationResponse<IPage<PolicyEvent>>();
Generated\PolicyEventsOperationsExtensions.cs (32)
36public static IPage<PolicyEvent> ListQueryResultsForManagementGroup(this IPolicyEventsOperations operations, string managementGroupName, QueryOptions queryOptions = default(QueryOptions))
56public static async Task<IPage<PolicyEvent>> ListQueryResultsForManagementGroupAsync(this IPolicyEventsOperations operations, string managementGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<PolicyEvent> ListQueryResultsForSubscription(this IPolicyEventsOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions))
96public static async Task<IPage<PolicyEvent>> ListQueryResultsForSubscriptionAsync(this IPolicyEventsOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
119public static IPage<PolicyEvent> ListQueryResultsForResourceGroup(this IPolicyEventsOperations operations, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions))
142public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceGroupAsync(this IPolicyEventsOperations operations, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
162public static IPage<PolicyEvent> ListQueryResultsForResource(this IPolicyEventsOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions))
182public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceAsync(this IPolicyEventsOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
205public static IPage<PolicyEvent> ListQueryResultsForPolicySetDefinition(this IPolicyEventsOperations operations, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions))
228public static async Task<IPage<PolicyEvent>> ListQueryResultsForPolicySetDefinitionAsync(this IPolicyEventsOperations operations, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
251public static IPage<PolicyEvent> ListQueryResultsForPolicyDefinition(this IPolicyEventsOperations operations, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions))
274public static async Task<IPage<PolicyEvent>> ListQueryResultsForPolicyDefinitionAsync(this IPolicyEventsOperations operations, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
297public static IPage<PolicyEvent> ListQueryResultsForSubscriptionLevelPolicyAssignment(this IPolicyEventsOperations operations, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions))
320public static async Task<IPage<PolicyEvent>> ListQueryResultsForSubscriptionLevelPolicyAssignmentAsync(this IPolicyEventsOperations operations, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
346public static IPage<PolicyEvent> ListQueryResultsForResourceGroupLevelPolicyAssignment(this IPolicyEventsOperations operations, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions))
372public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceGroupLevelPolicyAssignmentAsync(this IPolicyEventsOperations operations, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
389public static IPage<PolicyEvent> ListQueryResultsForManagementGroupNext(this IPolicyEventsOperations operations, string nextPageLink)
406public static async Task<IPage<PolicyEvent>> ListQueryResultsForManagementGroupNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
423public static IPage<PolicyEvent> ListQueryResultsForSubscriptionNext(this IPolicyEventsOperations operations, string nextPageLink)
440public static async Task<IPage<PolicyEvent>> ListQueryResultsForSubscriptionNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
457public static IPage<PolicyEvent> ListQueryResultsForResourceGroupNext(this IPolicyEventsOperations operations, string nextPageLink)
474public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceGroupNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
491public static IPage<PolicyEvent> ListQueryResultsForResourceNext(this IPolicyEventsOperations operations, string nextPageLink)
508public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
525public static IPage<PolicyEvent> ListQueryResultsForPolicySetDefinitionNext(this IPolicyEventsOperations operations, string nextPageLink)
542public static async Task<IPage<PolicyEvent>> ListQueryResultsForPolicySetDefinitionNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
559public static IPage<PolicyEvent> ListQueryResultsForPolicyDefinitionNext(this IPolicyEventsOperations operations, string nextPageLink)
576public static async Task<IPage<PolicyEvent>> ListQueryResultsForPolicyDefinitionNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
593public static IPage<PolicyEvent> ListQueryResultsForSubscriptionLevelPolicyAssignmentNext(this IPolicyEventsOperations operations, string nextPageLink)
610public static async Task<IPage<PolicyEvent>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
627public static IPage<PolicyEvent> ListQueryResultsForResourceGroupLevelPolicyAssignmentNext(this IPolicyEventsOperations operations, string nextPageLink)
644public static async Task<IPage<PolicyEvent>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextAsync(this IPolicyEventsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicyStatesOperations.cs (32)
89public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string policyStatesResource, string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
294var _result = new AzureOperationResponse<IPage<PolicyState>>();
586public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
788var _result = new AzureOperationResponse<IPage<PolicyState>>();
1080public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1288var _result = new AzureOperationResponse<IPage<PolicyState>>();
1586public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceWithHttpMessagesAsync(string policyStatesResource, string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1798var _result = new AzureOperationResponse<IPage<PolicyState>>();
2133public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicySetDefinitionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2344var _result = new AzureOperationResponse<IPage<PolicyState>>();
2648public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicyDefinitionWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2859var _result = new AzureOperationResponse<IPage<PolicyState>>();
3163public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3374var _result = new AzureOperationResponse<IPage<PolicyState>>();
3681public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentWithHttpMessagesAsync(string policyStatesResource, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3898var _result = new AzureOperationResponse<IPage<PolicyState>>();
4518public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4627var _result = new AzureOperationResponse<IPage<PolicyState>>();
4686public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4795var _result = new AzureOperationResponse<IPage<PolicyState>>();
4854public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4963var _result = new AzureOperationResponse<IPage<PolicyState>>();
5022public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5131var _result = new AzureOperationResponse<IPage<PolicyState>>();
5190public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicySetDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5299var _result = new AzureOperationResponse<IPage<PolicyState>>();
5358public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForPolicyDefinitionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5467var _result = new AzureOperationResponse<IPage<PolicyState>>();
5526public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5635var _result = new AzureOperationResponse<IPage<PolicyState>>();
5694public async Task<AzureOperationResponse<IPage<PolicyState>>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5803var _result = new AzureOperationResponse<IPage<PolicyState>>();
Generated\PolicyStatesOperationsExtensions.cs (32)
42public static IPage<PolicyState> ListQueryResultsForManagementGroup(this IPolicyStatesOperations operations, string policyStatesResource, string managementGroupName, QueryOptions queryOptions = default(QueryOptions))
68public static async Task<IPage<PolicyState>> ListQueryResultsForManagementGroupAsync(this IPolicyStatesOperations operations, string policyStatesResource, string managementGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
134public static IPage<PolicyState> ListQueryResultsForSubscription(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, QueryOptions queryOptions = default(QueryOptions))
160public static async Task<IPage<PolicyState>> ListQueryResultsForSubscriptionAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
229public static IPage<PolicyState> ListQueryResultsForResourceGroup(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions))
258public static async Task<IPage<PolicyState>> ListQueryResultsForResourceGroupAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
330public static IPage<PolicyState> ListQueryResultsForResource(this IPolicyStatesOperations operations, string policyStatesResource, string resourceId, QueryOptions queryOptions = default(QueryOptions))
356public static async Task<IPage<PolicyState>> ListQueryResultsForResourceAsync(this IPolicyStatesOperations operations, string policyStatesResource, string resourceId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
497public static IPage<PolicyState> ListQueryResultsForPolicySetDefinition(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions))
526public static async Task<IPage<PolicyState>> ListQueryResultsForPolicySetDefinitionAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policySetDefinitionName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
601public static IPage<PolicyState> ListQueryResultsForPolicyDefinition(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions))
630public static async Task<IPage<PolicyState>> ListQueryResultsForPolicyDefinitionAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policyDefinitionName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
705public static IPage<PolicyState> ListQueryResultsForSubscriptionLevelPolicyAssignment(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions))
734public static async Task<IPage<PolicyState>> ListQueryResultsForSubscriptionLevelPolicyAssignmentAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
812public static IPage<PolicyState> ListQueryResultsForResourceGroupLevelPolicyAssignment(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions))
844public static async Task<IPage<PolicyState>> ListQueryResultsForResourceGroupLevelPolicyAssignmentAsync(this IPolicyStatesOperations operations, string policyStatesResource, string subscriptionId, string resourceGroupName, string policyAssignmentName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
985public static IPage<PolicyState> ListQueryResultsForManagementGroupNext(this IPolicyStatesOperations operations, string nextPageLink)
1002public static async Task<IPage<PolicyState>> ListQueryResultsForManagementGroupNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1019public static IPage<PolicyState> ListQueryResultsForSubscriptionNext(this IPolicyStatesOperations operations, string nextPageLink)
1036public static async Task<IPage<PolicyState>> ListQueryResultsForSubscriptionNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1053public static IPage<PolicyState> ListQueryResultsForResourceGroupNext(this IPolicyStatesOperations operations, string nextPageLink)
1070public static async Task<IPage<PolicyState>> ListQueryResultsForResourceGroupNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1087public static IPage<PolicyState> ListQueryResultsForResourceNext(this IPolicyStatesOperations operations, string nextPageLink)
1104public static async Task<IPage<PolicyState>> ListQueryResultsForResourceNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1121public static IPage<PolicyState> ListQueryResultsForPolicySetDefinitionNext(this IPolicyStatesOperations operations, string nextPageLink)
1138public static async Task<IPage<PolicyState>> ListQueryResultsForPolicySetDefinitionNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1155public static IPage<PolicyState> ListQueryResultsForPolicyDefinitionNext(this IPolicyStatesOperations operations, string nextPageLink)
1172public static async Task<IPage<PolicyState>> ListQueryResultsForPolicyDefinitionNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1189public static IPage<PolicyState> ListQueryResultsForSubscriptionLevelPolicyAssignmentNext(this IPolicyStatesOperations operations, string nextPageLink)
1206public static async Task<IPage<PolicyState>> ListQueryResultsForSubscriptionLevelPolicyAssignmentNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1223public static IPage<PolicyState> ListQueryResultsForResourceGroupLevelPolicyAssignmentNext(this IPolicyStatesOperations operations, string nextPageLink)
1240public static async Task<IPage<PolicyState>> ListQueryResultsForResourceGroupLevelPolicyAssignmentNextAsync(this IPolicyStatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicyTrackedResourcesOperations.cs (16)
83public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForManagementGroupWithHttpMessagesAsync(string managementGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
225var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
287public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
426var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
491public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
636var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
698public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
837var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
896public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1005var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
1064public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1173var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
1232public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1341var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
1400public async Task<AzureOperationResponse<IPage<PolicyTrackedResource>>> ListQueryResultsForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1509var _result = new AzureOperationResponse<IPage<PolicyTrackedResource>>();
Generated\PolicyTrackedResourcesOperationsExtensions.cs (16)
36public static IPage<PolicyTrackedResource> ListQueryResultsForManagementGroup(this IPolicyTrackedResourcesOperations operations, string managementGroupName, QueryOptions queryOptions = default(QueryOptions))
56public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForManagementGroupAsync(this IPolicyTrackedResourcesOperations operations, string managementGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<PolicyTrackedResource> ListQueryResultsForSubscription(this IPolicyTrackedResourcesOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions))
96public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForSubscriptionAsync(this IPolicyTrackedResourcesOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
119public static IPage<PolicyTrackedResource> ListQueryResultsForResourceGroup(this IPolicyTrackedResourcesOperations operations, string resourceGroupName, string subscriptionId, QueryOptions queryOptions = default(QueryOptions))
142public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForResourceGroupAsync(this IPolicyTrackedResourcesOperations operations, string resourceGroupName, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
162public static IPage<PolicyTrackedResource> ListQueryResultsForResource(this IPolicyTrackedResourcesOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions))
182public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForResourceAsync(this IPolicyTrackedResourcesOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
199public static IPage<PolicyTrackedResource> ListQueryResultsForManagementGroupNext(this IPolicyTrackedResourcesOperations operations, string nextPageLink)
216public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForManagementGroupNextAsync(this IPolicyTrackedResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<PolicyTrackedResource> ListQueryResultsForSubscriptionNext(this IPolicyTrackedResourcesOperations operations, string nextPageLink)
250public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForSubscriptionNextAsync(this IPolicyTrackedResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
267public static IPage<PolicyTrackedResource> ListQueryResultsForResourceGroupNext(this IPolicyTrackedResourcesOperations operations, string nextPageLink)
284public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForResourceGroupNextAsync(this IPolicyTrackedResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
301public static IPage<PolicyTrackedResource> ListQueryResultsForResourceNext(this IPolicyTrackedResourcesOperations operations, string nextPageLink)
318public static async Task<IPage<PolicyTrackedResource>> ListQueryResultsForResourceNextAsync(this IPolicyTrackedResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RemediationsOperations.cs (32)
86public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtManagementGroupWithHttpMessagesAsync(string managementGroupId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
470public async Task<AzureOperationResponse<IPage<Remediation>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
609var _result = new AzureOperationResponse<IPage<Remediation>>();
1267public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtSubscriptionWithHttpMessagesAsync(string subscriptionId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1399var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
1645public async Task<AzureOperationResponse<IPage<Remediation>>> ListForSubscriptionWithHttpMessagesAsync(string subscriptionId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1781var _result = new AzureOperationResponse<IPage<Remediation>>();
2433public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2571var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
2829public async Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceGroupWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2971var _result = new AzureOperationResponse<IPage<Remediation>>();
3647public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceWithHttpMessagesAsync(string resourceId, string remediationName, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3779var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
4025public async Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceWithHttpMessagesAsync(string resourceId, QueryOptions queryOptions = default(QueryOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4161var _result = new AzureOperationResponse<IPage<Remediation>>();
4804public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4913var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
4972public async Task<AzureOperationResponse<IPage<Remediation>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5081var _result = new AzureOperationResponse<IPage<Remediation>>();
5140public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5249var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
5308public async Task<AzureOperationResponse<IPage<Remediation>>> ListForSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5417var _result = new AzureOperationResponse<IPage<Remediation>>();
5476public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5585var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
5644public async Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5753var _result = new AzureOperationResponse<IPage<Remediation>>();
5812public async Task<AzureOperationResponse<IPage<RemediationDeployment>>> ListDeploymentsAtResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5921var _result = new AzureOperationResponse<IPage<RemediationDeployment>>();
5980public async Task<AzureOperationResponse<IPage<Remediation>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6089var _result = new AzureOperationResponse<IPage<Remediation>>();
Generated\RemediationsOperationsExtensions.cs (32)
39public static IPage<RemediationDeployment> ListDeploymentsAtManagementGroup(this IRemediationsOperations operations, string managementGroupId, string remediationName, QueryOptions queryOptions = default(QueryOptions))
62public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtManagementGroupAsync(this IRemediationsOperations operations, string managementGroupId, string remediationName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
122public static IPage<Remediation> ListForManagementGroup(this IRemediationsOperations operations, string managementGroupId, QueryOptions queryOptions = default(QueryOptions))
142public static async Task<IPage<Remediation>> ListForManagementGroupAsync(this IRemediationsOperations operations, string managementGroupId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
291public static IPage<RemediationDeployment> ListDeploymentsAtSubscription(this IRemediationsOperations operations, string subscriptionId, string remediationName, QueryOptions queryOptions = default(QueryOptions))
314public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtSubscriptionAsync(this IRemediationsOperations operations, string subscriptionId, string remediationName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
374public static IPage<Remediation> ListForSubscription(this IRemediationsOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions))
394public static async Task<IPage<Remediation>> ListForSubscriptionAsync(this IRemediationsOperations operations, string subscriptionId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
546public static IPage<RemediationDeployment> ListDeploymentsAtResourceGroup(this IRemediationsOperations operations, string subscriptionId, string resourceGroupName, string remediationName, QueryOptions queryOptions = default(QueryOptions))
572public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtResourceGroupAsync(this IRemediationsOperations operations, string subscriptionId, string resourceGroupName, string remediationName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
641public static IPage<Remediation> ListForResourceGroup(this IRemediationsOperations operations, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions))
664public static async Task<IPage<Remediation>> ListForResourceGroupAsync(this IRemediationsOperations operations, string subscriptionId, string resourceGroupName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
831public static IPage<RemediationDeployment> ListDeploymentsAtResource(this IRemediationsOperations operations, string resourceId, string remediationName, QueryOptions queryOptions = default(QueryOptions))
854public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtResourceAsync(this IRemediationsOperations operations, string resourceId, string remediationName, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
914public static IPage<Remediation> ListForResource(this IRemediationsOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions))
934public static async Task<IPage<Remediation>> ListForResourceAsync(this IRemediationsOperations operations, string resourceId, QueryOptions queryOptions = default(QueryOptions), CancellationToken cancellationToken = default(CancellationToken))
1077public static IPage<RemediationDeployment> ListDeploymentsAtManagementGroupNext(this IRemediationsOperations operations, string nextPageLink)
1094public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtManagementGroupNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1111public static IPage<Remediation> ListForManagementGroupNext(this IRemediationsOperations operations, string nextPageLink)
1128public static async Task<IPage<Remediation>> ListForManagementGroupNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1145public static IPage<RemediationDeployment> ListDeploymentsAtSubscriptionNext(this IRemediationsOperations operations, string nextPageLink)
1162public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtSubscriptionNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1179public static IPage<Remediation> ListForSubscriptionNext(this IRemediationsOperations operations, string nextPageLink)
1196public static async Task<IPage<Remediation>> ListForSubscriptionNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1213public static IPage<RemediationDeployment> ListDeploymentsAtResourceGroupNext(this IRemediationsOperations operations, string nextPageLink)
1230public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtResourceGroupNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1247public static IPage<Remediation> ListForResourceGroupNext(this IRemediationsOperations operations, string nextPageLink)
1264public static async Task<IPage<Remediation>> ListForResourceGroupNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1281public static IPage<RemediationDeployment> ListDeploymentsAtResourceNext(this IRemediationsOperations operations, string nextPageLink)
1298public static async Task<IPage<RemediationDeployment>> ListDeploymentsAtResourceNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1315public static IPage<Remediation> ListForResourceNext(this IRemediationsOperations operations, string nextPageLink)
1332public static async Task<IPage<Remediation>> ListForResourceNextAsync(this IRemediationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.PostgreSQL (100)
postgresqlflexibleservers\Generated\IServersOperations.cs (4)
151Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
403Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
425Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
postgresqlflexibleservers\Generated\ServersOperations.cs (8)
378public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
535var _result = new AzureOperationResponse<IPage<Server>>();
591public async Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
727var _result = new AzureOperationResponse<IPage<Server>>();
2169public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2283var _result = new AzureOperationResponse<IPage<Server>>();
2342public async Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2456var _result = new AzureOperationResponse<IPage<Server>>();
postgresqlflexibleservers\Generated\ServersOperationsExtensions.cs (8)
204public static IPage<Server> ListByResourceGroup(this IServersOperations operations, string resourceGroupName)
221public static async Task<IPage<Server>> ListByResourceGroupAsync(this IServersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<Server> List(this IServersOperations operations)
249public static async Task<IPage<Server>> ListAsync(this IServersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
619public static IPage<Server> ListByResourceGroupNext(this IServersOperations operations, string nextPageLink)
636public static async Task<IPage<Server>> ListByResourceGroupNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
653public static IPage<Server> ListNext(this IServersOperations operations, string nextPageLink)
670public static async Task<IPage<Server>> ListNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.PowerBIDedicated (10)
Microsoft.Azure.Management.PrivateDns (50)
Generated\IPrivateZonesOperations.cs (4)
177Task<AzureOperationResponse<IPage<PrivateZone>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
203Task<AzureOperationResponse<IPage<PrivateZone>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
328Task<AzureOperationResponse<IPage<PrivateZone>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
350Task<AzureOperationResponse<IPage<PrivateZone>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRecordSetsOperations.cs (4)
219Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeWithHttpMessagesAsync(string resourceGroupName, string privateZoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
254Task<AzureOperationResponse<IPage<RecordSet>>> ListWithHttpMessagesAsync(string resourceGroupName, string privateZoneName, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
276Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
298Task<AzureOperationResponse<IPage<RecordSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateZonesOperations.cs (8)
373public async Task<AzureOperationResponse<IPage<PrivateZone>>> ListWithHttpMessagesAsync(int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
500var _result = new AzureOperationResponse<IPage<PrivateZone>>();
563public async Task<AzureOperationResponse<IPage<PrivateZone>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
696var _result = new AzureOperationResponse<IPage<PrivateZone>>();
1427public async Task<AzureOperationResponse<IPage<PrivateZone>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1541var _result = new AzureOperationResponse<IPage<PrivateZone>>();
1600public async Task<AzureOperationResponse<IPage<PrivateZone>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1714var _result = new AzureOperationResponse<IPage<PrivateZone>>();
Generated\PrivateZonesOperationsExtensions.cs (8)
251public static IPage<PrivateZone> List(this IPrivateZonesOperations operations, int? top = default(int?))
269public static async Task<IPage<PrivateZone>> ListAsync(this IPrivateZonesOperations operations, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
290public static IPage<PrivateZone> ListByResourceGroup(this IPrivateZonesOperations operations, string resourceGroupName, int? top = default(int?))
311public static async Task<IPage<PrivateZone>> ListByResourceGroupAsync(this IPrivateZonesOperations operations, string resourceGroupName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
503public static IPage<PrivateZone> ListNext(this IPrivateZonesOperations operations, string nextPageLink)
520public static async Task<IPage<PrivateZone>> ListNextAsync(this IPrivateZonesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
537public static IPage<PrivateZone> ListByResourceGroupNext(this IPrivateZonesOperations operations, string nextPageLink)
554public static async Task<IPage<PrivateZone>> ListByResourceGroupNextAsync(this IPrivateZonesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecordSetsOperations.cs (8)
1025public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeWithHttpMessagesAsync(string resourceGroupName, string privateZoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1171var _result = new AzureOperationResponse<IPage<RecordSet>>();
1242public async Task<AzureOperationResponse<IPage<RecordSet>>> ListWithHttpMessagesAsync(string resourceGroupName, string privateZoneName, int? top = default(int?), string recordsetnamesuffix = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1386var _result = new AzureOperationResponse<IPage<RecordSet>>();
1445public async Task<AzureOperationResponse<IPage<RecordSet>>> ListByTypeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1559var _result = new AzureOperationResponse<IPage<RecordSet>>();
1618public async Task<AzureOperationResponse<IPage<RecordSet>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1732var _result = new AzureOperationResponse<IPage<RecordSet>>();
Generated\RecordSetsOperationsExtensions.cs (8)
322public static IPage<RecordSet> ListByType(this IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string))
355public static async Task<IPage<RecordSet>> ListByTypeAsync(this IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, RecordType recordType, int? top = default(int?), string recordsetnamesuffix = default(string), CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<RecordSet> List(this IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, int? top = default(int?), string recordsetnamesuffix = default(string))
413public static async Task<IPage<RecordSet>> ListAsync(this IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, int? top = default(int?), string recordsetnamesuffix = default(string), CancellationToken cancellationToken = default(CancellationToken))
430public static IPage<RecordSet> ListByTypeNext(this IRecordSetsOperations operations, string nextPageLink)
447public static async Task<IPage<RecordSet>> ListByTypeNextAsync(this IRecordSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
464public static IPage<RecordSet> ListNext(this IRecordSetsOperations operations, string nextPageLink)
481public static async Task<IPage<RecordSet>> ListNextAsync(this IRecordSetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualNetworkLinksOperationsExtensions.cs (4)
285public static IPage<VirtualNetworkLink> List(this IVirtualNetworkLinksOperations operations, string resourceGroupName, string privateZoneName, int? top = default(int?))
309public static async Task<IPage<VirtualNetworkLink>> ListAsync(this IVirtualNetworkLinksOperations operations, string resourceGroupName, string privateZoneName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
525public static IPage<VirtualNetworkLink> ListNext(this IVirtualNetworkLinksOperations operations, string nextPageLink)
542public static async Task<IPage<VirtualNetworkLink>> ListNextAsync(this IVirtualNetworkLinksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Purview (50)
Generated\AccountsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
214var _result = new AzureOperationResponse<IPage<Account>>();
276public async Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
398var _result = new AzureOperationResponse<IPage<Account>>();
1744public async Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1853var _result = new AzureOperationResponse<IPage<Account>>();
1915public async Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2024var _result = new AzureOperationResponse<IPage<Account>>();
Generated\AccountsOperationsExtensions.cs (8)
39public static IPage<Account> ListByResourceGroup(this IAccountsOperations operations, string resourceGroupName, string skipToken = default(string))
62public static async Task<IPage<Account>> ListByResourceGroupAsync(this IAccountsOperations operations, string resourceGroupName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
82public static IPage<Account> ListBySubscription(this IAccountsOperations operations, string skipToken = default(string))
102public static async Task<IPage<Account>> ListBySubscriptionAsync(this IAccountsOperations operations, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
548public static IPage<Account> ListByResourceGroupNext(this IAccountsOperations operations, string nextPageLink)
568public static async Task<IPage<Account>> ListByResourceGroupNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
588public static IPage<Account> ListBySubscriptionNext(this IAccountsOperations operations, string nextPageLink)
608public static async Task<IPage<Account>> ListBySubscriptionNextAsync(this IAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAccountsOperations.cs (4)
53Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionWithHttpMessagesAsync(string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
358Task<AzureOperationResponse<IPage<Account>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
383Task<AzureOperationResponse<IPage<Account>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateEndpointConnectionsOperationsExtensions.cs (4)
42public static IPage<PrivateEndpointConnection> ListByAccount(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string skipToken = default(string))
68public static async Task<IPage<PrivateEndpointConnection>> ListByAccountAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
296public static IPage<PrivateEndpointConnection> ListByAccountNext(this IPrivateEndpointConnectionsOperations operations, string nextPageLink)
316public static async Task<IPage<PrivateEndpointConnection>> ListByAccountNextAsync(this IPrivateEndpointConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Quantum (40)
Generated\IWorkspacesOperations.cs (4)
147Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
241Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
263Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\WorkspacesOperations.cs (8)
521public async Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
638var _result = new AzureOperationResponse<IPage<QuantumWorkspace>>();
697public async Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
820var _result = new AzureOperationResponse<IPage<QuantumWorkspace>>();
1276public async Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1385var _result = new AzureOperationResponse<IPage<QuantumWorkspace>>();
1444public async Task<AzureOperationResponse<IPage<QuantumWorkspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1553var _result = new AzureOperationResponse<IPage<QuantumWorkspace>>();
Generated\WorkspacesOperationsExtensions.cs (8)
201public static IPage<QuantumWorkspace> ListBySubscription(this IWorkspacesOperations operations)
215public static async Task<IPage<QuantumWorkspace>> ListBySubscriptionAsync(this IWorkspacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
232public static IPage<QuantumWorkspace> ListByResourceGroup(this IWorkspacesOperations operations, string resourceGroupName)
249public static async Task<IPage<QuantumWorkspace>> ListByResourceGroupAsync(this IWorkspacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<QuantumWorkspace> ListBySubscriptionNext(this IWorkspacesOperations operations, string nextPageLink)
366public static async Task<IPage<QuantumWorkspace>> ListBySubscriptionNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
383public static IPage<QuantumWorkspace> ListByResourceGroupNext(this IWorkspacesOperations operations, string nextPageLink)
400public static async Task<IPage<QuantumWorkspace>> ListByResourceGroupNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.RecoveryServices (40)
Generated\IVaultsOperations.cs (4)
45Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionIdWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
198Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
220Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\VaultsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionIdWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<Vault>>();
259public async Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
387var _result = new AzureOperationResponse<IPage<Vault>>();
1281public async Task<AzureOperationResponse<IPage<Vault>>> ListBySubscriptionIdNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1395var _result = new AzureOperationResponse<IPage<Vault>>();
1454public async Task<AzureOperationResponse<IPage<Vault>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1568var _result = new AzureOperationResponse<IPage<Vault>>();
Generated\VaultsOperationsExtensions.cs (8)
30public static IPage<Vault> ListBySubscriptionId(this IVaultsOperations operations)
44public static async Task<IPage<Vault>> ListBySubscriptionIdAsync(this IVaultsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
62public static IPage<Vault> ListByResourceGroup(this IVaultsOperations operations, string resourceGroupName)
80public static async Task<IPage<Vault>> ListByResourceGroupAsync(this IVaultsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
274public static IPage<Vault> ListBySubscriptionIdNext(this IVaultsOperations operations, string nextPageLink)
291public static async Task<IPage<Vault>> ListBySubscriptionIdNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
308public static IPage<Vault> ListByResourceGroupNext(this IVaultsOperations operations, string nextPageLink)
325public static async Task<IPage<Vault>> ListByResourceGroupNextAsync(this IVaultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.RecoveryServices.Backup (150)
Generated\BackupCrrJobsOperationsExtensions.cs (4)
43public static IPage<JobResource> List(this IBackupCrrJobsOperations operations, string azureRegion, CrrJobRequest parameters, ODataQuery<JobQueryObject> odataQuery = default(ODataQuery<JobQueryObject>), string skipToken = default(string))
69public static async Task<IPage<JobResource>> ListAsync(this IBackupCrrJobsOperations operations, string azureRegion, CrrJobRequest parameters, ODataQuery<JobQueryObject> odataQuery = default(ODataQuery<JobQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
86public static IPage<JobResource> ListNext(this IBackupCrrJobsOperations operations, string nextPageLink)
103public static async Task<IPage<JobResource>> ListNextAsync(this IBackupCrrJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupEnginesOperationsExtensions.cs (4)
45public static IPage<BackupEngineBaseResource> List(this IBackupEnginesOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSBackupEnginesQueryObject> odataQuery = default(ODataQuery<BMSBackupEnginesQueryObject>), string skipToken = default(string))
73public static async Task<IPage<BackupEngineBaseResource>> ListAsync(this IBackupEnginesOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSBackupEnginesQueryObject> odataQuery = default(ODataQuery<BMSBackupEnginesQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
151public static IPage<BackupEngineBaseResource> ListNext(this IBackupEnginesOperations operations, string nextPageLink)
169public static async Task<IPage<BackupEngineBaseResource>> ListNextAsync(this IBackupEnginesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupJobsOperationsExtensions.cs (4)
44public static IPage<JobResource> List(this IBackupJobsOperations operations, string vaultName, string resourceGroupName, ODataQuery<JobQueryObject> odataQuery = default(ODataQuery<JobQueryObject>), string skipToken = default(string))
71public static async Task<IPage<JobResource>> ListAsync(this IBackupJobsOperations operations, string vaultName, string resourceGroupName, ODataQuery<JobQueryObject> odataQuery = default(ODataQuery<JobQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<JobResource> ListNext(this IBackupJobsOperations operations, string nextPageLink)
105public static async Task<IPage<JobResource>> ListNextAsync(this IBackupJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupPoliciesOperationsExtensions.cs (4)
43public static IPage<ProtectionPolicyResource> List(this IBackupPoliciesOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectionPolicyQueryObject> odataQuery = default(ODataQuery<ProtectionPolicyQueryObject>))
69public static async Task<IPage<ProtectionPolicyResource>> ListAsync(this IBackupPoliciesOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectionPolicyQueryObject> odataQuery = default(ODataQuery<ProtectionPolicyQueryObject>), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ProtectionPolicyResource> ListNext(this IBackupPoliciesOperations operations, string nextPageLink)
107public static async Task<IPage<ProtectionPolicyResource>> ListNextAsync(this IBackupPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupProtectableItemsOperationsExtensions.cs (4)
46public static IPage<WorkloadProtectableItemResource> List(this IBackupProtectableItemsOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSPOQueryObject> odataQuery = default(ODataQuery<BMSPOQueryObject>), string skipToken = default(string))
75public static async Task<IPage<WorkloadProtectableItemResource>> ListAsync(this IBackupProtectableItemsOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSPOQueryObject> odataQuery = default(ODataQuery<BMSPOQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
94public static IPage<WorkloadProtectableItemResource> ListNext(this IBackupProtectableItemsOperations operations, string nextPageLink)
113public static async Task<IPage<WorkloadProtectableItemResource>> ListNextAsync(this IBackupProtectableItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupProtectedItemsCrrOperationsExtensions.cs (4)
44public static IPage<ProtectedItemResource> List(this IBackupProtectedItemsCrrOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectedItemQueryObject> odataQuery = default(ODataQuery<ProtectedItemQueryObject>), string skipToken = default(string))
71public static async Task<IPage<ProtectedItemResource>> ListAsync(this IBackupProtectedItemsCrrOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectedItemQueryObject> odataQuery = default(ODataQuery<ProtectedItemQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ProtectedItemResource> ListNext(this IBackupProtectedItemsCrrOperations operations, string nextPageLink)
105public static async Task<IPage<ProtectedItemResource>> ListNextAsync(this IBackupProtectedItemsCrrOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupProtectedItemsOperationsExtensions.cs (4)
44public static IPage<ProtectedItemResource> List(this IBackupProtectedItemsOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectedItemQueryObject> odataQuery = default(ODataQuery<ProtectedItemQueryObject>), string skipToken = default(string))
71public static async Task<IPage<ProtectedItemResource>> ListAsync(this IBackupProtectedItemsOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectedItemQueryObject> odataQuery = default(ODataQuery<ProtectedItemQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ProtectedItemResource> ListNext(this IBackupProtectedItemsOperations operations, string nextPageLink)
105public static async Task<IPage<ProtectedItemResource>> ListNextAsync(this IBackupProtectedItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupProtectionContainersOperationsExtensions.cs (4)
41public static IPage<ProtectionContainerResource> List(this IBackupProtectionContainersOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSContainerQueryObject> odataQuery = default(ODataQuery<BMSContainerQueryObject>))
65public static async Task<IPage<ProtectionContainerResource>> ListAsync(this IBackupProtectionContainersOperations operations, string vaultName, string resourceGroupName, ODataQuery<BMSContainerQueryObject> odataQuery = default(ODataQuery<BMSContainerQueryObject>), CancellationToken cancellationToken = default(CancellationToken))
82public static IPage<ProtectionContainerResource> ListNext(this IBackupProtectionContainersOperations operations, string nextPageLink)
99public static async Task<IPage<ProtectionContainerResource>> ListNextAsync(this IBackupProtectionContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupProtectionIntentOperationsExtensions.cs (4)
44public static IPage<ProtectionIntentResource> List(this IBackupProtectionIntentOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectionIntentQueryObject> odataQuery = default(ODataQuery<ProtectionIntentQueryObject>), string skipToken = default(string))
71public static async Task<IPage<ProtectionIntentResource>> ListAsync(this IBackupProtectionIntentOperations operations, string vaultName, string resourceGroupName, ODataQuery<ProtectionIntentQueryObject> odataQuery = default(ODataQuery<ProtectionIntentQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<ProtectionIntentResource> ListNext(this IBackupProtectionIntentOperations operations, string nextPageLink)
105public static async Task<IPage<ProtectionIntentResource>> ListNextAsync(this IBackupProtectionIntentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupWorkloadItemsOperations.cs (4)
99public async Task<AzureOperationResponse<IPage<WorkloadItemResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, ODataQuery<BMSWorkloadItemQueryObject> odataQuery = default(ODataQuery<BMSWorkloadItemQueryObject>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
257var _result = new AzureOperationResponse<IPage<WorkloadItemResource>>();
318public async Task<AzureOperationResponse<IPage<WorkloadItemResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
432var _result = new AzureOperationResponse<IPage<WorkloadItemResource>>();
Generated\BackupWorkloadItemsOperationsExtensions.cs (4)
52public static IPage<WorkloadItemResource> List(this IBackupWorkloadItemsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, ODataQuery<BMSWorkloadItemQueryObject> odataQuery = default(ODataQuery<BMSWorkloadItemQueryObject>), string skipToken = default(string))
87public static async Task<IPage<WorkloadItemResource>> ListAsync(this IBackupWorkloadItemsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, ODataQuery<BMSWorkloadItemQueryObject> odataQuery = default(ODataQuery<BMSWorkloadItemQueryObject>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
106public static IPage<WorkloadItemResource> ListNext(this IBackupWorkloadItemsOperations operations, string nextPageLink)
125public static async Task<IPage<WorkloadItemResource>> ListNextAsync(this IBackupWorkloadItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBackupWorkloadItemsOperations.cs (2)
66Task<AzureOperationResponse<IPage<WorkloadItemResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, ODataQuery<BMSWorkloadItemQueryObject> odataQuery = default(ODataQuery<BMSWorkloadItemQueryObject>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
90Task<AzureOperationResponse<IPage<WorkloadItemResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRecoveryPointsCrrOperations.cs (2)
64Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
86Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRecoveryPointsOperations.cs (2)
64Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRecoveryPointsRecommendedForMoveOperations.cs (2)
60Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
82Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ProtectableContainersOperationsExtensions.cs (4)
43public static IPage<ProtectableContainerResource> List(this IProtectableContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, ODataQuery<BMSContainerQueryObject> odataQuery = default(ODataQuery<BMSContainerQueryObject>))
69public static async Task<IPage<ProtectableContainerResource>> ListAsync(this IProtectableContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, ODataQuery<BMSContainerQueryObject> odataQuery = default(ODataQuery<BMSContainerQueryObject>), CancellationToken cancellationToken = default(CancellationToken))
86public static IPage<ProtectableContainerResource> ListNext(this IProtectableContainersOperations operations, string nextPageLink)
103public static async Task<IPage<ProtectableContainerResource>> ListNextAsync(this IProtectableContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecoveryPointsCrrOperations.cs (4)
97public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
251var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
310public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
419var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
Generated\RecoveryPointsCrrOperationsExtensions.cs (4)
50public static IPage<RecoveryPointResource> List(this IRecoveryPointsCrrOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>))
83public static async Task<IPage<RecoveryPointResource>> ListAsync(this IRecoveryPointsCrrOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), CancellationToken cancellationToken = default(CancellationToken))
100public static IPage<RecoveryPointResource> ListNext(this IRecoveryPointsCrrOperations operations, string nextPageLink)
117public static async Task<IPage<RecoveryPointResource>> ListNextAsync(this IRecoveryPointsCrrOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecoveryPointsOperations.cs (4)
97public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
256var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
790public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
904var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
Generated\RecoveryPointsOperationsExtensions.cs (4)
50public static IPage<RecoveryPointResource> List(this IRecoveryPointsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>))
83public static async Task<IPage<RecoveryPointResource>> ListAsync(this IRecoveryPointsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ODataQuery<BMSRPQueryObject> odataQuery = default(ODataQuery<BMSRPQueryObject>), CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<RecoveryPointResource> ListNext(this IRecoveryPointsOperations operations, string nextPageLink)
263public static async Task<IPage<RecoveryPointResource>> ListNextAsync(this IRecoveryPointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecoveryPointsRecommendedForMoveOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListWithHttpMessagesAsync(string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
254var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
313public async Task<AzureOperationResponse<IPage<RecoveryPointResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
427var _result = new AzureOperationResponse<IPage<RecoveryPointResource>>();
Generated\RecoveryPointsRecommendedForMoveOperationsExtensions.cs (4)
46public static IPage<RecoveryPointResource> List(this IRecoveryPointsRecommendedForMoveOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters)
76public static async Task<IPage<RecoveryPointResource>> ListAsync(this IRecoveryPointsRecommendedForMoveOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, CancellationToken cancellationToken = default(CancellationToken))
93public static IPage<RecoveryPointResource> ListNext(this IRecoveryPointsRecommendedForMoveOperations operations, string nextPageLink)
110public static async Task<IPage<RecoveryPointResource>> ListNextAsync(this IRecoveryPointsRecommendedForMoveOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.RecoveryServices.SiteRecovery (330)
Generated\IReplicationMigrationItemsOperations.cs (4)
54Task<AzureOperationResponse<IPage<MigrationItem>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
344Task<AzureOperationResponse<IPage<MigrationItem>>> ListWithHttpMessagesAsync(ODataQuery<MigrationItemsQueryParameter> odataQuery = default(ODataQuery<MigrationItemsQueryParameter>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
606Task<AzureOperationResponse<IPage<MigrationItem>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
628Task<AzureOperationResponse<IPage<MigrationItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationNetworkMappingsOperations.cs (4)
53Task<AzureOperationResponse<IPage<NetworkMapping>>> ListByReplicationNetworksWithHttpMessagesAsync(string fabricName, string networkName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
202Task<AzureOperationResponse<IPage<NetworkMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
323Task<AzureOperationResponse<IPage<NetworkMapping>>> ListByReplicationNetworksNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
348Task<AzureOperationResponse<IPage<NetworkMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationNetworksOperations.cs (4)
50Task<AzureOperationResponse<IPage<Network>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
100Task<AzureOperationResponse<IPage<Network>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
125Task<AzureOperationResponse<IPage<Network>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
150Task<AzureOperationResponse<IPage<Network>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationProtectedItemsOperations.cs (4)
55Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
659Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListWithHttpMessagesAsync(ODataQuery<ProtectedItemsQueryParameter> odataQuery = default(ODataQuery<ProtectedItemsQueryParameter>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1229Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1254Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationProtectionContainerMappingsOperations.cs (4)
54Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
234Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
387Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
412Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationProtectionContainersOperations.cs (4)
50Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
221Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
367Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
392Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationRecoveryServicesProvidersOperations.cs (4)
52Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
362Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
388Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationStorageClassificationMappingsOperations.cs (4)
54Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListByReplicationStorageClassificationsWithHttpMessagesAsync(string fabricName, string storageClassificationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
258Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListByReplicationStorageClassificationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
284Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationStorageClassificationsOperations.cs (4)
51Task<AzureOperationResponse<IPage<StorageClassification>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
101Task<AzureOperationResponse<IPage<StorageClassification>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
127Task<AzureOperationResponse<IPage<StorageClassification>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
152Task<AzureOperationResponse<IPage<StorageClassification>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReplicationvCentersOperations.cs (4)
50Task<AzureOperationResponse<IPage<VCenter>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
189Task<AzureOperationResponse<IPage<VCenter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
302Task<AzureOperationResponse<IPage<VCenter>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
327Task<AzureOperationResponse<IPage<VCenter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\MigrationRecoveryPointsOperationsExtensions.cs (4)
39public static IPage<MigrationRecoveryPoint> ListByReplicationMigrationItems(this IMigrationRecoveryPointsOperations operations, string fabricName, string protectionContainerName, string migrationItemName)
62public static async Task<IPage<MigrationRecoveryPoint>> ListByReplicationMigrationItemsAsync(this IMigrationRecoveryPointsOperations operations, string fabricName, string protectionContainerName, string migrationItemName, CancellationToken cancellationToken = default(CancellationToken))
131public static IPage<MigrationRecoveryPoint> ListByReplicationMigrationItemsNext(this IMigrationRecoveryPointsOperations operations, string nextPageLink)
148public static async Task<IPage<MigrationRecoveryPoint>> ListByReplicationMigrationItemsNextAsync(this IMigrationRecoveryPointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecoveryPointsOperationsExtensions.cs (4)
42public static IPage<RecoveryPoint> ListByReplicationProtectedItems(this IRecoveryPointsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName)
68public static async Task<IPage<RecoveryPoint>> ListByReplicationProtectedItemsAsync(this IRecoveryPointsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, CancellationToken cancellationToken = default(CancellationToken))
146public static IPage<RecoveryPoint> ListByReplicationProtectedItemsNext(this IRecoveryPointsOperations operations, string nextPageLink)
166public static async Task<IPage<RecoveryPoint>> ListByReplicationProtectedItemsNextAsync(this IRecoveryPointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationMigrationItemsOperations.cs (8)
87public async Task<AzureOperationResponse<IPage<MigrationItem>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
231var _result = new AzureOperationResponse<IPage<MigrationItem>>();
725public async Task<AzureOperationResponse<IPage<MigrationItem>>> ListWithHttpMessagesAsync(ODataQuery<MigrationItemsQueryParameter> odataQuery = default(ODataQuery<MigrationItemsQueryParameter>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
871var _result = new AzureOperationResponse<IPage<MigrationItem>>();
2550public async Task<AzureOperationResponse<IPage<MigrationItem>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2664var _result = new AzureOperationResponse<IPage<MigrationItem>>();
2723public async Task<AzureOperationResponse<IPage<MigrationItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2837var _result = new AzureOperationResponse<IPage<MigrationItem>>();
Generated\ReplicationMigrationItemsOperationsExtensions.cs (8)
40public static IPage<MigrationItem> ListByReplicationProtectionContainers(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName)
63public static async Task<IPage<MigrationItem>> ListByReplicationProtectionContainersAsync(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName, CancellationToken cancellationToken = default(CancellationToken))
532public static IPage<MigrationItem> List(this IReplicationMigrationItemsOperations operations, ODataQuery<MigrationItemsQueryParameter> odataQuery = default(ODataQuery<MigrationItemsQueryParameter>), string skipToken = default(string))
552public static async Task<IPage<MigrationItem>> ListAsync(this IReplicationMigrationItemsOperations operations, ODataQuery<MigrationItemsQueryParameter> odataQuery = default(ODataQuery<MigrationItemsQueryParameter>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
975public static IPage<MigrationItem> ListByReplicationProtectionContainersNext(this IReplicationMigrationItemsOperations operations, string nextPageLink)
995public static async Task<IPage<MigrationItem>> ListByReplicationProtectionContainersNextAsync(this IReplicationMigrationItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1012public static IPage<MigrationItem> ListNext(this IReplicationMigrationItemsOperations operations, string nextPageLink)
1029public static async Task<IPage<MigrationItem>> ListNextAsync(this IReplicationMigrationItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationNetworkMappingsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<NetworkMapping>>> ListByReplicationNetworksWithHttpMessagesAsync(string fabricName, string networkName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230var _result = new AzureOperationResponse<IPage<NetworkMapping>>();
597public async Task<AzureOperationResponse<IPage<NetworkMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
729var _result = new AzureOperationResponse<IPage<NetworkMapping>>();
1452public async Task<AzureOperationResponse<IPage<NetworkMapping>>> ListByReplicationNetworksNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1566var _result = new AzureOperationResponse<IPage<NetworkMapping>>();
1628public async Task<AzureOperationResponse<IPage<NetworkMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1742var _result = new AzureOperationResponse<IPage<NetworkMapping>>();
Generated\ReplicationNetworkMappingsOperationsExtensions.cs (8)
39public static IPage<NetworkMapping> ListByReplicationNetworks(this IReplicationNetworkMappingsOperations operations, string fabricName, string networkName)
62public static async Task<IPage<NetworkMapping>> ListByReplicationNetworksAsync(this IReplicationNetworkMappingsOperations operations, string fabricName, string networkName, CancellationToken cancellationToken = default(CancellationToken))
296public static IPage<NetworkMapping> List(this IReplicationNetworkMappingsOperations operations)
313public static async Task<IPage<NetworkMapping>> ListAsync(this IReplicationNetworkMappingsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
498public static IPage<NetworkMapping> ListByReplicationNetworksNext(this IReplicationNetworkMappingsOperations operations, string nextPageLink)
518public static async Task<IPage<NetworkMapping>> ListByReplicationNetworksNextAsync(this IReplicationNetworkMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
538public static IPage<NetworkMapping> ListNext(this IReplicationNetworkMappingsOperations operations, string nextPageLink)
558public static async Task<IPage<NetworkMapping>> ListNextAsync(this IReplicationNetworkMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationNetworksOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<Network>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<Network>>();
489public async Task<AzureOperationResponse<IPage<Network>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
621var _result = new AzureOperationResponse<IPage<Network>>();
683public async Task<AzureOperationResponse<IPage<Network>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
797var _result = new AzureOperationResponse<IPage<Network>>();
859public async Task<AzureOperationResponse<IPage<Network>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
973var _result = new AzureOperationResponse<IPage<Network>>();
Generated\ReplicationNetworksOperationsExtensions.cs (8)
36public static IPage<Network> ListByReplicationFabrics(this IReplicationNetworksOperations operations, string fabricName)
56public static async Task<IPage<Network>> ListByReplicationFabricsAsync(this IReplicationNetworksOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken))
119public static IPage<Network> List(this IReplicationNetworksOperations operations)
136public static async Task<IPage<Network>> ListAsync(this IReplicationNetworksOperations operations, CancellationToken cancellationToken = default(CancellationToken))
156public static IPage<Network> ListByReplicationFabricsNext(this IReplicationNetworksOperations operations, string nextPageLink)
176public static async Task<IPage<Network>> ListByReplicationFabricsNextAsync(this IReplicationNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
196public static IPage<Network> ListNext(this IReplicationNetworksOperations operations, string nextPageLink)
216public static async Task<IPage<Network>> ListNextAsync(this IReplicationNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationProtectableItemsOperationsExtensions.cs (4)
43public static IPage<ProtectableItem> ListByReplicationProtectionContainers(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery<ProtectableItemQueryParameter> odataQuery = default(ODataQuery<ProtectableItemQueryParameter>))
69public static async Task<IPage<ProtectableItem>> ListByReplicationProtectionContainersAsync(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery<ProtectableItemQueryParameter> odataQuery = default(ODataQuery<ProtectableItemQueryParameter>), CancellationToken cancellationToken = default(CancellationToken))
141public static IPage<ProtectableItem> ListByReplicationProtectionContainersNext(this IReplicationProtectableItemsOperations operations, string nextPageLink)
161public static async Task<IPage<ProtectableItem>> ListByReplicationProtectionContainersNextAsync(this IReplicationProtectableItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationProtectedItemsOperations.cs (8)
88public async Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<ReplicationProtectedItem>>();
1013public async Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListWithHttpMessagesAsync(ODataQuery<ProtectedItemsQueryParameter> odataQuery = default(ODataQuery<ProtectedItemsQueryParameter>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1159var _result = new AzureOperationResponse<IPage<ReplicationProtectedItem>>();
4864public async Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4978var _result = new AzureOperationResponse<IPage<ReplicationProtectedItem>>();
5040public async Task<AzureOperationResponse<IPage<ReplicationProtectedItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5154var _result = new AzureOperationResponse<IPage<ReplicationProtectedItem>>();
Generated\ReplicationProtectedItemsOperationsExtensions.cs (8)
41public static IPage<ReplicationProtectedItem> ListByReplicationProtectionContainers(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName)
65public static async Task<IPage<ReplicationProtectedItem>> ListByReplicationProtectionContainersAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, CancellationToken cancellationToken = default(CancellationToken))
1065public static IPage<ReplicationProtectedItem> List(this IReplicationProtectedItemsOperations operations, ODataQuery<ProtectedItemsQueryParameter> odataQuery = default(ODataQuery<ProtectedItemsQueryParameter>), string skipToken = default(string))
1089public static async Task<IPage<ReplicationProtectedItem>> ListAsync(this IReplicationProtectedItemsOperations operations, ODataQuery<ProtectedItemsQueryParameter> odataQuery = default(ODataQuery<ProtectedItemsQueryParameter>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
2034public static IPage<ReplicationProtectedItem> ListByReplicationProtectionContainersNext(this IReplicationProtectedItemsOperations operations, string nextPageLink)
2055public static async Task<IPage<ReplicationProtectedItem>> ListByReplicationProtectionContainersNextAsync(this IReplicationProtectedItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2075public static IPage<ReplicationProtectedItem> ListNext(this IReplicationProtectedItemsOperations operations, string nextPageLink)
2095public static async Task<IPage<ReplicationProtectedItem>> ListNextAsync(this IReplicationProtectedItemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationProtectionContainerMappingsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230var _result = new AzureOperationResponse<IPage<ProtectionContainerMapping>>();
628public async Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
760var _result = new AzureOperationResponse<IPage<ProtectionContainerMapping>>();
1694public async Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListByReplicationProtectionContainersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1808var _result = new AzureOperationResponse<IPage<ProtectionContainerMapping>>();
1870public async Task<AzureOperationResponse<IPage<ProtectionContainerMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1984var _result = new AzureOperationResponse<IPage<ProtectionContainerMapping>>();
Generated\ReplicationProtectionContainerMappingsOperationsExtensions.cs (8)
39public static IPage<ProtectionContainerMapping> ListByReplicationProtectionContainers(this IReplicationProtectionContainerMappingsOperations operations, string fabricName, string protectionContainerName)
62public static async Task<IPage<ProtectionContainerMapping>> ListByReplicationProtectionContainersAsync(this IReplicationProtectionContainerMappingsOperations operations, string fabricName, string protectionContainerName, CancellationToken cancellationToken = default(CancellationToken))
351public static IPage<ProtectionContainerMapping> List(this IReplicationProtectionContainerMappingsOperations operations)
368public static async Task<IPage<ProtectionContainerMapping>> ListAsync(this IReplicationProtectionContainerMappingsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
608public static IPage<ProtectionContainerMapping> ListByReplicationProtectionContainersNext(this IReplicationProtectionContainerMappingsOperations operations, string nextPageLink)
628public static async Task<IPage<ProtectionContainerMapping>> ListByReplicationProtectionContainersNextAsync(this IReplicationProtectionContainerMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
648public static IPage<ProtectionContainerMapping> ListNext(this IReplicationProtectionContainerMappingsOperations operations, string nextPageLink)
668public static async Task<IPage<ProtectionContainerMapping>> ListNextAsync(this IReplicationProtectionContainerMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationProtectionContainersOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<ProtectionContainer>>();
601public async Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
733var _result = new AzureOperationResponse<IPage<ProtectionContainer>>();
1655public async Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1769var _result = new AzureOperationResponse<IPage<ProtectionContainer>>();
1831public async Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1945var _result = new AzureOperationResponse<IPage<ProtectionContainer>>();
Generated\ReplicationProtectionContainersOperationsExtensions.cs (8)
36public static IPage<ProtectionContainer> ListByReplicationFabrics(this IReplicationProtectionContainersOperations operations, string fabricName)
56public static async Task<IPage<ProtectionContainer>> ListByReplicationFabricsAsync(this IReplicationProtectionContainersOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken))
324public static IPage<ProtectionContainer> List(this IReplicationProtectionContainersOperations operations)
341public static async Task<IPage<ProtectionContainer>> ListAsync(this IReplicationProtectionContainersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
566public static IPage<ProtectionContainer> ListByReplicationFabricsNext(this IReplicationProtectionContainersOperations operations, string nextPageLink)
586public static async Task<IPage<ProtectionContainer>> ListByReplicationFabricsNextAsync(this IReplicationProtectionContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
606public static IPage<ProtectionContainer> ListNext(this IReplicationProtectionContainersOperations operations, string nextPageLink)
626public static async Task<IPage<ProtectionContainer>> ListNextAsync(this IReplicationProtectionContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationRecoveryServicesProvidersOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<RecoveryServicesProvider>>();
599public async Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
731var _result = new AzureOperationResponse<IPage<RecoveryServicesProvider>>();
1611public async Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1725var _result = new AzureOperationResponse<IPage<RecoveryServicesProvider>>();
1788public async Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1902var _result = new AzureOperationResponse<IPage<RecoveryServicesProvider>>();
Generated\ReplicationRecoveryServicesProvidersOperationsExtensions.cs (8)
36public static IPage<RecoveryServicesProvider> ListByReplicationFabrics(this IReplicationRecoveryServicesProvidersOperations operations, string fabricName)
56public static async Task<IPage<RecoveryServicesProvider>> ListByReplicationFabricsAsync(this IReplicationRecoveryServicesProvidersOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken))
316public static IPage<RecoveryServicesProvider> List(this IReplicationRecoveryServicesProvidersOperations operations)
334public static async Task<IPage<RecoveryServicesProvider>> ListAsync(this IReplicationRecoveryServicesProvidersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
550public static IPage<RecoveryServicesProvider> ListByReplicationFabricsNext(this IReplicationRecoveryServicesProvidersOperations operations, string nextPageLink)
570public static async Task<IPage<RecoveryServicesProvider>> ListByReplicationFabricsNextAsync(this IReplicationRecoveryServicesProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
591public static IPage<RecoveryServicesProvider> ListNext(this IReplicationRecoveryServicesProvidersOperations operations, string nextPageLink)
612public static async Task<IPage<RecoveryServicesProvider>> ListNextAsync(this IReplicationRecoveryServicesProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationStorageClassificationMappingsOperations.cs (8)
86public async Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListByReplicationStorageClassificationsWithHttpMessagesAsync(string fabricName, string storageClassificationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230var _result = new AzureOperationResponse<IPage<StorageClassificationMapping>>();
566public async Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
698var _result = new AzureOperationResponse<IPage<StorageClassificationMapping>>();
1189public async Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListByReplicationStorageClassificationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1303var _result = new AzureOperationResponse<IPage<StorageClassificationMapping>>();
1365public async Task<AzureOperationResponse<IPage<StorageClassificationMapping>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1479var _result = new AzureOperationResponse<IPage<StorageClassificationMapping>>();
Generated\ReplicationStorageClassificationMappingsOperationsExtensions.cs (8)
39public static IPage<StorageClassificationMapping> ListByReplicationStorageClassifications(this IReplicationStorageClassificationMappingsOperations operations, string fabricName, string storageClassificationName)
62public static async Task<IPage<StorageClassificationMapping>> ListByReplicationStorageClassificationsAsync(this IReplicationStorageClassificationMappingsOperations operations, string fabricName, string storageClassificationName, CancellationToken cancellationToken = default(CancellationToken))
238public static IPage<StorageClassificationMapping> List(this IReplicationStorageClassificationMappingsOperations operations)
255public static async Task<IPage<StorageClassificationMapping>> ListAsync(this IReplicationStorageClassificationMappingsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
382public static IPage<StorageClassificationMapping> ListByReplicationStorageClassificationsNext(this IReplicationStorageClassificationMappingsOperations operations, string nextPageLink)
402public static async Task<IPage<StorageClassificationMapping>> ListByReplicationStorageClassificationsNextAsync(this IReplicationStorageClassificationMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
422public static IPage<StorageClassificationMapping> ListNext(this IReplicationStorageClassificationMappingsOperations operations, string nextPageLink)
442public static async Task<IPage<StorageClassificationMapping>> ListNextAsync(this IReplicationStorageClassificationMappingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationStorageClassificationsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<StorageClassification>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<StorageClassification>>();
489public async Task<AzureOperationResponse<IPage<StorageClassification>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
621var _result = new AzureOperationResponse<IPage<StorageClassification>>();
683public async Task<AzureOperationResponse<IPage<StorageClassification>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
797var _result = new AzureOperationResponse<IPage<StorageClassification>>();
859public async Task<AzureOperationResponse<IPage<StorageClassification>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
973var _result = new AzureOperationResponse<IPage<StorageClassification>>();
Generated\ReplicationStorageClassificationsOperationsExtensions.cs (8)
36public static IPage<StorageClassification> ListByReplicationFabrics(this IReplicationStorageClassificationsOperations operations, string fabricName)
56public static async Task<IPage<StorageClassification>> ListByReplicationFabricsAsync(this IReplicationStorageClassificationsOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken))
119public static IPage<StorageClassification> List(this IReplicationStorageClassificationsOperations operations)
136public static async Task<IPage<StorageClassification>> ListAsync(this IReplicationStorageClassificationsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
156public static IPage<StorageClassification> ListByReplicationFabricsNext(this IReplicationStorageClassificationsOperations operations, string nextPageLink)
176public static async Task<IPage<StorageClassification>> ListByReplicationFabricsNextAsync(this IReplicationStorageClassificationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
196public static IPage<StorageClassification> ListNext(this IReplicationStorageClassificationsOperations operations, string nextPageLink)
216public static async Task<IPage<StorageClassification>> ListNextAsync(this IReplicationStorageClassificationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReplicationvCentersOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<VCenter>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
221var _result = new AzureOperationResponse<IPage<VCenter>>();
571public async Task<AzureOperationResponse<IPage<VCenter>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
703var _result = new AzureOperationResponse<IPage<VCenter>>();
1400public async Task<AzureOperationResponse<IPage<VCenter>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1514var _result = new AzureOperationResponse<IPage<VCenter>>();
1576public async Task<AzureOperationResponse<IPage<VCenter>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1690var _result = new AzureOperationResponse<IPage<VCenter>>();
Generated\ReplicationvCentersOperationsExtensions.cs (8)
36public static IPage<VCenter> ListByReplicationFabrics(this IReplicationvCentersOperations operations, string fabricName)
56public static async Task<IPage<VCenter>> ListByReplicationFabricsAsync(this IReplicationvCentersOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken))
268public static IPage<VCenter> List(this IReplicationvCentersOperations operations)
285public static async Task<IPage<VCenter>> ListAsync(this IReplicationvCentersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
454public static IPage<VCenter> ListByReplicationFabricsNext(this IReplicationvCentersOperations operations, string nextPageLink)
474public static async Task<IPage<VCenter>> ListByReplicationFabricsNextAsync(this IReplicationvCentersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
494public static IPage<VCenter> ListNext(this IReplicationvCentersOperations operations, string nextPageLink)
514public static async Task<IPage<VCenter>> ListNextAsync(this IReplicationvCentersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TargetComputeSizesOperationsExtensions.cs (4)
42public static IPage<TargetComputeSize> ListByReplicationProtectedItems(this ITargetComputeSizesOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName)
68public static async Task<IPage<TargetComputeSize>> ListByReplicationProtectedItemsAsync(this ITargetComputeSizesOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<TargetComputeSize> ListByReplicationProtectedItemsNext(this ITargetComputeSizesOperations operations, string nextPageLink)
108public static async Task<IPage<TargetComputeSize>> ListByReplicationProtectedItemsNextAsync(this ITargetComputeSizesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Redis (50)
Generated\IRedisOperations.cs (4)
172Task<AzureOperationResponse<IPage<RedisResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
191Task<AzureOperationResponse<IPage<RedisResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
448Task<AzureOperationResponse<IPage<RedisResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
470Task<AzureOperationResponse<IPage<RedisResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\RedisOperations.cs (8)
710public async Task<AzureOperationResponse<IPage<RedisResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
838var _result = new AzureOperationResponse<IPage<RedisResource>>();
894public async Task<AzureOperationResponse<IPage<RedisResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1016var _result = new AzureOperationResponse<IPage<RedisResource>>();
2542public async Task<AzureOperationResponse<IPage<RedisResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2656var _result = new AzureOperationResponse<IPage<RedisResource>>();
2715public async Task<AzureOperationResponse<IPage<RedisResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2829var _result = new AzureOperationResponse<IPage<RedisResource>>();
Generated\RedisOperationsExtensions.cs (8)
237public static IPage<RedisResource> ListByResourceGroup(this IRedisOperations operations, string resourceGroupName)
254public static async Task<IPage<RedisResource>> ListByResourceGroupAsync(this IRedisOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
268public static IPage<RedisResource> List(this IRedisOperations operations)
282public static async Task<IPage<RedisResource>> ListAsync(this IRedisOperations operations, CancellationToken cancellationToken = default(CancellationToken))
694public static IPage<RedisResource> ListByResourceGroupNext(this IRedisOperations operations, string nextPageLink)
711public static async Task<IPage<RedisResource>> ListByResourceGroupNextAsync(this IRedisOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
728public static IPage<RedisResource> ListNext(this IRedisOperations operations, string nextPageLink)
745public static async Task<IPage<RedisResource>> ListNextAsync(this IRedisOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.RedisEnterprise (40)
Generated\IRedisEnterpriseOperations.cs (4)
151Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
271Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
293Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\RedisEnterpriseOperations.cs (8)
344public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
467var _result = new AzureOperationResponse<IPage<Cluster>>();
523public async Task<AzureOperationResponse<IPage<Cluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
640var _result = new AzureOperationResponse<IPage<Cluster>>();
1298public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1407var _result = new AzureOperationResponse<IPage<Cluster>>();
1466public async Task<AzureOperationResponse<IPage<Cluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1575var _result = new AzureOperationResponse<IPage<Cluster>>();
Generated\RedisEnterpriseOperationsExtensions.cs (8)
204public static IPage<Cluster> ListByResourceGroup(this IRedisEnterpriseOperations operations, string resourceGroupName)
221public static async Task<IPage<Cluster>> ListByResourceGroupAsync(this IRedisEnterpriseOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
235public static IPage<Cluster> List(this IRedisEnterpriseOperations operations)
249public static async Task<IPage<Cluster>> ListAsync(this IRedisEnterpriseOperations operations, CancellationToken cancellationToken = default(CancellationToken))
397public static IPage<Cluster> ListByResourceGroupNext(this IRedisEnterpriseOperations operations, string nextPageLink)
414public static async Task<IPage<Cluster>> ListByResourceGroupNextAsync(this IRedisEnterpriseOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
431public static IPage<Cluster> ListNext(this IRedisEnterpriseOperations operations, string nextPageLink)
448public static async Task<IPage<Cluster>> ListNextAsync(this IRedisEnterpriseOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Relay (80)
Generated\HybridConnectionsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<HybridConnection>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
234var _result = new AzureOperationResponse<IPage<HybridConnection>>();
984public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string hybridConnectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1148var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
2448public async Task<AzureOperationResponse<IPage<HybridConnection>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2557var _result = new AzureOperationResponse<IPage<HybridConnection>>();
2616public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2725var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
Generated\HybridConnectionsOperationsExtensions.cs (8)
36public static IPage<HybridConnection> ListByNamespace(this IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName)
56public static async Task<IPage<HybridConnection>> ListByNamespaceAsync(this IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
222public static IPage<AuthorizationRule> ListAuthorizationRules(this IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName, string hybridConnectionName)
245public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this IHybridConnectionsOperations operations, string resourceGroupName, string namespaceName, string hybridConnectionName, CancellationToken cancellationToken = default(CancellationToken))
533public static IPage<HybridConnection> ListByNamespaceNext(this IHybridConnectionsOperations operations, string nextPageLink)
550public static async Task<IPage<HybridConnection>> ListByNamespaceNextAsync(this IHybridConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
567public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this IHybridConnectionsOperations operations, string nextPageLink)
584public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this IHybridConnectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IHybridConnectionsOperations.cs (4)
50Task<AzureOperationResponse<IPage<HybridConnection>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
163Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string hybridConnectionName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
345Task<AzureOperationResponse<IPage<HybridConnection>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
367Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INamespacesOperations.cs (6)
67Task<AzureOperationResponse<IPage<RelayNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
89Task<AzureOperationResponse<IPage<RelayNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
437Task<AzureOperationResponse<IPage<RelayNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
459Task<AzureOperationResponse<IPage<RelayNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
481Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWCFRelaysOperations.cs (4)
50Task<AzureOperationResponse<IPage<WcfRelay>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
162Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string relayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
343Task<AzureOperationResponse<IPage<WcfRelay>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
365Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\NamespacesOperations.cs (12)
269public async Task<AzureOperationResponse<IPage<RelayNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
386var _result = new AzureOperationResponse<IPage<RelayNamespace>>();
445public async Task<AzureOperationResponse<IPage<RelayNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
579var _result = new AzureOperationResponse<IPage<RelayNamespace>>();
1148public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1299var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
2961public async Task<AzureOperationResponse<IPage<RelayNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3070var _result = new AzureOperationResponse<IPage<RelayNamespace>>();
3129public async Task<AzureOperationResponse<IPage<RelayNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3238var _result = new AzureOperationResponse<IPage<RelayNamespace>>();
3297public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3406var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
Generated\NamespacesOperationsExtensions.cs (12)
65public static IPage<RelayNamespace> List(this INamespacesOperations operations)
80public static async Task<IPage<RelayNamespace>> ListAsync(this INamespacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
97public static IPage<RelayNamespace> ListByResourceGroup(this INamespacesOperations operations, string resourceGroupName)
114public static async Task<IPage<RelayNamespace>> ListByResourceGroupAsync(this INamespacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
307public static IPage<AuthorizationRule> ListAuthorizationRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
327public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
669public static IPage<RelayNamespace> ListNext(this INamespacesOperations operations, string nextPageLink)
687public static async Task<IPage<RelayNamespace>> ListNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
704public static IPage<RelayNamespace> ListByResourceGroupNext(this INamespacesOperations operations, string nextPageLink)
721public static async Task<IPage<RelayNamespace>> ListByResourceGroupNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
738public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this INamespacesOperations operations, string nextPageLink)
755public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WCFRelaysOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<WcfRelay>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
234var _result = new AzureOperationResponse<IPage<WcfRelay>>();
983public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string relayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1152var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
2451public async Task<AzureOperationResponse<IPage<WcfRelay>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2560var _result = new AzureOperationResponse<IPage<WcfRelay>>();
2619public async Task<AzureOperationResponse<IPage<AuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2733var _result = new AzureOperationResponse<IPage<AuthorizationRule>>();
Generated\WCFRelaysOperationsExtensions.cs (8)
36public static IPage<WcfRelay> ListByNamespace(this IWCFRelaysOperations operations, string resourceGroupName, string namespaceName)
56public static async Task<IPage<WcfRelay>> ListByNamespaceAsync(this IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
220public static IPage<AuthorizationRule> ListAuthorizationRules(this IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName)
243public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesAsync(this IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName, CancellationToken cancellationToken = default(CancellationToken))
529public static IPage<WcfRelay> ListByNamespaceNext(this IWCFRelaysOperations operations, string nextPageLink)
546public static async Task<IPage<WcfRelay>> ListByNamespaceNextAsync(this IWCFRelaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
563public static IPage<AuthorizationRule> ListAuthorizationRulesNext(this IWCFRelaysOperations operations, string nextPageLink)
580public static async Task<IPage<AuthorizationRule>> ListAuthorizationRulesNextAsync(this IWCFRelaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Reservations (60)
Generated\IQuotaOperations.cs (2)
185Task<AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>> ListWithHttpMessagesAsync(string subscriptionId, string providerId, string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
304Task<AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IQuotaRequestStatusOperations.cs (2)
104Task<AzureOperationResponse<IPage<QuotaRequestDetails>>> ListWithHttpMessagesAsync(string subscriptionId, string providerId, string location, string filter = default(string), int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
128Task<AzureOperationResponse<IPage<QuotaRequestDetails>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IReservationOperations.cs (4)
139Task<AzureOperationResponse<IPage<ReservationResponse>>> ListWithHttpMessagesAsync(string reservationOrderId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
229Task<AzureOperationResponse<IPage<ReservationResponse>>> ListRevisionsWithHttpMessagesAsync(string reservationId, string reservationOrderId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
374Task<AzureOperationResponse<IPage<ReservationResponse>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
399Task<AzureOperationResponse<IPage<ReservationResponse>>> ListRevisionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\QuotaOperations.cs (4)
392public async Task<AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>> ListWithHttpMessagesAsync(string subscriptionId, string providerId, string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
520var _result = new AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>();
1086public async Task<AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1195var _result = new AzureOperationResponse<IPage<CurrentQuotaLimitBase>,QuotaListHeaders>();
Generated\QuotaOperationsExtensions.cs (4)
263public static IPage<CurrentQuotaLimitBase> List(this IQuotaOperations operations, string subscriptionId, string providerId, string location)
288public static async Task<IPage<CurrentQuotaLimitBase>> ListAsync(this IQuotaOperations operations, string subscriptionId, string providerId, string location, CancellationToken cancellationToken = default(CancellationToken))
471public static IPage<CurrentQuotaLimitBase> ListNext(this IQuotaOperations operations, string nextPageLink)
490public static async Task<IPage<CurrentQuotaLimitBase>> ListNextAsync(this IQuotaOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\QuotaRequestStatusOperations.cs (4)
308public async Task<AzureOperationResponse<IPage<QuotaRequestDetails>>> ListWithHttpMessagesAsync(string subscriptionId, string providerId, string location, string filter = default(string), int? top = default(int?), string skiptoken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
455var _result = new AzureOperationResponse<IPage<QuotaRequestDetails>>();
516public async Task<AzureOperationResponse<IPage<QuotaRequestDetails>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
625var _result = new AzureOperationResponse<IPage<QuotaRequestDetails>>();
Generated\QuotaRequestStatusOperationsExtensions.cs (4)
114public static IPage<QuotaRequestDetails> List(this IQuotaRequestStatusOperations operations, string subscriptionId, string providerId, string location, string filter = default(string), int? top = default(int?), string skiptoken = default(string))
154public static async Task<IPage<QuotaRequestDetails>> ListAsync(this IQuotaRequestStatusOperations operations, string subscriptionId, string providerId, string location, string filter = default(string), int? top = default(int?), string skiptoken = default(string), CancellationToken cancellationToken = default(CancellationToken))
173public static IPage<QuotaRequestDetails> ListNext(this IQuotaRequestStatusOperations operations, string nextPageLink)
192public static async Task<IPage<QuotaRequestDetails>> ListNextAsync(this IQuotaRequestStatusOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ReservationOperations.cs (8)
163public async Task<AzureOperationResponse<IPage<ReservationResponse>>> ListWithHttpMessagesAsync(string reservationOrderId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
279var _result = new AzureOperationResponse<IPage<ReservationResponse>>();
567public async Task<AzureOperationResponse<IPage<ReservationResponse>>> ListRevisionsWithHttpMessagesAsync(string reservationId, string reservationOrderId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
689var _result = new AzureOperationResponse<IPage<ReservationResponse>>();
1539public async Task<AzureOperationResponse<IPage<ReservationResponse>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1648var _result = new AzureOperationResponse<IPage<ReservationResponse>>();
1710public async Task<AzureOperationResponse<IPage<ReservationResponse>>> ListRevisionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1819var _result = new AzureOperationResponse<IPage<ReservationResponse>>();
Generated\ReservationOperationsExtensions.cs (8)
186public static IPage<ReservationResponse> List(this IReservationOperations operations, string reservationOrderId)
206public static async Task<IPage<ReservationResponse>> ListAsync(this IReservationOperations operations, string reservationOrderId, CancellationToken cancellationToken = default(CancellationToken))
333public static IPage<ReservationResponse> ListRevisions(this IReservationOperations operations, string reservationId, string reservationOrderId)
356public static async Task<IPage<ReservationResponse>> ListRevisionsAsync(this IReservationOperations operations, string reservationId, string reservationOrderId, CancellationToken cancellationToken = default(CancellationToken))
576public static IPage<ReservationResponse> ListNext(this IReservationOperations operations, string nextPageLink)
596public static async Task<IPage<ReservationResponse>> ListNextAsync(this IReservationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
616public static IPage<ReservationResponse> ListRevisionsNext(this IReservationOperations operations, string nextPageLink)
636public static async Task<IPage<ReservationResponse>> ListRevisionsNextAsync(this IReservationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ResourceManager (470)
Generated\DeploymentOperations.cs (20)
301public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtScopeWithHttpMessagesAsync(string scope, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
450var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
718public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtTenantScopeWithHttpMessagesAsync(string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
861var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
1152public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1312var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
1585public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1733var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2033public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListWithHttpMessagesAsync(string resourceGroupName, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2202var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2261public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2375var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2434public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2548var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2607public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2721var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2780public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2894var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
2953public async Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3067var _result = new AzureOperationResponse<IPage<DeploymentOperation>>();
Generated\DeploymentOperationsExtensions.cs (20)
85public static IPage<DeploymentOperation> ListAtScope(this IDeploymentOperations operations, string scope, string deploymentName, int? top = default(int?))
108public static async Task<IPage<DeploymentOperation>> ListAtScopeAsync(this IDeploymentOperations operations, string scope, string deploymentName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
168public static IPage<DeploymentOperation> ListAtTenantScope(this IDeploymentOperations operations, string deploymentName, int? top = default(int?))
188public static async Task<IPage<DeploymentOperation>> ListAtTenantScopeAsync(this IDeploymentOperations operations, string deploymentName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
257public static IPage<DeploymentOperation> ListAtManagementGroupScope(this IDeploymentOperations operations, string groupId, string deploymentName, int? top = default(int?))
280public static async Task<IPage<DeploymentOperation>> ListAtManagementGroupScopeAsync(this IDeploymentOperations operations, string groupId, string deploymentName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
340public static IPage<DeploymentOperation> ListAtSubscriptionScope(this IDeploymentOperations operations, string deploymentName, int? top = default(int?))
360public static async Task<IPage<DeploymentOperation>> ListAtSubscriptionScopeAsync(this IDeploymentOperations operations, string deploymentName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
429public static IPage<DeploymentOperation> List(this IDeploymentOperations operations, string resourceGroupName, string deploymentName, int? top = default(int?))
452public static async Task<IPage<DeploymentOperation>> ListAsync(this IDeploymentOperations operations, string resourceGroupName, string deploymentName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
469public static IPage<DeploymentOperation> ListAtScopeNext(this IDeploymentOperations operations, string nextPageLink)
486public static async Task<IPage<DeploymentOperation>> ListAtScopeNextAsync(this IDeploymentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
503public static IPage<DeploymentOperation> ListAtTenantScopeNext(this IDeploymentOperations operations, string nextPageLink)
520public static async Task<IPage<DeploymentOperation>> ListAtTenantScopeNextAsync(this IDeploymentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
537public static IPage<DeploymentOperation> ListAtManagementGroupScopeNext(this IDeploymentOperations operations, string nextPageLink)
554public static async Task<IPage<DeploymentOperation>> ListAtManagementGroupScopeNextAsync(this IDeploymentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
571public static IPage<DeploymentOperation> ListAtSubscriptionScopeNext(this IDeploymentOperations operations, string nextPageLink)
588public static async Task<IPage<DeploymentOperation>> ListAtSubscriptionScopeNextAsync(this IDeploymentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
605public static IPage<DeploymentOperation> ListNext(this IDeploymentOperations operations, string nextPageLink)
622public static async Task<IPage<DeploymentOperation>> ListNextAsync(this IDeploymentOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DeploymentScriptsOperations.cs (8)
743public async Task<AzureOperationResponse<IPage<DeploymentScript>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
860var _result = new AzureOperationResponse<IPage<DeploymentScript>>();
1363public async Task<AzureOperationResponse<IPage<DeploymentScript>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1501var _result = new AzureOperationResponse<IPage<DeploymentScript>>();
1813public async Task<AzureOperationResponse<IPage<DeploymentScript>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1922var _result = new AzureOperationResponse<IPage<DeploymentScript>>();
1981public async Task<AzureOperationResponse<IPage<DeploymentScript>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2090var _result = new AzureOperationResponse<IPage<DeploymentScript>>();
Generated\DeploymentScriptsOperationsExtensions.cs (8)
201public static IPage<DeploymentScript> ListBySubscription(this IDeploymentScriptsOperations operations)
215public static async Task<IPage<DeploymentScript>> ListBySubscriptionAsync(this IDeploymentScriptsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
322public static IPage<DeploymentScript> ListByResourceGroup(this IDeploymentScriptsOperations operations, string resourceGroupName)
339public static async Task<IPage<DeploymentScript>> ListByResourceGroupAsync(this IDeploymentScriptsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
402public static IPage<DeploymentScript> ListBySubscriptionNext(this IDeploymentScriptsOperations operations, string nextPageLink)
419public static async Task<IPage<DeploymentScript>> ListBySubscriptionNextAsync(this IDeploymentScriptsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
436public static IPage<DeploymentScript> ListByResourceGroupNext(this IDeploymentScriptsOperations operations, string nextPageLink)
453public static async Task<IPage<DeploymentScript>> ListByResourceGroupNextAsync(this IDeploymentScriptsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DeploymentsOperations.cs (20)
961public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtScopeWithHttpMessagesAsync(string scope, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1093var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
2007public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtTenantScopeWithHttpMessagesAsync(ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2133var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
3142public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtManagementGroupScopeWithHttpMessagesAsync(string groupId, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3285var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
4219public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtSubscriptionScopeWithHttpMessagesAsync(ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4350var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
5402public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5554var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
10268public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10382var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
10441public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10555var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
10614public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10728var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
10787public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10901var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
10960public async Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11074var _result = new AzureOperationResponse<IPage<DeploymentExtended>>();
Generated\DeploymentsOperationsExtensions.cs (20)
367public static IPage<DeploymentExtended> ListAtScope(this IDeploymentsOperations operations, string scope, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>))
387public static async Task<IPage<DeploymentExtended>> ListAtScopeAsync(this IDeploymentsOperations operations, string scope, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), CancellationToken cancellationToken = default(CancellationToken))
734public static IPage<DeploymentExtended> ListAtTenantScope(this IDeploymentsOperations operations, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>))
751public static async Task<IPage<DeploymentExtended>> ListAtTenantScopeAsync(this IDeploymentsOperations operations, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), CancellationToken cancellationToken = default(CancellationToken))
1149public static IPage<DeploymentExtended> ListAtManagementGroupScope(this IDeploymentsOperations operations, string groupId, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>))
1169public static async Task<IPage<DeploymentExtended>> ListAtManagementGroupScopeAsync(this IDeploymentsOperations operations, string groupId, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), CancellationToken cancellationToken = default(CancellationToken))
1516public static IPage<DeploymentExtended> ListAtSubscriptionScope(this IDeploymentsOperations operations, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>))
1533public static async Task<IPage<DeploymentExtended>> ListAtSubscriptionScopeAsync(this IDeploymentsOperations operations, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), CancellationToken cancellationToken = default(CancellationToken))
1944public static IPage<DeploymentExtended> ListByResourceGroup(this IDeploymentsOperations operations, string resourceGroupName, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>))
1965public static async Task<IPage<DeploymentExtended>> ListByResourceGroupAsync(this IDeploymentsOperations operations, string resourceGroupName, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), CancellationToken cancellationToken = default(CancellationToken))
2975public static IPage<DeploymentExtended> ListAtScopeNext(this IDeploymentsOperations operations, string nextPageLink)
2992public static async Task<IPage<DeploymentExtended>> ListAtScopeNextAsync(this IDeploymentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3009public static IPage<DeploymentExtended> ListAtTenantScopeNext(this IDeploymentsOperations operations, string nextPageLink)
3026public static async Task<IPage<DeploymentExtended>> ListAtTenantScopeNextAsync(this IDeploymentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3043public static IPage<DeploymentExtended> ListAtManagementGroupScopeNext(this IDeploymentsOperations operations, string nextPageLink)
3060public static async Task<IPage<DeploymentExtended>> ListAtManagementGroupScopeNextAsync(this IDeploymentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3077public static IPage<DeploymentExtended> ListAtSubscriptionScopeNext(this IDeploymentsOperations operations, string nextPageLink)
3094public static async Task<IPage<DeploymentExtended>> ListAtSubscriptionScopeNextAsync(this IDeploymentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3111public static IPage<DeploymentExtended> ListByResourceGroupNext(this IDeploymentsOperations operations, string nextPageLink)
3128public static async Task<IPage<DeploymentExtended>> ListByResourceGroupNextAsync(this IDeploymentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FeaturesOperations.cs (8)
78public async Task<AzureOperationResponse<IPage<FeatureResult>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
200var _result = new AzureOperationResponse<IPage<FeatureResult>>();
260public async Task<AzureOperationResponse<IPage<FeatureResult>>> ListWithHttpMessagesAsync(string resourceProviderNamespace, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
388var _result = new AzureOperationResponse<IPage<FeatureResult>>();
1036public async Task<AzureOperationResponse<IPage<FeatureResult>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1150var _result = new AzureOperationResponse<IPage<FeatureResult>>();
1210public async Task<AzureOperationResponse<IPage<FeatureResult>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1324var _result = new AzureOperationResponse<IPage<FeatureResult>>();
Generated\FeaturesOperationsExtensions.cs (8)
31public static IPage<FeatureResult> ListAll(this IFeaturesOperations operations)
46public static async Task<IPage<FeatureResult>> ListAllAsync(this IFeaturesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
64public static IPage<FeatureResult> List(this IFeaturesOperations operations, string resourceProviderNamespace)
82public static async Task<IPage<FeatureResult>> ListAsync(this IFeaturesOperations operations, string resourceProviderNamespace, CancellationToken cancellationToken = default(CancellationToken))
220public static IPage<FeatureResult> ListAllNext(this IFeaturesOperations operations, string nextPageLink)
238public static async Task<IPage<FeatureResult>> ListAllNextAsync(this IFeaturesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
256public static IPage<FeatureResult> ListNext(this IFeaturesOperations operations, string nextPageLink)
274public static async Task<IPage<FeatureResult>> ListNextAsync(this IFeaturesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDeploymentOperations.cs (10)
81Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtScopeWithHttpMessagesAsync(string scope, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
131Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtTenantScopeWithHttpMessagesAsync(string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
187Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtManagementGroupScopeWithHttpMessagesAsync(string groupId, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
237Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtSubscriptionScopeWithHttpMessagesAsync(string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
293Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListWithHttpMessagesAsync(string resourceGroupName, string deploymentName, int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
315Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
337Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
359Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
381Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
403Task<AzureOperationResponse<IPage<DeploymentOperation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDeploymentScriptsOperations.cs (4)
148Task<AzureOperationResponse<IPage<DeploymentScript>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
226Task<AzureOperationResponse<IPage<DeploymentScript>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
276Task<AzureOperationResponse<IPage<DeploymentScript>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
298Task<AzureOperationResponse<IPage<DeploymentScript>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDeploymentsOperations.cs (10)
247Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtScopeWithHttpMessagesAsync(string scope, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
470Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtTenantScopeWithHttpMessagesAsync(ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
720Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtManagementGroupScopeWithHttpMessagesAsync(string groupId, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
943Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtSubscriptionScopeWithHttpMessagesAsync(ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1201Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<DeploymentExtendedFilter> odataQuery = default(ODataQuery<DeploymentExtendedFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1818Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1840Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1862Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtManagementGroupScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1884Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListAtSubscriptionScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1906Task<AzureOperationResponse<IPage<DeploymentExtended>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IFeaturesOperations.cs (4)
45Task<AzureOperationResponse<IPage<FeatureResult>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<FeatureResult>>> ListWithHttpMessagesAsync(string resourceProviderNamespace, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
166Task<AzureOperationResponse<IPage<FeatureResult>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
189Task<AzureOperationResponse<IPage<FeatureResult>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IManagementLocksOperations.cs (6)
433Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceGroupLevelWithHttpMessagesAsync(string resourceGroupName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
472Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceLevelWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
494Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtSubscriptionLevelWithHttpMessagesAsync(ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
516Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceGroupLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
539Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
561Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtSubscriptionLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicyAssignmentsOperations.cs (8)
200Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
275Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
327Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListWithHttpMessagesAsync(ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
521Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
578Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
613Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
654Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicyDefinitionsOperations.cs (6)
269Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
315Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListBuiltInWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
371Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListByManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
410Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
442Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListBuiltInNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
481Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListByManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicyExemptionsOperations.cs (8)
188Task<AzureOperationResponse<IPage<PolicyExemption>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
240Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
324Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
374Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
407Task<AzureOperationResponse<IPage<PolicyExemption>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
440Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
490Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
521Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPolicySetDefinitionsOperations.cs (6)
182Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListBuiltInWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListByManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
407Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
436Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListBuiltInNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
475Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListByManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IProvidersOperations.cs (4)
120Task<AzureOperationResponse<IPage<Provider>>> ListWithHttpMessagesAsync(int? top = default(int?), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
149Task<AzureOperationResponse<IPage<Provider>>> ListAtTenantScopeWithHttpMessagesAsync(int? top = default(int?), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<Provider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
245Task<AzureOperationResponse<IPage<Provider>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IResourceLinksOperations.cs (4)
121Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSubscriptionWithHttpMessagesAsync(ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
150Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSourceScopeWithHttpMessagesAsync(string scope, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
195Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSourceScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IResourcesOperations.cs (4)
51Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
136Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListWithHttpMessagesAsync(ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
747Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
769Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITemplateSpecsOperations.cs (4)
148Task<AzureOperationResponse<IPage<TemplateSpec>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<TemplateSpec>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
192Task<AzureOperationResponse<IPage<TemplateSpec>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
214Task<AzureOperationResponse<IPage<TemplateSpec>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagementLocksOperations.cs (12)
2701public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceGroupLevelWithHttpMessagesAsync(string resourceGroupName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2853var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
2928public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceLevelWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3104var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
3163public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtSubscriptionLevelWithHttpMessagesAsync(ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3294var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
3353public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceGroupLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3467var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
3526public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtResourceLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3640var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
3699public async Task<AzureOperationResponse<IPage<ManagementLockObject>>> ListAtSubscriptionLevelNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3813var _result = new AzureOperationResponse<IPage<ManagementLockObject>>();
Generated\ManagementLocksOperationsExtensions.cs (12)
681public static IPage<ManagementLockObject> ListAtResourceGroupLevel(this IManagementLocksOperations operations, string resourceGroupName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>))
701public static async Task<IPage<ManagementLockObject>> ListAtResourceGroupLevelAsync(this IManagementLocksOperations operations, string resourceGroupName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), CancellationToken cancellationToken = default(CancellationToken))
734public static IPage<ManagementLockObject> ListAtResourceLevel(this IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>))
767public static async Task<IPage<ManagementLockObject>> ListAtResourceLevelAsync(this IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), CancellationToken cancellationToken = default(CancellationToken))
784public static IPage<ManagementLockObject> ListAtSubscriptionLevel(this IManagementLocksOperations operations, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>))
801public static async Task<IPage<ManagementLockObject>> ListAtSubscriptionLevelAsync(this IManagementLocksOperations operations, ODataQuery<ManagementLockObject> odataQuery = default(ODataQuery<ManagementLockObject>), CancellationToken cancellationToken = default(CancellationToken))
818public static IPage<ManagementLockObject> ListAtResourceGroupLevelNext(this IManagementLocksOperations operations, string nextPageLink)
835public static async Task<IPage<ManagementLockObject>> ListAtResourceGroupLevelNextAsync(this IManagementLocksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
852public static IPage<ManagementLockObject> ListAtResourceLevelNext(this IManagementLocksOperations operations, string nextPageLink)
869public static async Task<IPage<ManagementLockObject>> ListAtResourceLevelNextAsync(this IManagementLocksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
886public static IPage<ManagementLockObject> ListAtSubscriptionLevelNext(this IManagementLocksOperations operations, string nextPageLink)
903public static async Task<IPage<ManagementLockObject>> ListAtSubscriptionLevelNextAsync(this IManagementLocksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicyAssignmentsOperations.cs (16)
732public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
891var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
999public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1173var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
1260public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1399var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
1475public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListWithHttpMessagesAsync(ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1604var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
2276public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2390var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
2480public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2594var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
2665public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2779var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
2855public async Task<AzureOperationResponse<IPage<PolicyAssignment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2969var _result = new AzureOperationResponse<IPage<PolicyAssignment>>();
Generated\PolicyAssignmentsOperationsExtensions.cs (16)
267public static IPage<PolicyAssignment> ListForResourceGroup(this IPolicyAssignmentsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?))
317public static async Task<IPage<PolicyAssignment>> ListForResourceGroupAsync(this IPolicyAssignmentsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
383public static IPage<PolicyAssignment> ListForResource(this IPolicyAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>))
449public static async Task<IPage<PolicyAssignment>> ListForResourceAsync(this IPolicyAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), CancellationToken cancellationToken = default(CancellationToken))
494public static IPage<PolicyAssignment> ListForManagementGroup(this IPolicyAssignmentsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?))
539public static async Task<IPage<PolicyAssignment>> ListForManagementGroupAsync(this IPolicyAssignmentsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
573public static IPage<PolicyAssignment> List(this IPolicyAssignmentsOperations operations, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>))
607public static async Task<IPage<PolicyAssignment>> ListAsync(this IPolicyAssignmentsOperations operations, ODataQuery<PolicyAssignment> odataQuery = default(ODataQuery<PolicyAssignment>), CancellationToken cancellationToken = default(CancellationToken))
833public static IPage<PolicyAssignment> ListForResourceGroupNext(this IPolicyAssignmentsOperations operations, string nextPageLink)
867public static async Task<IPage<PolicyAssignment>> ListForResourceGroupNextAsync(this IPolicyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
915public static IPage<PolicyAssignment> ListForResourceNext(this IPolicyAssignmentsOperations operations, string nextPageLink)
963public static async Task<IPage<PolicyAssignment>> ListForResourceNextAsync(this IPolicyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
992public static IPage<PolicyAssignment> ListForManagementGroupNext(this IPolicyAssignmentsOperations operations, string nextPageLink)
1021public static async Task<IPage<PolicyAssignment>> ListForManagementGroupNextAsync(this IPolicyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1055public static IPage<PolicyAssignment> ListNext(this IPolicyAssignmentsOperations operations, string nextPageLink)
1089public static async Task<IPage<PolicyAssignment>> ListNextAsync(this IPolicyAssignmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicyDefinitionsOperations.cs (12)
1424public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1562var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
1637public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListBuiltInWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1770var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
1860public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListByManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1999var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
2073public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2187var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
2255public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListBuiltInNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2369var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
2443public async Task<AzureOperationResponse<IPage<PolicyDefinition>>> ListByManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2557var _result = new AzureOperationResponse<IPage<PolicyDefinition>>();
Generated\PolicyDefinitionsOperationsExtensions.cs (12)
379public static IPage<PolicyDefinition> List(this IPolicyDefinitionsOperations operations, string filter = default(string), int? top = default(int?))
424public static async Task<IPage<PolicyDefinition>> ListAsync(this IPolicyDefinitionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
463public static IPage<PolicyDefinition> ListBuiltIn(this IPolicyDefinitionsOperations operations, string filter = default(string), int? top = default(int?))
502public static async Task<IPage<PolicyDefinition>> ListBuiltInAsync(this IPolicyDefinitionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
550public static IPage<PolicyDefinition> ListByManagementGroup(this IPolicyDefinitionsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?))
598public static async Task<IPage<PolicyDefinition>> ListByManagementGroupAsync(this IPolicyDefinitionsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
630public static IPage<PolicyDefinition> ListNext(this IPolicyDefinitionsOperations operations, string nextPageLink)
662public static async Task<IPage<PolicyDefinition>> ListNextAsync(this IPolicyDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
688public static IPage<PolicyDefinition> ListBuiltInNext(this IPolicyDefinitionsOperations operations, string nextPageLink)
714public static async Task<IPage<PolicyDefinition>> ListBuiltInNextAsync(this IPolicyDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
746public static IPage<PolicyDefinition> ListByManagementGroupNext(this IPolicyDefinitionsOperations operations, string nextPageLink)
778public static async Task<IPage<PolicyDefinition>> ListByManagementGroupNextAsync(this IPolicyDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicyExemptionsOperations.cs (16)
724public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
849var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
935public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1081var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
1196public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceWithHttpMessagesAsync(string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1366var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
1450public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1576var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
1645public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1759var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
1828public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1942var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
2025public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForResourceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2139var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
2206public async Task<AzureOperationResponse<IPage<PolicyExemption>>> ListForManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2320var _result = new AzureOperationResponse<IPage<PolicyExemption>>();
Generated\PolicyExemptionsOperationsExtensions.cs (16)
256public static IPage<PolicyExemption> List(this IPolicyExemptionsOperations operations, string filter = default(string))
297public static async Task<IPage<PolicyExemption>> ListAsync(this IPolicyExemptionsOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
341public static IPage<PolicyExemption> ListForResourceGroup(this IPolicyExemptionsOperations operations, string resourceGroupName, string filter = default(string))
385public static async Task<IPage<PolicyExemption>> ListForResourceGroupAsync(this IPolicyExemptionsOperations operations, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
458public static IPage<PolicyExemption> ListForResource(this IPolicyExemptionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string filter = default(string))
531public static async Task<IPage<PolicyExemption>> ListForResourceAsync(this IPolicyExemptionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
573public static IPage<PolicyExemption> ListForManagementGroup(this IPolicyExemptionsOperations operations, string managementGroupId, string filter = default(string))
615public static async Task<IPage<PolicyExemption>> ListForManagementGroupAsync(this IPolicyExemptionsOperations operations, string managementGroupId, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
642public static IPage<PolicyExemption> ListNext(this IPolicyExemptionsOperations operations, string nextPageLink)
669public static async Task<IPage<PolicyExemption>> ListNextAsync(this IPolicyExemptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
696public static IPage<PolicyExemption> ListForResourceGroupNext(this IPolicyExemptionsOperations operations, string nextPageLink)
723public static async Task<IPage<PolicyExemption>> ListForResourceGroupNextAsync(this IPolicyExemptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
764public static IPage<PolicyExemption> ListForResourceNext(this IPolicyExemptionsOperations operations, string nextPageLink)
805public static async Task<IPage<PolicyExemption>> ListForResourceNextAsync(this IPolicyExemptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
830public static IPage<PolicyExemption> ListForManagementGroupNext(this IPolicyExemptionsOperations operations, string nextPageLink)
855public static async Task<IPage<PolicyExemption>> ListForManagementGroupNextAsync(this IPolicyExemptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PolicySetDefinitionsOperations.cs (12)
874public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1012var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
1084public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListBuiltInWithHttpMessagesAsync(string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1217var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
1901public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListByManagementGroupWithHttpMessagesAsync(string managementGroupId, string filter = default(string), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2040var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
2114public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2228var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
2293public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListBuiltInNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2407var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
2481public async Task<AzureOperationResponse<IPage<PolicySetDefinition>>> ListByManagementGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2595var _result = new AzureOperationResponse<IPage<PolicySetDefinition>>();
Generated\PolicySetDefinitionsOperationsExtensions.cs (12)
232public static IPage<PolicySetDefinition> List(this IPolicySetDefinitionsOperations operations, string filter = default(string), int? top = default(int?))
277public static async Task<IPage<PolicySetDefinition>> ListAsync(this IPolicySetDefinitionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
313public static IPage<PolicySetDefinition> ListBuiltIn(this IPolicySetDefinitionsOperations operations, string filter = default(string), int? top = default(int?))
349public static async Task<IPage<PolicySetDefinition>> ListBuiltInAsync(this IPolicySetDefinitionsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
544public static IPage<PolicySetDefinition> ListByManagementGroup(this IPolicySetDefinitionsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?))
592public static async Task<IPage<PolicySetDefinition>> ListByManagementGroupAsync(this IPolicySetDefinitionsOperations operations, string managementGroupId, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
624public static IPage<PolicySetDefinition> ListNext(this IPolicySetDefinitionsOperations operations, string nextPageLink)
656public static async Task<IPage<PolicySetDefinition>> ListNextAsync(this IPolicySetDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
679public static IPage<PolicySetDefinition> ListBuiltInNext(this IPolicySetDefinitionsOperations operations, string nextPageLink)
702public static async Task<IPage<PolicySetDefinition>> ListBuiltInNextAsync(this IPolicySetDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
734public static IPage<PolicySetDefinition> ListByManagementGroupNext(this IPolicySetDefinitionsOperations operations, string nextPageLink)
766public static async Task<IPage<PolicySetDefinition>> ListByManagementGroupNextAsync(this IPolicySetDefinitionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ProvidersOperations.cs (8)
641public async Task<AzureOperationResponse<IPage<Provider>>> ListWithHttpMessagesAsync(int? top = default(int?), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
773var _result = new AzureOperationResponse<IPage<Provider>>();
838public async Task<AzureOperationResponse<IPage<Provider>>> ListAtTenantScopeWithHttpMessagesAsync(int? top = default(int?), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
965var _result = new AzureOperationResponse<IPage<Provider>>();
1411public async Task<AzureOperationResponse<IPage<Provider>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1525var _result = new AzureOperationResponse<IPage<Provider>>();
1584public async Task<AzureOperationResponse<IPage<Provider>>> ListAtTenantScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1698var _result = new AzureOperationResponse<IPage<Provider>>();
Generated\ProvidersOperationsExtensions.cs (8)
144public static IPage<Provider> List(this IProvidersOperations operations, int? top = default(int?), string expand = default(string))
167public static async Task<IPage<Provider>> ListAsync(this IProvidersOperations operations, int? top = default(int?), string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
190public static IPage<Provider> ListAtTenantScope(this IProvidersOperations operations, int? top = default(int?), string expand = default(string))
213public static async Task<IPage<Provider>> ListAtTenantScopeAsync(this IProvidersOperations operations, int? top = default(int?), string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
314public static IPage<Provider> ListNext(this IProvidersOperations operations, string nextPageLink)
331public static async Task<IPage<Provider>> ListNextAsync(this IProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
348public static IPage<Provider> ListAtTenantScopeNext(this IProvidersOperations operations, string nextPageLink)
365public static async Task<IPage<Provider>> ListAtTenantScopeNextAsync(this IProvidersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ResourceLinksOperations.cs (8)
649public async Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSubscriptionWithHttpMessagesAsync(ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
780var _result = new AzureOperationResponse<IPage<ResourceLink>>();
845public async Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSourceScopeWithHttpMessagesAsync(string scope, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
977var _result = new AzureOperationResponse<IPage<ResourceLink>>();
1036public async Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1150var _result = new AzureOperationResponse<IPage<ResourceLink>>();
1209public async Task<AzureOperationResponse<IPage<ResourceLink>>> ListAtSourceScopeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1323var _result = new AzureOperationResponse<IPage<ResourceLink>>();
Generated\ResourceLinksOperationsExtensions.cs (8)
153public static IPage<ResourceLink> ListAtSubscription(this IResourceLinksOperations operations, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>))
170public static async Task<IPage<ResourceLink>> ListAtSubscriptionAsync(this IResourceLinksOperations operations, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), CancellationToken cancellationToken = default(CancellationToken))
193public static IPage<ResourceLink> ListAtSourceScope(this IResourceLinksOperations operations, string scope, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>))
216public static async Task<IPage<ResourceLink>> ListAtSourceScopeAsync(this IResourceLinksOperations operations, string scope, ODataQuery<ResourceLinkFilter> odataQuery = default(ODataQuery<ResourceLinkFilter>), CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<ResourceLink> ListAtSubscriptionNext(this IResourceLinksOperations operations, string nextPageLink)
250public static async Task<IPage<ResourceLink>> ListAtSubscriptionNextAsync(this IResourceLinksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
267public static IPage<ResourceLink> ListAtSourceScopeNext(this IResourceLinksOperations operations, string nextPageLink)
284public static async Task<IPage<ResourceLink>> ListAtSourceScopeNextAsync(this IResourceLinksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ResourcesOperations.cs (8)
84public async Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
236var _result = new AzureOperationResponse<IPage<GenericResourceExpanded>>();
357public async Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListWithHttpMessagesAsync(ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
488var _result = new AzureOperationResponse<IPage<GenericResourceExpanded>>();
3317public async Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3431var _result = new AzureOperationResponse<IPage<GenericResourceExpanded>>();
3490public async Task<AzureOperationResponse<IPage<GenericResourceExpanded>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3604var _result = new AzureOperationResponse<IPage<GenericResourceExpanded>>();
Generated\ResourcesOperationsExtensions.cs (8)
37public static IPage<GenericResourceExpanded> ListByResourceGroup(this IResourcesOperations operations, string resourceGroupName, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>))
57public static async Task<IPage<GenericResourceExpanded>> ListByResourceGroupAsync(this IResourcesOperations operations, string resourceGroupName, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), CancellationToken cancellationToken = default(CancellationToken))
184public static IPage<GenericResourceExpanded> List(this IResourcesOperations operations, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>))
201public static async Task<IPage<GenericResourceExpanded>> ListAsync(this IResourcesOperations operations, ODataQuery<GenericResourceFilter> odataQuery = default(ODataQuery<GenericResourceFilter>), CancellationToken cancellationToken = default(CancellationToken))
1244public static IPage<GenericResourceExpanded> ListByResourceGroupNext(this IResourcesOperations operations, string nextPageLink)
1261public static async Task<IPage<GenericResourceExpanded>> ListByResourceGroupNextAsync(this IResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1278public static IPage<GenericResourceExpanded> ListNext(this IResourcesOperations operations, string nextPageLink)
1295public static async Task<IPage<GenericResourceExpanded>> ListNextAsync(this IResourcesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TemplateSpecsOperations.cs (8)
987public async Task<AzureOperationResponse<IPage<TemplateSpec>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1104var _result = new AzureOperationResponse<IPage<TemplateSpec>>();
1163public async Task<AzureOperationResponse<IPage<TemplateSpec>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1301var _result = new AzureOperationResponse<IPage<TemplateSpec>>();
1360public async Task<AzureOperationResponse<IPage<TemplateSpec>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1469var _result = new AzureOperationResponse<IPage<TemplateSpec>>();
1528public async Task<AzureOperationResponse<IPage<TemplateSpec>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1637var _result = new AzureOperationResponse<IPage<TemplateSpec>>();
Generated\TemplateSpecsOperationsExtensions.cs (8)
201public static IPage<TemplateSpec> ListBySubscription(this ITemplateSpecsOperations operations)
215public static async Task<IPage<TemplateSpec>> ListBySubscriptionAsync(this ITemplateSpecsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
232public static IPage<TemplateSpec> ListByResourceGroup(this ITemplateSpecsOperations operations, string resourceGroupName)
249public static async Task<IPage<TemplateSpec>> ListByResourceGroupAsync(this ITemplateSpecsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
266public static IPage<TemplateSpec> ListBySubscriptionNext(this ITemplateSpecsOperations operations, string nextPageLink)
283public static async Task<IPage<TemplateSpec>> ListBySubscriptionNextAsync(this ITemplateSpecsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
300public static IPage<TemplateSpec> ListByResourceGroupNext(this ITemplateSpecsOperations operations, string nextPageLink)
317public static async Task<IPage<TemplateSpec>> ListByResourceGroupNextAsync(this ITemplateSpecsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Scheduler (40)
Generated\IJobCollectionsOperations.cs (4)
29Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
42Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
206Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
219Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobsOperations.cs (4)
140Task<AzureOperationResponse<IPage<JobDefinition>>> ListWithHttpMessagesAsync(string resourceGroupName, string jobCollectionName, ODataQuery<JobStateFilter> odataQuery = default(ODataQuery<JobStateFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
162Task<AzureOperationResponse<IPage<JobHistoryDefinition>>> ListJobHistoryWithHttpMessagesAsync(string resourceGroupName, string jobCollectionName, string jobName, ODataQuery<JobHistoryFilter> odataQuery = default(ODataQuery<JobHistoryFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
175Task<AzureOperationResponse<IPage<JobDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
188Task<AzureOperationResponse<IPage<JobHistoryDefinition>>> ListJobHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobCollectionsOperations.cs (8)
59public async Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
179var _result = new AzureOperationResponse<IPage<JobCollectionDefinition>>();
226public async Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
352var _result = new AzureOperationResponse<IPage<JobCollectionDefinition>>();
1513public async Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1625var _result = new AzureOperationResponse<IPage<JobCollectionDefinition>>();
1672public async Task<AzureOperationResponse<IPage<JobCollectionDefinition>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1784var _result = new AzureOperationResponse<IPage<JobCollectionDefinition>>();
Generated\JobCollectionsOperationsExtensions.cs (8)
26public static IPage<JobCollectionDefinition> ListBySubscription(this IJobCollectionsOperations operations)
40public static async Task<IPage<JobCollectionDefinition>> ListBySubscriptionAsync(this IJobCollectionsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
57public static IPage<JobCollectionDefinition> ListByResourceGroup(this IJobCollectionsOperations operations, string resourceGroupName)
74public static async Task<IPage<JobCollectionDefinition>> ListByResourceGroupAsync(this IJobCollectionsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
445public static IPage<JobCollectionDefinition> ListBySubscriptionNext(this IJobCollectionsOperations operations, string nextPageLink)
462public static async Task<IPage<JobCollectionDefinition>> ListBySubscriptionNextAsync(this IJobCollectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
479public static IPage<JobCollectionDefinition> ListByResourceGroupNext(this IJobCollectionsOperations operations, string nextPageLink)
496public static async Task<IPage<JobCollectionDefinition>> ListByResourceGroupNextAsync(this IJobCollectionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobsOperations.cs (8)
1008public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListWithHttpMessagesAsync(string resourceGroupName, string jobCollectionName, ODataQuery<JobStateFilter> odataQuery = default(ODataQuery<JobStateFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1149var _result = new AzureOperationResponse<IPage<JobDefinition>>();
1205public async Task<AzureOperationResponse<IPage<JobHistoryDefinition>>> ListJobHistoryWithHttpMessagesAsync(string resourceGroupName, string jobCollectionName, string jobName, ODataQuery<JobHistoryFilter> odataQuery = default(ODataQuery<JobHistoryFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1352var _result = new AzureOperationResponse<IPage<JobHistoryDefinition>>();
1399public async Task<AzureOperationResponse<IPage<JobDefinition>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1511var _result = new AzureOperationResponse<IPage<JobDefinition>>();
1558public async Task<AzureOperationResponse<IPage<JobHistoryDefinition>>> ListJobHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1670var _result = new AzureOperationResponse<IPage<JobHistoryDefinition>>();
Generated\JobsOperationsExtensions.cs (8)
272public static IPage<JobDefinition> List(this IJobsOperations operations, string resourceGroupName, string jobCollectionName, ODataQuery<JobStateFilter> odataQuery = default(ODataQuery<JobStateFilter>))
295public static async Task<IPage<JobDefinition>> ListAsync(this IJobsOperations operations, string resourceGroupName, string jobCollectionName, ODataQuery<JobStateFilter> odataQuery = default(ODataQuery<JobStateFilter>), CancellationToken cancellationToken = default(CancellationToken))
321public static IPage<JobHistoryDefinition> ListJobHistory(this IJobsOperations operations, string resourceGroupName, string jobCollectionName, string jobName, ODataQuery<JobHistoryFilter> odataQuery = default(ODataQuery<JobHistoryFilter>))
347public static async Task<IPage<JobHistoryDefinition>> ListJobHistoryAsync(this IJobsOperations operations, string resourceGroupName, string jobCollectionName, string jobName, ODataQuery<JobHistoryFilter> odataQuery = default(ODataQuery<JobHistoryFilter>), CancellationToken cancellationToken = default(CancellationToken))
364public static IPage<JobDefinition> ListNext(this IJobsOperations operations, string nextPageLink)
381public static async Task<IPage<JobDefinition>> ListNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
398public static IPage<JobHistoryDefinition> ListJobHistoryNext(this IJobsOperations operations, string nextPageLink)
415public static async Task<IPage<JobHistoryDefinition>> ListJobHistoryNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Search (50)
Generated\IServicesOperations.cs (4)
193Task<AzureOperationResponse<IPage<SearchService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
216Task<AzureOperationResponse<IPage<SearchService>>> ListBySubscriptionWithHttpMessagesAsync(SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
317Task<AzureOperationResponse<IPage<SearchService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
343Task<AzureOperationResponse<IPage<SearchService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateEndpointConnectionsOperationsExtensions.cs (4)
234public static IPage<PrivateEndpointConnection> ListByService(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
260public static async Task<IPage<PrivateEndpointConnection>> ListByServiceAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
281public static IPage<PrivateEndpointConnection> ListByServiceNext(this IPrivateEndpointConnectionsOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
302public static async Task<IPage<PrivateEndpointConnection>> ListByServiceNextAsync(this IPrivateEndpointConnectionsOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
Generated\QueryKeysOperationsExtensions.cs (4)
103public static IPage<QueryKey> ListBySearchService(this IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
130public static async Task<IPage<QueryKey>> ListBySearchServiceAsync(this IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
213public static IPage<QueryKey> ListBySearchServiceNext(this IQueryKeysOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
235public static async Task<IPage<QueryKey>> ListBySearchServiceNextAsync(this IQueryKeysOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
Generated\ServicesOperations.cs (8)
764public async Task<AzureOperationResponse<IPage<SearchService>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
906var _result = new AzureOperationResponse<IPage<SearchService>>();
966public async Task<AzureOperationResponse<IPage<SearchService>>> ListBySubscriptionWithHttpMessagesAsync(SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1102var _result = new AzureOperationResponse<IPage<SearchService>>();
1644public async Task<AzureOperationResponse<IPage<SearchService>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1772var _result = new AzureOperationResponse<IPage<SearchService>>();
1835public async Task<AzureOperationResponse<IPage<SearchService>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1963var _result = new AzureOperationResponse<IPage<SearchService>>();
Generated\ServicesOperationsExtensions.cs (8)
269public static IPage<SearchService> ListByResourceGroup(this IServicesOperations operations, string resourceGroupName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
291public static async Task<IPage<SearchService>> ListByResourceGroupAsync(this IServicesOperations operations, string resourceGroupName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
309public static IPage<SearchService> ListBySubscription(this IServicesOperations operations, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
327public static async Task<IPage<SearchService>> ListBySubscriptionAsync(this IServicesOperations operations, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
472public static IPage<SearchService> ListByResourceGroupNext(this IServicesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
493public static async Task<IPage<SearchService>> ListByResourceGroupNextAsync(this IServicesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
514public static IPage<SearchService> ListBySubscriptionNext(this IServicesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
535public static async Task<IPage<SearchService>> ListBySubscriptionNextAsync(this IServicesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
Generated\SharedPrivateLinkResourcesOperationsExtensions.cs (4)
232public static IPage<SharedPrivateLinkResource> ListByService(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
259public static async Task<IPage<SharedPrivateLinkResource>> ListByServiceAsync(this ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
408public static IPage<SharedPrivateLinkResource> ListByServiceNext(this ISharedPrivateLinkResourcesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions))
430public static async Task<IPage<SharedPrivateLinkResource>> ListByServiceNextAsync(this ISharedPrivateLinkResourcesOperations operations, string nextPageLink, SearchManagementRequestOptions searchManagementRequestOptions = default(SearchManagementRequestOptions), CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.SecurityCenter (580)
Generated\AdaptiveNetworkHardeningsOperationsExtensions.cs (4)
46public static IPage<AdaptiveNetworkHardening> ListByExtendedResource(this IAdaptiveNetworkHardeningsOperations operations, string resourceGroupName, string resourceNamespace, string resourceType, string resourceName)
74public static async Task<IPage<AdaptiveNetworkHardening>> ListByExtendedResourceAsync(this IAdaptiveNetworkHardeningsOperations operations, string resourceGroupName, string resourceNamespace, string resourceType, string resourceName, CancellationToken cancellationToken = default(CancellationToken))
298public static IPage<AdaptiveNetworkHardening> ListByExtendedResourceNext(this IAdaptiveNetworkHardeningsOperations operations, string nextPageLink)
316public static async Task<IPage<AdaptiveNetworkHardening>> ListByExtendedResourceNextAsync(this IAdaptiveNetworkHardeningsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AlertsOperations.cs (16)
77public async Task<AzureOperationResponse<IPage<Alert>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<Alert>>();
264public async Task<AzureOperationResponse<IPage<Alert>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
412var _result = new AzureOperationResponse<IPage<Alert>>();
469public async Task<AzureOperationResponse<IPage<Alert>>> ListSubscriptionLevelAlertsByRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
601var _result = new AzureOperationResponse<IPage<Alert>>();
662public async Task<AzureOperationResponse<IPage<Alert>>> ListResourceGroupLevelAlertsByRegionWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
815var _result = new AzureOperationResponse<IPage<Alert>>();
2425public async Task<AzureOperationResponse<IPage<Alert>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2539var _result = new AzureOperationResponse<IPage<Alert>>();
2598public async Task<AzureOperationResponse<IPage<Alert>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2712var _result = new AzureOperationResponse<IPage<Alert>>();
2772public async Task<AzureOperationResponse<IPage<Alert>>> ListSubscriptionLevelAlertsByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2886var _result = new AzureOperationResponse<IPage<Alert>>();
2946public async Task<AzureOperationResponse<IPage<Alert>>> ListResourceGroupLevelAlertsByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3060var _result = new AzureOperationResponse<IPage<Alert>>();
Generated\AlertsOperationsExtensions.cs (16)
30public static IPage<Alert> List(this IAlertsOperations operations)
44public static async Task<IPage<Alert>> ListAsync(this IAlertsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
62public static IPage<Alert> ListByResourceGroup(this IAlertsOperations operations, string resourceGroupName)
80public static async Task<IPage<Alert>> ListByResourceGroupAsync(this IAlertsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
95public static IPage<Alert> ListSubscriptionLevelAlertsByRegion(this IAlertsOperations operations)
110public static async Task<IPage<Alert>> ListSubscriptionLevelAlertsByRegionAsync(this IAlertsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
129public static IPage<Alert> ListResourceGroupLevelAlertsByRegion(this IAlertsOperations operations, string resourceGroupName)
148public static async Task<IPage<Alert>> ListResourceGroupLevelAlertsByRegionAsync(this IAlertsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
453public static IPage<Alert> ListNext(this IAlertsOperations operations, string nextPageLink)
470public static async Task<IPage<Alert>> ListNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
487public static IPage<Alert> ListByResourceGroupNext(this IAlertsOperations operations, string nextPageLink)
504public static async Task<IPage<Alert>> ListByResourceGroupNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
522public static IPage<Alert> ListSubscriptionLevelAlertsByRegionNext(this IAlertsOperations operations, string nextPageLink)
540public static async Task<IPage<Alert>> ListSubscriptionLevelAlertsByRegionNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
558public static IPage<Alert> ListResourceGroupLevelAlertsByRegionNext(this IAlertsOperations operations, string nextPageLink)
576public static async Task<IPage<Alert>> ListResourceGroupLevelAlertsByRegionNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AllowedConnectionsOperations.cs (8)
78public async Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
205var _result = new AzureOperationResponse<IPage<AllowedConnectionsResource>>();
262public async Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
394var _result = new AzureOperationResponse<IPage<AllowedConnectionsResource>>();
678public async Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
792var _result = new AzureOperationResponse<IPage<AllowedConnectionsResource>>();
852public async Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
966var _result = new AzureOperationResponse<IPage<AllowedConnectionsResource>>();
Generated\AssessmentsMetadataOperations.cs (8)
71public async Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
186var _result = new AzureOperationResponse<IPage<SecurityAssessmentMetadata>>();
422public async Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
549var _result = new AzureOperationResponse<IPage<SecurityAssessmentMetadata>>();
1184public async Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1298var _result = new AzureOperationResponse<IPage<SecurityAssessmentMetadata>>();
1357public async Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1471var _result = new AzureOperationResponse<IPage<SecurityAssessmentMetadata>>();
Generated\AutomationsOperations.cs (8)
79public async Task<AzureOperationResponse<IPage<Automation>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<Automation>>();
268public async Task<AzureOperationResponse<IPage<Automation>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
416var _result = new AzureOperationResponse<IPage<Automation>>();
1373public async Task<AzureOperationResponse<IPage<Automation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1487var _result = new AzureOperationResponse<IPage<Automation>>();
1548public async Task<AzureOperationResponse<IPage<Automation>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1662var _result = new AzureOperationResponse<IPage<Automation>>();
Generated\AutomationsOperationsExtensions.cs (8)
32public static IPage<Automation> List(this IAutomationsOperations operations)
48public static async Task<IPage<Automation>> ListAsync(this IAutomationsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
68public static IPage<Automation> ListByResourceGroup(this IAutomationsOperations operations, string resourceGroupName)
88public static async Task<IPage<Automation>> ListByResourceGroupAsync(this IAutomationsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
290public static IPage<Automation> ListNext(this IAutomationsOperations operations, string nextPageLink)
309public static async Task<IPage<Automation>> ListNextAsync(this IAutomationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
328public static IPage<Automation> ListByResourceGroupNext(this IAutomationsOperations operations, string nextPageLink)
347public static async Task<IPage<Automation>> ListByResourceGroupNextAsync(this IAutomationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DevicesForHubOperationsExtensions.cs (4)
43public static IPage<Device> List(this IDevicesForHubOperations operations, string resourceId, int? limit = default(int?), string skipToken = default(string), string deviceManagementType = default(string))
70public static async Task<IPage<Device>> ListAsync(this IDevicesForHubOperations operations, string resourceId, int? limit = default(int?), string skipToken = default(string), string deviceManagementType = default(string), CancellationToken cancellationToken = default(CancellationToken))
87public static IPage<Device> ListNext(this IDevicesForHubOperations operations, string nextPageLink)
104public static async Task<IPage<Device>> ListNextAsync(this IDevicesForHubOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DevicesForSubscriptionOperationsExtensions.cs (4)
40public static IPage<Device> List(this IDevicesForSubscriptionOperations operations, int? limit = default(int?), string skipToken = default(string), string deviceManagementType = default(string))
64public static async Task<IPage<Device>> ListAsync(this IDevicesForSubscriptionOperations operations, int? limit = default(int?), string skipToken = default(string), string deviceManagementType = default(string), CancellationToken cancellationToken = default(CancellationToken))
81public static IPage<Device> ListNext(this IDevicesForSubscriptionOperations operations, string nextPageLink)
98public static async Task<IPage<Device>> ListNextAsync(this IDevicesForSubscriptionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiscoveredSecuritySolutionsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<DiscoveredSecuritySolution>>();
261public async Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
393var _result = new AzureOperationResponse<IPage<DiscoveredSecuritySolution>>();
674public async Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
788var _result = new AzureOperationResponse<IPage<DiscoveredSecuritySolution>>();
848public async Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
962var _result = new AzureOperationResponse<IPage<DiscoveredSecuritySolution>>();
Generated\ExternalSecuritySolutionsOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<ExternalSecuritySolution>>();
261public async Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
393var _result = new AzureOperationResponse<IPage<ExternalSecuritySolution>>();
674public async Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
788var _result = new AzureOperationResponse<IPage<ExternalSecuritySolution>>();
848public async Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
962var _result = new AzureOperationResponse<IPage<ExternalSecuritySolution>>();
Generated\IAlertsOperations.cs (8)
44Task<AzureOperationResponse<IPage<Alert>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
67Task<AzureOperationResponse<IPage<Alert>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
87Task<AzureOperationResponse<IPage<Alert>>> ListSubscriptionLevelAlertsByRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
111Task<AzureOperationResponse<IPage<Alert>>> ListResourceGroupLevelAlertsByRegionWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
308Task<AzureOperationResponse<IPage<Alert>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
330Task<AzureOperationResponse<IPage<Alert>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
353Task<AzureOperationResponse<IPage<Alert>>> ListSubscriptionLevelAlertsByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
376Task<AzureOperationResponse<IPage<Alert>>> ListResourceGroupLevelAlertsByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAllowedConnectionsOperations.cs (4)
45Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
65Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
116Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
139Task<AzureOperationResponse<IPage<AllowedConnectionsResource>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAssessmentsMetadataOperations.cs (4)
44Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
86Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
201Task<AzureOperationResponse<IPage<SecurityAssessmentMetadata>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAutomationsOperations.cs (4)
46Task<AzureOperationResponse<IPage<Automation>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
71Task<AzureOperationResponse<IPage<Automation>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
205Task<AzureOperationResponse<IPage<Automation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
229Task<AzureOperationResponse<IPage<Automation>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDiscoveredSecuritySolutionsOperations.cs (4)
44Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
64Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
112Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
135Task<AzureOperationResponse<IPage<DiscoveredSecuritySolution>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IExternalSecuritySolutionsOperations.cs (4)
44Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
64Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
112Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
135Task<AzureOperationResponse<IPage<ExternalSecuritySolution>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIotAlertsOperations.cs (4)
69Task<AzureOperationResponse<IPage<IotAlert>>> ListWithHttpMessagesAsync(string resourceGroupName, string solutionName, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
144Task<AzureOperationResponse<IPage<IotAlertModel>>> List1WithHttpMessagesAsync(string scope, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string deviceManagementType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
193Task<AzureOperationResponse<IPage<IotAlert>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
215Task<AzureOperationResponse<IPage<IotAlertModel>>> List1NextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIotRecommendationsOperations.cs (4)
63Task<AzureOperationResponse<IPage<IotRecommendation>>> ListWithHttpMessagesAsync(string resourceGroupName, string solutionName, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
128Task<AzureOperationResponse<IPage<IotRecommendationModel>>> List1WithHttpMessagesAsync(string scope, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
177Task<AzureOperationResponse<IPage<IotRecommendation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
199Task<AzureOperationResponse<IPage<IotRecommendationModel>>> List1NextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIotSecuritySolutionOperations.cs (4)
49Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
77Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
210Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
233Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJitNetworkAccessPoliciesOperations.cs (8)
45Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
65Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
89Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
113Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupAndRegionWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
248Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
271Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
294Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
317Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupAndRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IotAlertsOperations.cs (8)
102public async Task<AzureOperationResponse<IPage<IotAlert>>> ListWithHttpMessagesAsync(string resourceGroupName, string solutionName, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
286var _result = new AzureOperationResponse<IPage<IotAlert>>();
595public async Task<AzureOperationResponse<IPage<IotAlertModel>>> List1WithHttpMessagesAsync(string scope, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string deviceManagementType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
751var _result = new AzureOperationResponse<IPage<IotAlertModel>>();
1001public async Task<AzureOperationResponse<IPage<IotAlert>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1115var _result = new AzureOperationResponse<IPage<IotAlert>>();
1174public async Task<AzureOperationResponse<IPage<IotAlertModel>>> List1NextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1288var _result = new AzureOperationResponse<IPage<IotAlertModel>>();
Generated\IotAlertsOperationsExtensions.cs (8)
55public static IPage<IotAlert> List(this IIotAlertsOperations operations, string resourceGroupName, string solutionName, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string))
94public static async Task<IPage<IotAlert>> ListAsync(this IIotAlertsOperations operations, string resourceGroupName, string solutionName, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
183public static IPage<IotAlertModel> List1(this IIotAlertsOperations operations, string scope, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string deviceManagementType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string))
224public static async Task<IPage<IotAlertModel>> List1Async(this IIotAlertsOperations operations, string scope, string minStartTimeUtc = default(string), string maxStartTimeUtc = default(string), string alertType = default(string), string deviceManagementType = default(string), string compromisedEntity = default(string), int? limit = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
285public static IPage<IotAlert> ListNext(this IIotAlertsOperations operations, string nextPageLink)
302public static async Task<IPage<IotAlert>> ListNextAsync(this IIotAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
319public static IPage<IotAlertModel> List1Next(this IIotAlertsOperations operations, string nextPageLink)
336public static async Task<IPage<IotAlertModel>> List1NextAsync(this IIotAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IotRecommendationsOperations.cs (8)
96public async Task<AzureOperationResponse<IPage<IotRecommendation>>> ListWithHttpMessagesAsync(string resourceGroupName, string solutionName, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
270var _result = new AzureOperationResponse<IPage<IotRecommendation>>();
569public async Task<AzureOperationResponse<IPage<IotRecommendationModel>>> List1WithHttpMessagesAsync(string scope, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
710var _result = new AzureOperationResponse<IPage<IotRecommendationModel>>();
960public async Task<AzureOperationResponse<IPage<IotRecommendation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1074var _result = new AzureOperationResponse<IPage<IotRecommendation>>();
1133public async Task<AzureOperationResponse<IPage<IotRecommendationModel>>> List1NextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1247var _result = new AzureOperationResponse<IPage<IotRecommendationModel>>();
Generated\IotRecommendationsOperationsExtensions.cs (8)
49public static IPage<IotRecommendation> List(this IIotRecommendationsOperations operations, string resourceGroupName, string solutionName, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string))
82public static async Task<IPage<IotRecommendation>> ListAsync(this IIotRecommendationsOperations operations, string resourceGroupName, string solutionName, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
161public static IPage<IotRecommendationModel> List1(this IIotRecommendationsOperations operations, string scope, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string))
192public static async Task<IPage<IotRecommendationModel>> List1Async(this IIotRecommendationsOperations operations, string scope, string recommendationType = default(string), string deviceId = default(string), int? limit = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
253public static IPage<IotRecommendation> ListNext(this IIotRecommendationsOperations operations, string nextPageLink)
270public static async Task<IPage<IotRecommendation>> ListNextAsync(this IIotRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
287public static IPage<IotRecommendationModel> List1Next(this IIotRecommendationsOperations operations, string nextPageLink)
304public static async Task<IPage<IotRecommendationModel>> List1NextAsync(this IIotRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IotSecuritySolutionOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListBySubscriptionWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
213var _result = new AzureOperationResponse<IPage<IoTSecuritySolutionModel>>();
278public async Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
431var _result = new AzureOperationResponse<IPage<IoTSecuritySolutionModel>>();
1389public async Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1503var _result = new AzureOperationResponse<IPage<IoTSecuritySolutionModel>>();
1563public async Task<AzureOperationResponse<IPage<IoTSecuritySolutionModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1677var _result = new AzureOperationResponse<IPage<IoTSecuritySolutionModel>>();
Generated\IotSecuritySolutionOperationsExtensions.cs (8)
34public static IPage<IoTSecuritySolutionModel> ListBySubscription(this IIotSecuritySolutionOperations operations, string filter = default(string))
52public static async Task<IPage<IoTSecuritySolutionModel>> ListBySubscriptionAsync(this IIotSecuritySolutionOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
75public static IPage<IoTSecuritySolutionModel> ListByResourceGroup(this IIotSecuritySolutionOperations operations, string resourceGroupName, string filter = default(string))
98public static async Task<IPage<IoTSecuritySolutionModel>> ListByResourceGroupAsync(this IIotSecuritySolutionOperations operations, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
296public static IPage<IoTSecuritySolutionModel> ListBySubscriptionNext(this IIotSecuritySolutionOperations operations, string nextPageLink)
313public static async Task<IPage<IoTSecuritySolutionModel>> ListBySubscriptionNextAsync(this IIotSecuritySolutionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
331public static IPage<IoTSecuritySolutionModel> ListByResourceGroupNext(this IIotSecuritySolutionOperations operations, string nextPageLink)
349public static async Task<IPage<IoTSecuritySolutionModel>> ListByResourceGroupNextAsync(this IIotSecuritySolutionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IotSecuritySolutionsAnalyticsAggregatedAlertOperationsExtensions.cs (4)
41public static IPage<IoTSecurityAggregatedAlert> List(this IIotSecuritySolutionsAnalyticsAggregatedAlertOperations operations, string resourceGroupName, string solutionName, int? top = default(int?))
66public static async Task<IPage<IoTSecurityAggregatedAlert>> ListAsync(this IIotSecuritySolutionsAnalyticsAggregatedAlertOperations operations, string resourceGroupName, string solutionName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
179public static IPage<IoTSecurityAggregatedAlert> ListNext(this IIotSecuritySolutionsAnalyticsAggregatedAlertOperations operations, string nextPageLink)
197public static async Task<IPage<IoTSecurityAggregatedAlert>> ListNextAsync(this IIotSecuritySolutionsAnalyticsAggregatedAlertOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IotSecuritySolutionsAnalyticsRecommendationOperationsExtensions.cs (4)
93public static IPage<IoTSecurityAggregatedRecommendation> List(this IIotSecuritySolutionsAnalyticsRecommendationOperations operations, string resourceGroupName, string solutionName, int? top = default(int?))
118public static async Task<IPage<IoTSecurityAggregatedRecommendation>> ListAsync(this IIotSecuritySolutionsAnalyticsRecommendationOperations operations, string resourceGroupName, string solutionName, int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
136public static IPage<IoTSecurityAggregatedRecommendation> ListNext(this IIotSecuritySolutionsAnalyticsRecommendationOperations operations, string nextPageLink)
154public static async Task<IPage<IoTSecurityAggregatedRecommendation>> ListNextAsync(this IIotSecuritySolutionsAnalyticsRecommendationOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ISecureScoreControlDefinitionsOperations.cs (4)
45Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
65Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
88Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
111Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISecureScoreControlsOperations.cs (4)
51Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListBySecureScoreWithHttpMessagesAsync(string secureScoreName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
95Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListBySecureScoreNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
117Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISubAssessmentsOperations.cs (4)
50Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListAllWithHttpMessagesAsync(string scope, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListWithHttpMessagesAsync(string scope, string assessmentName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
131Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
154Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITasksOperations.cs (6)
48Task<AzureOperationResponse<IPage<SecurityTask>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
71Task<AzureOperationResponse<IPage<SecurityTask>>> ListByHomeRegionWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
145Task<AzureOperationResponse<IPage<SecurityTask>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<SecurityTask>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
246Task<AzureOperationResponse<IPage<SecurityTask>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
269Task<AzureOperationResponse<IPage<SecurityTask>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITopologyOperations.cs (4)
44Task<AzureOperationResponse<IPage<TopologyResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
64Task<AzureOperationResponse<IPage<TopologyResource>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
112Task<AzureOperationResponse<IPage<TopologyResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
135Task<AzureOperationResponse<IPage<TopologyResource>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JitNetworkAccessPoliciesOperations.cs (16)
77public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
261public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
393var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
454public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
602var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
663public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupAndRegionWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
816var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
1796public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1910var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
1970public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2084var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
2144public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2258var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
2318public async Task<AzureOperationResponse<IPage<JitNetworkAccessPolicy>>> ListByResourceGroupAndRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2432var _result = new AzureOperationResponse<IPage<JitNetworkAccessPolicy>>();
Generated\JitNetworkAccessPoliciesOperationsExtensions.cs (16)
32public static IPage<JitNetworkAccessPolicy> List(this IJitNetworkAccessPoliciesOperations operations)
46public static async Task<IPage<JitNetworkAccessPolicy>> ListAsync(this IJitNetworkAccessPoliciesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<JitNetworkAccessPolicy> ListByRegion(this IJitNetworkAccessPoliciesOperations operations)
76public static async Task<IPage<JitNetworkAccessPolicy>> ListByRegionAsync(this IJitNetworkAccessPoliciesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
95public static IPage<JitNetworkAccessPolicy> ListByResourceGroup(this IJitNetworkAccessPoliciesOperations operations, string resourceGroupName)
114public static async Task<IPage<JitNetworkAccessPolicy>> ListByResourceGroupAsync(this IJitNetworkAccessPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
133public static IPage<JitNetworkAccessPolicy> ListByResourceGroupAndRegion(this IJitNetworkAccessPoliciesOperations operations, string resourceGroupName)
152public static async Task<IPage<JitNetworkAccessPolicy>> ListByResourceGroupAndRegionAsync(this IJitNetworkAccessPoliciesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
352public static IPage<JitNetworkAccessPolicy> ListNext(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink)
369public static async Task<IPage<JitNetworkAccessPolicy>> ListNextAsync(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
387public static IPage<JitNetworkAccessPolicy> ListByRegionNext(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink)
405public static async Task<IPage<JitNetworkAccessPolicy>> ListByRegionNextAsync(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
423public static IPage<JitNetworkAccessPolicy> ListByResourceGroupNext(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink)
441public static async Task<IPage<JitNetworkAccessPolicy>> ListByResourceGroupNextAsync(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
459public static IPage<JitNetworkAccessPolicy> ListByResourceGroupAndRegionNext(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink)
477public static async Task<IPage<JitNetworkAccessPolicy>> ListByResourceGroupAndRegionNextAsync(this IJitNetworkAccessPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RegulatoryComplianceAssessmentsOperationsExtensions.cs (4)
40public static IPage<RegulatoryComplianceAssessment> List(this IRegulatoryComplianceAssessmentsOperations operations, string regulatoryComplianceStandardName, string regulatoryComplianceControlName, string filter = default(string))
64public static async Task<IPage<RegulatoryComplianceAssessment>> ListAsync(this IRegulatoryComplianceAssessmentsOperations operations, string regulatoryComplianceStandardName, string regulatoryComplianceControlName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
128public static IPage<RegulatoryComplianceAssessment> ListNext(this IRegulatoryComplianceAssessmentsOperations operations, string nextPageLink)
146public static async Task<IPage<RegulatoryComplianceAssessment>> ListNextAsync(this IRegulatoryComplianceAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SecureScoreControlDefinitionsOperations.cs (8)
71public async Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
186var _result = new AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>();
243public async Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
370var _result = new AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>();
429public async Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
543var _result = new AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>();
603public async Task<AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
717var _result = new AzureOperationResponse<IPage<SecureScoreControlDefinitionItem>>();
Generated\SecureScoreControlsOperations.cs (8)
84public async Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListBySecureScoreWithHttpMessagesAsync(string secureScoreName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
222var _result = new AzureOperationResponse<IPage<SecureScoreControlDetails>>();
281public async Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
413var _result = new AzureOperationResponse<IPage<SecureScoreControlDetails>>();
472public async Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListBySecureScoreNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
586var _result = new AzureOperationResponse<IPage<SecureScoreControlDetails>>();
645public async Task<AzureOperationResponse<IPage<SecureScoreControlDetails>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
759var _result = new AzureOperationResponse<IPage<SecureScoreControlDetails>>();
Generated\SecureScoreControlsOperationsExtensions.cs (8)
37public static IPage<SecureScoreControlDetails> ListBySecureScore(this ISecureScoreControlsOperations operations, string secureScoreName, string expand = default(string))
58public static async Task<IPage<SecureScoreControlDetails>> ListBySecureScoreAsync(this ISecureScoreControlsOperations operations, string secureScoreName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
75public static IPage<SecureScoreControlDetails> List(this ISecureScoreControlsOperations operations, string expand = default(string))
92public static async Task<IPage<SecureScoreControlDetails>> ListAsync(this ISecureScoreControlsOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
109public static IPage<SecureScoreControlDetails> ListBySecureScoreNext(this ISecureScoreControlsOperations operations, string nextPageLink)
126public static async Task<IPage<SecureScoreControlDetails>> ListBySecureScoreNextAsync(this ISecureScoreControlsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
143public static IPage<SecureScoreControlDetails> ListNext(this ISecureScoreControlsOperations operations, string nextPageLink)
160public static async Task<IPage<SecureScoreControlDetails>> ListNextAsync(this ISecureScoreControlsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SubAssessmentsOperations.cs (8)
83public async Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListAllWithHttpMessagesAsync(string scope, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<SecuritySubAssessment>>();
268public async Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListWithHttpMessagesAsync(string scope, string assessmentName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
395var _result = new AzureOperationResponse<IPage<SecuritySubAssessment>>();
655public async Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
769var _result = new AzureOperationResponse<IPage<SecuritySubAssessment>>();
828public async Task<AzureOperationResponse<IPage<SecuritySubAssessment>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
942var _result = new AzureOperationResponse<IPage<SecuritySubAssessment>>();
Generated\SubAssessmentsOperationsExtensions.cs (8)
36public static IPage<SecuritySubAssessment> ListAll(this ISubAssessmentsOperations operations, string scope)
56public static async Task<IPage<SecuritySubAssessment>> ListAllAsync(this ISubAssessmentsOperations operations, string scope, CancellationToken cancellationToken = default(CancellationToken))
78public static IPage<SecuritySubAssessment> List(this ISubAssessmentsOperations operations, string scope, string assessmentName)
100public static async Task<IPage<SecuritySubAssessment>> ListAsync(this ISubAssessmentsOperations operations, string scope, string assessmentName, CancellationToken cancellationToken = default(CancellationToken))
168public static IPage<SecuritySubAssessment> ListAllNext(this ISubAssessmentsOperations operations, string nextPageLink)
186public static async Task<IPage<SecuritySubAssessment>> ListAllNextAsync(this ISubAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
203public static IPage<SecuritySubAssessment> ListNext(this ISubAssessmentsOperations operations, string nextPageLink)
220public static async Task<IPage<SecuritySubAssessment>> ListNextAsync(this ISubAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TasksOperations.cs (12)
81public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
213var _result = new AzureOperationResponse<IPage<SecurityTask>>();
273public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListByHomeRegionWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
410var _result = new AzureOperationResponse<IPage<SecurityTask>>();
859public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1017var _result = new AzureOperationResponse<IPage<SecurityTask>>();
1512public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1626var _result = new AzureOperationResponse<IPage<SecurityTask>>();
1686public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1800var _result = new AzureOperationResponse<IPage<SecurityTask>>();
1860public async Task<AzureOperationResponse<IPage<SecurityTask>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1974var _result = new AzureOperationResponse<IPage<SecurityTask>>();
Generated\TasksOperationsExtensions.cs (12)
34public static IPage<SecurityTask> List(this ITasksOperations operations, string filter = default(string))
52public static async Task<IPage<SecurityTask>> ListAsync(this ITasksOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
70public static IPage<SecurityTask> ListByHomeRegion(this ITasksOperations operations, string filter = default(string))
88public static async Task<IPage<SecurityTask>> ListByHomeRegionAsync(this ITasksOperations operations, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
187public static IPage<SecurityTask> ListByResourceGroup(this ITasksOperations operations, string resourceGroupName, string filter = default(string))
209public static async Task<IPage<SecurityTask>> ListByResourceGroupAsync(this ITasksOperations operations, string resourceGroupName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
320public static IPage<SecurityTask> ListNext(this ITasksOperations operations, string nextPageLink)
338public static async Task<IPage<SecurityTask>> ListNextAsync(this ITasksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
356public static IPage<SecurityTask> ListByHomeRegionNext(this ITasksOperations operations, string nextPageLink)
374public static async Task<IPage<SecurityTask>> ListByHomeRegionNextAsync(this ITasksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
392public static IPage<SecurityTask> ListByResourceGroupNext(this ITasksOperations operations, string nextPageLink)
410public static async Task<IPage<SecurityTask>> ListByResourceGroupNextAsync(this ITasksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TopologyOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<TopologyResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
204var _result = new AzureOperationResponse<IPage<TopologyResource>>();
261public async Task<AzureOperationResponse<IPage<TopologyResource>>> ListByHomeRegionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
393var _result = new AzureOperationResponse<IPage<TopologyResource>>();
674public async Task<AzureOperationResponse<IPage<TopologyResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
788var _result = new AzureOperationResponse<IPage<TopologyResource>>();
848public async Task<AzureOperationResponse<IPage<TopologyResource>>> ListByHomeRegionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
962var _result = new AzureOperationResponse<IPage<TopologyResource>>();
Microsoft.Azure.Management.SecurityInsights (80)
Generated\ActionsOperationsExtensions.cs (4)
40public static IPage<ActionResponse> ListByAlertRule(this IActionsOperations operations, string resourceGroupName, string workspaceName, string ruleId)
64public static async Task<IPage<ActionResponse>> ListByAlertRuleAsync(this IActionsOperations operations, string resourceGroupName, string workspaceName, string ruleId, CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<ActionResponse> ListByAlertRuleNext(this IActionsOperations operations, string nextPageLink)
263public static async Task<IPage<ActionResponse>> ListByAlertRuleNextAsync(this IActionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IIncidentCommentsOperations.cs (2)
65Task<AzureOperationResponse<IPage<IncidentComment>>> ListByIncidentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string incidentId, ODataQuery<IncidentComment> odataQuery = default(ODataQuery<IncidentComment>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
154Task<AzureOperationResponse<IPage<IncidentComment>>> ListByIncidentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IIncidentsOperations.cs (2)
67Task<AzureOperationResponse<IPage<Incident>>> ListWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string filter = default(string), string orderby = default(string), int? top = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
176Task<AzureOperationResponse<IPage<Incident>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IncidentCommentsOperations.cs (4)
97public async Task<AzureOperationResponse<IPage<IncidentComment>>> ListByIncidentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string incidentId, ODataQuery<IncidentComment> odataQuery = default(ODataQuery<IncidentComment>), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
280var _result = new AzureOperationResponse<IPage<IncidentComment>>();
846public async Task<AzureOperationResponse<IPage<IncidentComment>>> ListByIncidentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
960var _result = new AzureOperationResponse<IPage<IncidentComment>>();
Generated\IncidentCommentsOperationsExtensions.cs (4)
50public static IPage<IncidentComment> ListByIncident(this IIncidentCommentsOperations operations, string resourceGroupName, string workspaceName, string incidentId, ODataQuery<IncidentComment> odataQuery = default(ODataQuery<IncidentComment>), string skipToken = default(string))
83public static async Task<IPage<IncidentComment>> ListByIncidentAsync(this IIncidentCommentsOperations operations, string resourceGroupName, string workspaceName, string incidentId, ODataQuery<IncidentComment> odataQuery = default(ODataQuery<IncidentComment>), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
214public static IPage<IncidentComment> ListByIncidentNext(this IIncidentCommentsOperations operations, string nextPageLink)
231public static async Task<IPage<IncidentComment>> ListByIncidentNextAsync(this IIncidentCommentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IncidentsOperations.cs (4)
99public async Task<AzureOperationResponse<IPage<Incident>>> ListWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string filter = default(string), string orderby = default(string), int? top = default(int?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
282var _result = new AzureOperationResponse<IPage<Incident>>();
1061public async Task<AzureOperationResponse<IPage<Incident>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1175var _result = new AzureOperationResponse<IPage<Incident>>();
Generated\IncidentsOperationsExtensions.cs (4)
52public static IPage<Incident> List(this IIncidentsOperations operations, string resourceGroupName, string workspaceName, string filter = default(string), string orderby = default(string), int? top = default(int?), string skipToken = default(string))
88public static async Task<IPage<Incident>> ListAsync(this IIncidentsOperations operations, string resourceGroupName, string workspaceName, string filter = default(string), string orderby = default(string), int? top = default(int?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
252public static IPage<Incident> ListNext(this IIncidentsOperations operations, string nextPageLink)
269public static async Task<IPage<Incident>> ListNextAsync(this IIncidentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ServerManagement (40)
Generated\GatewayOperations.cs (8)
1048public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1163var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>();
1220public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1352var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>();
2077public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
2184var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>();
2240public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
2347var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>();
Generated\GatewayOperationsExtensions.cs (8)
373public static Microsoft.Rest.Azure.IPage<GatewayResource> List(this IGatewayOperations operations)
387public static async Task<Microsoft.Rest.Azure.IPage<GatewayResource>> ListAsync(this IGatewayOperations operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
405public static Microsoft.Rest.Azure.IPage<GatewayResource> ListForResourceGroup(this IGatewayOperations operations, string resourceGroupName)
423public static async Task<Microsoft.Rest.Azure.IPage<GatewayResource>> ListForResourceGroupAsync(this IGatewayOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
680public static Microsoft.Rest.Azure.IPage<GatewayResource> ListNext(this IGatewayOperations operations, string nextPageLink)
697public static async Task<Microsoft.Rest.Azure.IPage<GatewayResource>> ListNextAsync(this IGatewayOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
714public static Microsoft.Rest.Azure.IPage<GatewayResource> ListForResourceGroupNext(this IGatewayOperations operations, string nextPageLink)
731public static async Task<Microsoft.Rest.Azure.IPage<GatewayResource>> ListForResourceGroupNextAsync(this IGatewayOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
Generated\IGatewayOperations.cs (4)
243System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
266System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
432System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
454System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<GatewayResource>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
Generated\INodeOperations.cs (4)
262System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
285System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
307System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
329System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
Generated\NodeOperations.cs (8)
1072public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1187var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>();
1244public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListForResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1376var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>();
1432public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1539var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>();
1595public async System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>> ListForResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
1702var _result = new Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<NodeResource>>();
Generated\NodeOperationsExtensions.cs (8)
419public static Microsoft.Rest.Azure.IPage<NodeResource> List(this INodeOperations operations)
433public static async Task<Microsoft.Rest.Azure.IPage<NodeResource>> ListAsync(this INodeOperations operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
451public static Microsoft.Rest.Azure.IPage<NodeResource> ListForResourceGroup(this INodeOperations operations, string resourceGroupName)
469public static async Task<Microsoft.Rest.Azure.IPage<NodeResource>> ListForResourceGroupAsync(this INodeOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
486public static Microsoft.Rest.Azure.IPage<NodeResource> ListNext(this INodeOperations operations, string nextPageLink)
503public static async Task<Microsoft.Rest.Azure.IPage<NodeResource>> ListNextAsync(this INodeOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
520public static Microsoft.Rest.Azure.IPage<NodeResource> ListForResourceGroupNext(this INodeOperations operations, string nextPageLink)
537public static async Task<Microsoft.Rest.Azure.IPage<NodeResource>> ListForResourceGroupNextAsync(this INodeOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
Microsoft.Azure.Management.ServiceBus (160)
Generated\DisasterRecoveryConfigsOperations.cs (8)
314public async Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
465var _result = new AzureOperationResponse<IPage<ArmDisasterRecovery>>();
1650public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1818var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
2385public async Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2494var _result = new AzureOperationResponse<IPage<ArmDisasterRecovery>>();
2554public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2663var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
Generated\DisasterRecoveryConfigsOperationsExtensions.cs (8)
82public static IPage<ArmDisasterRecovery> List(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName)
102public static async Task<IPage<ArmDisasterRecovery>> ListAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
359public static IPage<SBAuthorizationRule> ListAuthorizationRules(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias)
383public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken))
508public static IPage<ArmDisasterRecovery> ListNext(this IDisasterRecoveryConfigsOperations operations, string nextPageLink)
525public static async Task<IPage<ArmDisasterRecovery>> ListNextAsync(this IDisasterRecoveryConfigsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
543public static IPage<SBAuthorizationRule> ListAuthorizationRulesNext(this IDisasterRecoveryConfigsOperations operations, string nextPageLink)
561public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesNextAsync(this IDisasterRecoveryConfigsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDisasterRecoveryConfigsOperations.cs (4)
78Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
245Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
332Task<AzureOperationResponse<IPage<ArmDisasterRecovery>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
355Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\INamespacesOperations.cs (6)
68Task<AzureOperationResponse<IPage<SBNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
91Task<AzureOperationResponse<IPage<SBNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
227Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
534Task<AzureOperationResponse<IPage<SBNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
557Task<AzureOperationResponse<IPage<SBNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
580Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IQueuesOperations.cs (4)
61Task<AzureOperationResponse<IPage<SBQueue>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
178Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string queueName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
364Task<AzureOperationResponse<IPage<SBQueue>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
387Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRulesOperations.cs (2)
66Task<AzureOperationResponse<IPage<Rule>>> ListBySubscriptionsWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, string subscriptionName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
190Task<AzureOperationResponse<IPage<Rule>>> ListBySubscriptionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISubscriptionsOperations.cs (2)
64Task<AzureOperationResponse<IPage<SBSubscription>>> ListByTopicWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
183Task<AzureOperationResponse<IPage<SBSubscription>>> ListByTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITopicsOperations.cs (4)
61Task<AzureOperationResponse<IPage<SBTopic>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
177Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
363Task<AzureOperationResponse<IPage<SBTopic>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
386Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\NamespacesOperations.cs (12)
270public async Task<AzureOperationResponse<IPage<SBNamespace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
387var _result = new AzureOperationResponse<IPage<SBNamespace>>();
447public async Task<AzureOperationResponse<IPage<SBNamespace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
581var _result = new AzureOperationResponse<IPage<SBNamespace>>();
1155public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1306var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
3636public async Task<AzureOperationResponse<IPage<SBNamespace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3745var _result = new AzureOperationResponse<IPage<SBNamespace>>();
3805public async Task<AzureOperationResponse<IPage<SBNamespace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3914var _result = new AzureOperationResponse<IPage<SBNamespace>>();
3974public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4083var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
Generated\NamespacesOperationsExtensions.cs (12)
66public static IPage<SBNamespace> List(this INamespacesOperations operations)
82public static async Task<IPage<SBNamespace>> ListAsync(this INamespacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
100public static IPage<SBNamespace> ListByResourceGroup(this INamespacesOperations operations, string resourceGroupName)
118public static async Task<IPage<SBNamespace>> ListByResourceGroupAsync(this INamespacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
320public static IPage<SBAuthorizationRule> ListAuthorizationRules(this INamespacesOperations operations, string resourceGroupName, string namespaceName)
341public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesAsync(this INamespacesOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken))
829public static IPage<SBNamespace> ListNext(this INamespacesOperations operations, string nextPageLink)
848public static async Task<IPage<SBNamespace>> ListNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
866public static IPage<SBNamespace> ListByResourceGroupNext(this INamespacesOperations operations, string nextPageLink)
884public static async Task<IPage<SBNamespace>> ListByResourceGroupNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
902public static IPage<SBAuthorizationRule> ListAuthorizationRulesNext(this INamespacesOperations operations, string nextPageLink)
920public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesNextAsync(this INamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\QueuesOperations.cs (8)
94public async Task<AzureOperationResponse<IPage<SBQueue>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
271var _result = new AzureOperationResponse<IPage<SBQueue>>();
1020public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string queueName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1184var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
2508public async Task<AzureOperationResponse<IPage<SBQueue>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2617var _result = new AzureOperationResponse<IPage<SBQueue>>();
2677public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2786var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
Generated\QueuesOperationsExtensions.cs (8)
47public static IPage<SBQueue> ListByNamespace(this IQueuesOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?))
78public static async Task<IPage<SBQueue>> ListByNamespaceAsync(this IQueuesOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
249public static IPage<SBAuthorizationRule> ListAuthorizationRules(this IQueuesOperations operations, string resourceGroupName, string namespaceName, string queueName)
273public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesAsync(this IQueuesOperations operations, string resourceGroupName, string namespaceName, string queueName, CancellationToken cancellationToken = default(CancellationToken))
568public static IPage<SBQueue> ListByNamespaceNext(this IQueuesOperations operations, string nextPageLink)
586public static async Task<IPage<SBQueue>> ListByNamespaceNextAsync(this IQueuesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
604public static IPage<SBAuthorizationRule> ListAuthorizationRulesNext(this IQueuesOperations operations, string nextPageLink)
622public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesNextAsync(this IQueuesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RulesOperations.cs (4)
99public async Task<AzureOperationResponse<IPage<Rule>>> ListBySubscriptionsWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, string subscriptionName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
306var _result = new AzureOperationResponse<IPage<Rule>>();
1165public async Task<AzureOperationResponse<IPage<Rule>>> ListBySubscriptionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1274var _result = new AzureOperationResponse<IPage<Rule>>();
Generated\RulesOperationsExtensions.cs (4)
52public static IPage<Rule> ListBySubscriptions(this IRulesOperations operations, string resourceGroupName, string namespaceName, string topicName, string subscriptionName, int? skip = default(int?), int? top = default(int?))
88public static async Task<IPage<Rule>> ListBySubscriptionsAsync(this IRulesOperations operations, string resourceGroupName, string namespaceName, string topicName, string subscriptionName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
282public static IPage<Rule> ListBySubscriptionsNext(this IRulesOperations operations, string nextPageLink)
299public static async Task<IPage<Rule>> ListBySubscriptionsNextAsync(this IRulesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SubscriptionsOperations.cs (4)
97public async Task<AzureOperationResponse<IPage<SBSubscription>>> ListByTopicWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
287var _result = new AzureOperationResponse<IPage<SBSubscription>>();
1090public async Task<AzureOperationResponse<IPage<SBSubscription>>> ListByTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1199var _result = new AzureOperationResponse<IPage<SBSubscription>>();
Generated\SubscriptionsOperationsExtensions.cs (4)
50public static IPage<SBSubscription> ListByTopic(this ISubscriptionsOperations operations, string resourceGroupName, string namespaceName, string topicName, int? skip = default(int?), int? top = default(int?))
84public static async Task<IPage<SBSubscription>> ListByTopicAsync(this ISubscriptionsOperations operations, string resourceGroupName, string namespaceName, string topicName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
267public static IPage<SBSubscription> ListByTopicNext(this ISubscriptionsOperations operations, string nextPageLink)
285public static async Task<IPage<SBSubscription>> ListByTopicNextAsync(this ISubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TopicsOperations.cs (8)
94public async Task<AzureOperationResponse<IPage<SBTopic>>> ListByNamespaceWithHttpMessagesAsync(string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
271var _result = new AzureOperationResponse<IPage<SBTopic>>();
1020public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string topicName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1184var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
2509public async Task<AzureOperationResponse<IPage<SBTopic>>> ListByNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2618var _result = new AzureOperationResponse<IPage<SBTopic>>();
2678public async Task<AzureOperationResponse<IPage<SBAuthorizationRule>>> ListAuthorizationRulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2787var _result = new AzureOperationResponse<IPage<SBAuthorizationRule>>();
Generated\TopicsOperationsExtensions.cs (8)
47public static IPage<SBTopic> ListByNamespace(this ITopicsOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?))
78public static async Task<IPage<SBTopic>> ListByNamespaceAsync(this ITopicsOperations operations, string resourceGroupName, string namespaceName, int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
249public static IPage<SBAuthorizationRule> ListAuthorizationRules(this ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName)
273public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesAsync(this ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, CancellationToken cancellationToken = default(CancellationToken))
570public static IPage<SBTopic> ListByNamespaceNext(this ITopicsOperations operations, string nextPageLink)
588public static async Task<IPage<SBTopic>> ListByNamespaceNextAsync(this ITopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
606public static IPage<SBAuthorizationRule> ListAuthorizationRulesNext(this ITopicsOperations operations, string nextPageLink)
624public static async Task<IPage<SBAuthorizationRule>> ListAuthorizationRulesNextAsync(this ITopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.ServiceBus.Tests (23)
Tests\ScenarioTests.ServiceBusskiptopTests.cs (8)
67var getFirst25 = this.ServiceBusManagementClient.Queues.ListByNamespace(resourceGroup, namespaceName, skip: 0, top: 25);
70var getlast10 = this.ServiceBusManagementClient.Queues.ListByNamespace(resourceGroup, namespaceName, skip: 40, top: 100);
85var getFirst25Topics = this.ServiceBusManagementClient.Topics.ListByNamespace(resourceGroup, namespaceName, skip: 0, top: 25);
88var getlast10Topics = this.ServiceBusManagementClient.Topics.ListByNamespace(resourceGroup, namespaceName, skip: 40, top: 100);
101var getFirst25Subscription = this.ServiceBusManagementClient.Subscriptions.ListByTopic(resourceGroup, namespaceName, topicName+"_0", skip: 0, top: 25);
104var getlast10subscriptions = this.ServiceBusManagementClient.Subscriptions.ListByTopic(resourceGroup, namespaceName, topicName + "_0", skip: 40, top: 100);
117var getFirst25Rule = this.ServiceBusManagementClient.Rules.ListBySubscriptions(resourceGroup, namespaceName, topicName + "_0", subscriptionName + "_0", skip: 0, top: 25);
120var getlast10rule = this.ServiceBusManagementClient.Rules.ListBySubscriptions(resourceGroup, namespaceName, topicName + "_0", subscriptionName + "_0", skip: 40, top: 100);
Microsoft.Azure.Management.ServiceFabric (40)
Generated\IManagedClustersOperations.cs (4)
52Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
76Task<AzureOperationResponse<IPage<ManagedCluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
314Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
341Task<AzureOperationResponse<IPage<ManagedCluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ManagedClustersOperations.cs (8)
85public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
267public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
382var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
1365public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1474var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
1538public async Task<AzureOperationResponse<IPage<ManagedCluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1647var _result = new AzureOperationResponse<IPage<ManagedCluster>>();
Generated\ManagedClustersOperationsExtensions.cs (8)
38public static IPage<ManagedCluster> ListByResourceGroup(this IManagedClustersOperations operations, string resourceGroupName)
60public static async Task<IPage<ManagedCluster>> ListByResourceGroupAsync(this IManagedClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
79public static IPage<ManagedCluster> ListBySubscription(this IManagedClustersOperations operations)
98public static async Task<IPage<ManagedCluster>> ListBySubscriptionAsync(this IManagedClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
470public static IPage<ManagedCluster> ListByResourceGroupNext(this IManagedClustersOperations operations, string nextPageLink)
492public static async Task<IPage<ManagedCluster>> ListByResourceGroupNextAsync(this IManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
514public static IPage<ManagedCluster> ListBySubscriptionNext(this IManagedClustersOperations operations, string nextPageLink)
536public static async Task<IPage<ManagedCluster>> ListBySubscriptionNextAsync(this IManagedClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.SignalR (50)
Generated\ISignalROperations.cs (4)
69Task<AzureOperationResponse<IPage<SignalRResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
93Task<AzureOperationResponse<IPage<SignalRResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
447Task<AzureOperationResponse<IPage<SignalRResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
469Task<AzureOperationResponse<IPage<SignalRResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\SignalROperations.cs (8)
273public async Task<AzureOperationResponse<IPage<SignalRResource>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
390var _result = new AzureOperationResponse<IPage<SignalRResource>>();
450public async Task<AzureOperationResponse<IPage<SignalRResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
573var _result = new AzureOperationResponse<IPage<SignalRResource>>();
2112public async Task<AzureOperationResponse<IPage<SignalRResource>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2221var _result = new AzureOperationResponse<IPage<SignalRResource>>();
2280public async Task<AzureOperationResponse<IPage<SignalRResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2389var _result = new AzureOperationResponse<IPage<SignalRResource>>();
Generated\SignalROperationsExtensions.cs (8)
70public static IPage<SignalRResource> ListBySubscription(this ISignalROperations operations)
84public static async Task<IPage<SignalRResource>> ListBySubscriptionAsync(this ISignalROperations operations, CancellationToken cancellationToken = default(CancellationToken))
102public static IPage<SignalRResource> ListByResourceGroup(this ISignalROperations operations, string resourceGroupName)
120public static async Task<IPage<SignalRResource>> ListByResourceGroupAsync(this ISignalROperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
669public static IPage<SignalRResource> ListBySubscriptionNext(this ISignalROperations operations, string nextPageLink)
686public static async Task<IPage<SignalRResource>> ListBySubscriptionNextAsync(this ISignalROperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
703public static IPage<SignalRResource> ListByResourceGroupNext(this ISignalROperations operations, string nextPageLink)
720public static async Task<IPage<SignalRResource>> ListByResourceGroupNextAsync(this ISignalROperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Sql (960)
Generated\BackupShortTermRetentionPoliciesOperationsExtensions.cs (4)
196public static IPage<BackupShortTermRetentionPolicy> ListByDatabase(this IBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName)
220public static async Task<IPage<BackupShortTermRetentionPolicy>> ListByDatabaseAsync(this IBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
345public static IPage<BackupShortTermRetentionPolicy> ListByDatabaseNext(this IBackupShortTermRetentionPoliciesOperations operations, string nextPageLink)
362public static async Task<IPage<BackupShortTermRetentionPolicy>> ListByDatabaseNextAsync(this IBackupShortTermRetentionPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DatabaseBlobAuditingPoliciesOperationsExtensions.cs (4)
142public static IPage<DatabaseBlobAuditingPolicy> ListByDatabase(this IDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName)
166public static async Task<IPage<DatabaseBlobAuditingPolicy>> ListByDatabaseAsync(this IDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
183public static IPage<DatabaseBlobAuditingPolicy> ListByDatabaseNext(this IDatabaseBlobAuditingPoliciesOperations operations, string nextPageLink)
200public static async Task<IPage<DatabaseBlobAuditingPolicy>> ListByDatabaseNextAsync(this IDatabaseBlobAuditingPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DatabaseOperationsExtensions.cs (4)
91public static IPage<DatabaseOperation> ListByDatabase(this IDatabaseOperations operations, string resourceGroupName, string serverName, string databaseName)
115public static async Task<IPage<DatabaseOperation>> ListByDatabaseAsync(this IDatabaseOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
132public static IPage<DatabaseOperation> ListByDatabaseNext(this IDatabaseOperations operations, string nextPageLink)
149public static async Task<IPage<DatabaseOperation>> ListByDatabaseNextAsync(this IDatabaseOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DatabasesOperations.cs (12)
533public async Task<AzureOperationResponse<IPage<Database>>> ListByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
665var _result = new AzureOperationResponse<IPage<Database>>();
1019public async Task<AzureOperationResponse<IPage<Database>>> ListByElasticPoolWithHttpMessagesAsync(string resourceGroupName, string serverName, string elasticPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1157var _result = new AzureOperationResponse<IPage<Database>>();
1302public async Task<AzureOperationResponse<IPage<Database>>> ListInaccessibleByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1434var _result = new AzureOperationResponse<IPage<Database>>();
3366public async Task<AzureOperationResponse<IPage<Database>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3480var _result = new AzureOperationResponse<IPage<Database>>();
3539public async Task<AzureOperationResponse<IPage<Database>>> ListByElasticPoolNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3653var _result = new AzureOperationResponse<IPage<Database>>();
3712public async Task<AzureOperationResponse<IPage<Database>>> ListInaccessibleByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3826var _result = new AzureOperationResponse<IPage<Database>>();
Generated\DatabasesOperationsExtensions.cs (12)
195public static IPage<Database> ListByServer(this IDatabasesOperations operations, string resourceGroupName, string serverName)
216public static async Task<IPage<Database>> ListByServerAsync(this IDatabasesOperations operations, string resourceGroupName, string serverName, CancellationToken cancellationToken = default(CancellationToken))
441public static IPage<Database> ListByElasticPool(this IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName)
465public static async Task<IPage<Database>> ListByElasticPoolAsync(this IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default(CancellationToken))
635public static IPage<Database> ListInaccessibleByServer(this IDatabasesOperations operations, string resourceGroupName, string serverName)
656public static async Task<IPage<Database>> ListInaccessibleByServerAsync(this IDatabasesOperations operations, string resourceGroupName, string serverName, CancellationToken cancellationToken = default(CancellationToken))
1170public static IPage<Database> ListByServerNext(this IDatabasesOperations operations, string nextPageLink)
1187public static async Task<IPage<Database>> ListByServerNextAsync(this IDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1204public static IPage<Database> ListByElasticPoolNext(this IDatabasesOperations operations, string nextPageLink)
1221public static async Task<IPage<Database>> ListByElasticPoolNextAsync(this IDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1238public static IPage<Database> ListInaccessibleByServerNext(this IDatabasesOperations operations, string nextPageLink)
1255public static async Task<IPage<Database>> ListInaccessibleByServerNextAsync(this IDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DatabaseVulnerabilityAssessmentScansOperationsExtensions.cs (4)
40public static IPage<VulnerabilityAssessmentScanRecord> ListByDatabase(this IDatabaseVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string serverName, string databaseName)
64public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListByDatabaseAsync(this IDatabaseVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
293public static IPage<VulnerabilityAssessmentScanRecord> ListByDatabaseNext(this IDatabaseVulnerabilityAssessmentScansOperations operations, string nextPageLink)
310public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListByDatabaseNextAsync(this IDatabaseVulnerabilityAssessmentScansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DatabaseVulnerabilityAssessmentsOperationsExtensions.cs (4)
188public static IPage<DatabaseVulnerabilityAssessment> ListByDatabase(this IDatabaseVulnerabilityAssessmentsOperations operations, string resourceGroupName, string serverName, string databaseName)
213public static async Task<IPage<DatabaseVulnerabilityAssessment>> ListByDatabaseAsync(this IDatabaseVulnerabilityAssessmentsOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<DatabaseVulnerabilityAssessment> ListByDatabaseNext(this IDatabaseVulnerabilityAssessmentsOperations operations, string nextPageLink)
247public static async Task<IPage<DatabaseVulnerabilityAssessment>> ListByDatabaseNextAsync(this IDatabaseVulnerabilityAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ElasticPoolOperationsExtensions.cs (4)
88public static IPage<ElasticPoolOperation> ListByElasticPool(this IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName)
111public static async Task<IPage<ElasticPoolOperation>> ListByElasticPoolAsync(this IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName, CancellationToken cancellationToken = default(CancellationToken))
128public static IPage<ElasticPoolOperation> ListByElasticPoolNext(this IElasticPoolOperations operations, string nextPageLink)
145public static async Task<IPage<ElasticPoolOperation>> ListByElasticPoolNextAsync(this IElasticPoolOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ElasticPoolsOperationsExtensions.cs (4)
144public static IPage<ElasticPool> ListByServer(this IElasticPoolsOperations operations, string resourceGroupName, string serverName, int? skip = default(int?))
168public static async Task<IPage<ElasticPool>> ListByServerAsync(this IElasticPoolsOperations operations, string resourceGroupName, string serverName, int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken))
629public static IPage<ElasticPool> ListByServerNext(this IElasticPoolsOperations operations, string nextPageLink)
646public static async Task<IPage<ElasticPool>> ListByServerNextAsync(this IElasticPoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ExtendedDatabaseBlobAuditingPoliciesOperationsExtensions.cs (4)
142public static IPage<ExtendedDatabaseBlobAuditingPolicy> ListByDatabase(this IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName)
166public static async Task<IPage<ExtendedDatabaseBlobAuditingPolicy>> ListByDatabaseAsync(this IExtendedDatabaseBlobAuditingPoliciesOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
183public static IPage<ExtendedDatabaseBlobAuditingPolicy> ListByDatabaseNext(this IExtendedDatabaseBlobAuditingPoliciesOperations operations, string nextPageLink)
200public static async Task<IPage<ExtendedDatabaseBlobAuditingPolicy>> ListByDatabaseNextAsync(this IExtendedDatabaseBlobAuditingPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDatabasesOperations.cs (6)
149Task<AzureOperationResponse<IPage<Database>>> ListByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
302Task<AzureOperationResponse<IPage<Database>>> ListByElasticPoolWithHttpMessagesAsync(string resourceGroupName, string serverName, string elasticPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
420Task<AzureOperationResponse<IPage<Database>>> ListInaccessibleByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
743Task<AzureOperationResponse<IPage<Database>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
765Task<AzureOperationResponse<IPage<Database>>> ListByElasticPoolNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
787Task<AzureOperationResponse<IPage<Database>>> ListInaccessibleByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IInstancePoolsOperations.cs (4)
160Task<AzureOperationResponse<IPage<InstancePool>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
179Task<AzureOperationResponse<IPage<InstancePool>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
285Task<AzureOperationResponse<IPage<InstancePool>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
307Task<AzureOperationResponse<IPage<InstancePool>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobExecutionsOperations.cs (4)
81Task<AzureOperationResponse<IPage<JobExecution>>> ListByAgentWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
206Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
369Task<AzureOperationResponse<IPage<JobExecution>>> ListByAgentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
391Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobStepExecutionsOperations.cs (2)
87Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
148Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobStepsOperations.cs (4)
61Task<AzureOperationResponse<IPage<JobStep>>> ListByVersionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
133Task<AzureOperationResponse<IPage<JobStep>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
264Task<AzureOperationResponse<IPage<JobStep>>> ListByVersionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
286Task<AzureOperationResponse<IPage<JobStep>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobTargetExecutionsOperations.cs (4)
87Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
152Task<AzureOperationResponse<IPage<JobExecution>>> ListByStepWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, string stepName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
216Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
238Task<AzureOperationResponse<IPage<JobExecution>>> ListByStepNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILongTermRetentionBackupsOperations.cs (12)
135Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupDatabaseWithHttpMessagesAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
170Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
208Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupServerWithHttpMessagesAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
303Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByDatabaseWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
333Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByLocationWithHttpMessagesAsync(string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
366Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByServerWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
449Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
471Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
493Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
515Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
537Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
559Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ILongTermRetentionManagedInstanceBackupsOperations.cs (12)
120Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByDatabaseWithHttpMessagesAsync(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
153Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByInstanceWithHttpMessagesAsync(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
184Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByLocationWithHttpMessagesAsync(string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
294Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupDatabaseWithHttpMessagesAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
332Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupInstanceWithHttpMessagesAsync(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
451Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
473Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
496Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
518Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
540Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
563Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IManagedDatabaseSensitivityLabelsOperations.cs (4)
253Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
291Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
313Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
335Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IManagedDatabasesOperations.cs (4)
52Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
232Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListInaccessibleByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
377Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
399Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListInaccessibleByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IManagedInstancesOperations.cs (8)
52Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByInstancePoolWithHttpMessagesAsync(string resourceGroupName, string instancePoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
76Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
239Task<AzureOperationResponse<IPage<TopQueries>>> ListByManagedInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, int? numberOfQueries = default(int?), string databases = default(string), string startTime = default(string), string endTime = default(string), string interval = default(string), string aggregationFunction = default(string), string observationMetric = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
286Task<AzureOperationResponse<IPage<ManagedInstance>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
420Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByInstancePoolNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
442Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
464Task<AzureOperationResponse<IPage<TopQueries>>> ListByManagedInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
486Task<AzureOperationResponse<IPage<ManagedInstance>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InstancePoolsOperations.cs (8)
351public async Task<AzureOperationResponse<IPage<InstancePool>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
477var _result = new AzureOperationResponse<IPage<InstancePool>>();
533public async Task<AzureOperationResponse<IPage<InstancePool>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
653var _result = new AzureOperationResponse<IPage<InstancePool>>();
1326public async Task<AzureOperationResponse<IPage<InstancePool>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1440var _result = new AzureOperationResponse<IPage<InstancePool>>();
1499public async Task<AzureOperationResponse<IPage<InstancePool>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1613var _result = new AzureOperationResponse<IPage<InstancePool>>();
Generated\InstancePoolsOperationsExtensions.cs (8)
211public static IPage<InstancePool> ListByResourceGroup(this IInstancePoolsOperations operations, string resourceGroupName)
229public static async Task<IPage<InstancePool>> ListByResourceGroupAsync(this IInstancePoolsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
243public static IPage<InstancePool> List(this IInstancePoolsOperations operations)
257public static async Task<IPage<InstancePool>> ListAsync(this IInstancePoolsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
409public static IPage<InstancePool> ListByResourceGroupNext(this IInstancePoolsOperations operations, string nextPageLink)
426public static async Task<IPage<InstancePool>> ListByResourceGroupNextAsync(this IInstancePoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
443public static IPage<InstancePool> ListNext(this IInstancePoolsOperations operations, string nextPageLink)
460public static async Task<IPage<InstancePool>> ListNextAsync(this IInstancePoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ISensitivityLabelsOperations.cs (4)
59Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
97Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
313Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
335Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IServersOperations.cs (4)
49Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
179Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
368Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
390Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IServerTrustGroupsOperations.cs (4)
142Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
251Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
273Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISyncAgentsOperations.cs (4)
142Task<AzureOperationResponse<IPage<SyncAgent>>> ListByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
202Task<AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>> ListLinkedDatabasesWithHttpMessagesAsync(string resourceGroupName, string serverName, string syncAgentName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
284Task<AzureOperationResponse<IPage<SyncAgent>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
306Task<AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>> ListLinkedDatabasesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISyncGroupsOperations.cs (8)
47Task<AzureOperationResponse<IPage<SyncDatabaseIdProperties>>> ListSyncDatabaseIdsWithHttpMessagesAsync(string locationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
110Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListHubSchemasWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
156Task<AzureOperationResponse<IPage<SyncGroupLogProperties>>> ListLogsWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, string type, string continuationToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
381Task<AzureOperationResponse<IPage<SyncGroup>>> ListByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
535Task<AzureOperationResponse<IPage<SyncDatabaseIdProperties>>> ListSyncDatabaseIdsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
557Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListHubSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
579Task<AzureOperationResponse<IPage<SyncGroupLogProperties>>> ListLogsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
601Task<AzureOperationResponse<IPage<SyncGroup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISyncMembersOperations.cs (4)
205Task<AzureOperationResponse<IPage<SyncMember>>> ListBySyncGroupWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
241Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListMemberSchemasWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
440Task<AzureOperationResponse<IPage<SyncMember>>> ListBySyncGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
462Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListMemberSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IVirtualClustersOperations.cs (4)
44Task<AzureOperationResponse<IPage<VirtualCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
68Task<AzureOperationResponse<IPage<VirtualCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
225Task<AzureOperationResponse<IPage<VirtualCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
247Task<AzureOperationResponse<IPage<VirtualCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobCredentialsOperationsExtensions.cs (4)
40public static IPage<JobCredential> ListByAgent(this IJobCredentialsOperations operations, string resourceGroupName, string serverName, string jobAgentName)
64public static async Task<IPage<JobCredential>> ListByAgentAsync(this IJobCredentialsOperations operations, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<JobCredential> ListByAgentNext(this IJobCredentialsOperations operations, string nextPageLink)
263public static async Task<IPage<JobCredential>> ListByAgentNextAsync(this IJobCredentialsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobExecutionsOperations.cs (8)
112public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByAgentWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
285var _result = new AzureOperationResponse<IPage<JobExecution>>();
605public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
784var _result = new AzureOperationResponse<IPage<JobExecution>>();
1542public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByAgentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1656var _result = new AzureOperationResponse<IPage<JobExecution>>();
1715public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1829var _result = new AzureOperationResponse<IPage<JobExecution>>();
Generated\JobExecutionsOperationsExtensions.cs (8)
65public static IPage<JobExecution> ListByAgent(this IJobExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?))
114public static async Task<IPage<JobExecution>> ListByAgentAsync(this IJobExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
277public static IPage<JobExecution> ListByJob(this IJobExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?))
329public static async Task<IPage<JobExecution>> ListByJobAsync(this IJobExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
580public static IPage<JobExecution> ListByAgentNext(this IJobExecutionsOperations operations, string nextPageLink)
597public static async Task<IPage<JobExecution>> ListByAgentNextAsync(this IJobExecutionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
614public static IPage<JobExecution> ListByJobNext(this IJobExecutionsOperations operations, string nextPageLink)
631public static async Task<IPage<JobExecution>> ListByJobNextAsync(this IJobExecutionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobsOperationsExtensions.cs (4)
40public static IPage<Job> ListByAgent(this IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName)
64public static async Task<IPage<Job>> ListByAgentAsync(this IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<Job> ListByAgentNext(this IJobsOperations operations, string nextPageLink)
263public static async Task<IPage<Job>> ListByAgentNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobStepExecutionsOperations.cs (4)
118public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
299var _result = new AzureOperationResponse<IPage<JobExecution>>();
585public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
699var _result = new AzureOperationResponse<IPage<JobExecution>>();
Generated\JobStepExecutionsOperationsExtensions.cs (4)
71public static IPage<JobExecution> ListByJobExecution(this IJobStepExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?))
126public static async Task<IPage<JobExecution>> ListByJobExecutionAsync(this IJobStepExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
209public static IPage<JobExecution> ListByJobExecutionNext(this IJobStepExecutionsOperations operations, string nextPageLink)
226public static async Task<IPage<JobExecution>> ListByJobExecutionNextAsync(this IJobStepExecutionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobStepsOperations.cs (8)
93public async Task<AzureOperationResponse<IPage<JobStep>>> ListByVersionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
239var _result = new AzureOperationResponse<IPage<JobStep>>();
535public async Task<AzureOperationResponse<IPage<JobStep>>> ListByJobWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
679var _result = new AzureOperationResponse<IPage<JobStep>>();
1420public async Task<AzureOperationResponse<IPage<JobStep>>> ListByVersionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1534var _result = new AzureOperationResponse<IPage<JobStep>>();
1593public async Task<AzureOperationResponse<IPage<JobStep>>> ListByJobNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1707var _result = new AzureOperationResponse<IPage<JobStep>>();
Generated\JobStepsOperationsExtensions.cs (8)
46public static IPage<JobStep> ListByVersion(this IJobStepsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion)
76public static async Task<IPage<JobStep>> ListByVersionAsync(this IJobStepsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, int jobVersion, CancellationToken cancellationToken = default(CancellationToken))
169public static IPage<JobStep> ListByJob(this IJobStepsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName)
196public static async Task<IPage<JobStep>> ListByJobAsync(this IJobStepsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default(CancellationToken))
398public static IPage<JobStep> ListByVersionNext(this IJobStepsOperations operations, string nextPageLink)
415public static async Task<IPage<JobStep>> ListByVersionNextAsync(this IJobStepsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
432public static IPage<JobStep> ListByJobNext(this IJobStepsOperations operations, string nextPageLink)
449public static async Task<IPage<JobStep>> ListByJobNextAsync(this IJobStepsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobTargetExecutionsOperations.cs (8)
118public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
299var _result = new AzureOperationResponse<IPage<JobExecution>>();
399public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByStepWithHttpMessagesAsync(string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, string stepName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
586var _result = new AzureOperationResponse<IPage<JobExecution>>();
877public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByJobExecutionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
991var _result = new AzureOperationResponse<IPage<JobExecution>>();
1050public async Task<AzureOperationResponse<IPage<JobExecution>>> ListByStepNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1164var _result = new AzureOperationResponse<IPage<JobExecution>>();
Generated\JobTargetExecutionsOperationsExtensions.cs (8)
71public static IPage<JobExecution> ListByJobExecution(this IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?))
126public static async Task<IPage<JobExecution>> ListByJobExecutionAsync(this IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
184public static IPage<JobExecution> ListByStep(this IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, string stepName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?))
242public static async Task<IPage<JobExecution>> ListByStepAsync(this IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Guid jobExecutionId, string stepName, System.DateTime? createTimeMin = default(System.DateTime?), System.DateTime? createTimeMax = default(System.DateTime?), System.DateTime? endTimeMin = default(System.DateTime?), System.DateTime? endTimeMax = default(System.DateTime?), bool? isActive = default(bool?), int? skip = default(int?), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken))
331public static IPage<JobExecution> ListByJobExecutionNext(this IJobTargetExecutionsOperations operations, string nextPageLink)
348public static async Task<IPage<JobExecution>> ListByJobExecutionNextAsync(this IJobTargetExecutionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
365public static IPage<JobExecution> ListByStepNext(this IJobTargetExecutionsOperations operations, string nextPageLink)
382public static async Task<IPage<JobExecution>> ListByStepNextAsync(this IJobTargetExecutionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobTargetGroupsOperationsExtensions.cs (4)
40public static IPage<JobTargetGroup> ListByAgent(this IJobTargetGroupsOperations operations, string resourceGroupName, string serverName, string jobAgentName)
64public static async Task<IPage<JobTargetGroup>> ListByAgentAsync(this IJobTargetGroupsOperations operations, string resourceGroupName, string serverName, string jobAgentName, CancellationToken cancellationToken = default(CancellationToken))
246public static IPage<JobTargetGroup> ListByAgentNext(this IJobTargetGroupsOperations operations, string nextPageLink)
263public static async Task<IPage<JobTargetGroup>> ListByAgentNextAsync(this IJobTargetGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\JobVersionsOperationsExtensions.cs (4)
43public static IPage<JobVersion> ListByJob(this IJobVersionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName)
70public static async Task<IPage<JobVersion>> ListByJobAsync(this IJobVersionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, CancellationToken cancellationToken = default(CancellationToken))
147public static IPage<JobVersion> ListByJobNext(this IJobVersionsOperations operations, string nextPageLink)
164public static async Task<IPage<JobVersion>> ListByJobNextAsync(this IJobVersionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\LongTermRetentionBackupsOperations.cs (24)
351public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupDatabaseWithHttpMessagesAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
505var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
575public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
717var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
790public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupServerWithHttpMessagesAsync(string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
938var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
1250public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByDatabaseWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1398var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
1464public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByLocationWithHttpMessagesAsync(string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1600var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
1669public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByServerWithHttpMessagesAsync(string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1811var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
2262public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2376var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
2435public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2549var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
2608public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByResourceGroupServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2722var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
2781public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2895var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
2954public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3068var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
3127public async Task<AzureOperationResponse<IPage<LongTermRetentionBackup>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3241var _result = new AzureOperationResponse<IPage<LongTermRetentionBackup>>();
Generated\LongTermRetentionBackupsOperationsExtensions.cs (24)
167public static IPage<LongTermRetentionBackup> ListByResourceGroupDatabase(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
201public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupDatabaseAsync(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
229public static IPage<LongTermRetentionBackup> ListByResourceGroupLocation(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
257public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupLocationAsync(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
288public static IPage<LongTermRetentionBackup> ListByResourceGroupServer(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
319public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupServerAsync(this ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
450public static IPage<LongTermRetentionBackup> ListByDatabase(this ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
480public static async Task<IPage<LongTermRetentionBackup>> ListByDatabaseAsync(this ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
504public static IPage<LongTermRetentionBackup> ListByLocation(this ILongTermRetentionBackupsOperations operations, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
528public static async Task<IPage<LongTermRetentionBackup>> ListByLocationAsync(this ILongTermRetentionBackupsOperations operations, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
555public static IPage<LongTermRetentionBackup> ListByServer(this ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
582public static async Task<IPage<LongTermRetentionBackup>> ListByServerAsync(this ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
705public static IPage<LongTermRetentionBackup> ListByResourceGroupDatabaseNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
722public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupDatabaseNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
739public static IPage<LongTermRetentionBackup> ListByResourceGroupLocationNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
756public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupLocationNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
773public static IPage<LongTermRetentionBackup> ListByResourceGroupServerNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
790public static async Task<IPage<LongTermRetentionBackup>> ListByResourceGroupServerNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
807public static IPage<LongTermRetentionBackup> ListByDatabaseNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
824public static async Task<IPage<LongTermRetentionBackup>> ListByDatabaseNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
841public static IPage<LongTermRetentionBackup> ListByLocationNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
858public static async Task<IPage<LongTermRetentionBackup>> ListByLocationNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
875public static IPage<LongTermRetentionBackup> ListByServerNext(this ILongTermRetentionBackupsOperations operations, string nextPageLink)
892public static async Task<IPage<LongTermRetentionBackup>> ListByServerNextAsync(this ILongTermRetentionBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\LongTermRetentionManagedInstanceBackupsOperations.cs (24)
333public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByDatabaseWithHttpMessagesAsync(string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
481var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
550public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByInstanceWithHttpMessagesAsync(string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
692var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
759public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByLocationWithHttpMessagesAsync(string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
895var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
1225public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupDatabaseWithHttpMessagesAsync(string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1379var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
1452public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupInstanceWithHttpMessagesAsync(string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1600var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
1671public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1813var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
2264public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2378var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
2437public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2551var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
2611public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2725var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
2784public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2898var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
2957public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3071var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
3131public async Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>> ListByResourceGroupLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3245var _result = new AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionBackup>>();
Generated\LongTermRetentionManagedInstanceBackupsOperationsExtensions.cs (24)
147public static IPage<ManagedInstanceLongTermRetentionBackup> ListByDatabase(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
177public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByDatabaseAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
204public static IPage<ManagedInstanceLongTermRetentionBackup> ListByInstance(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
231public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByInstanceAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
256public static IPage<ManagedInstanceLongTermRetentionBackup> ListByLocation(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
281public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByLocationAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
432public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupDatabase(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
466public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupDatabaseAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, string managedInstanceName, string databaseName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
497public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupInstance(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
528public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupInstanceAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
557public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupLocation(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string))
586public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupLocationAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string resourceGroupName, string locationName, bool? onlyLatestPerDatabase = default(bool?), string databaseState = default(string), CancellationToken cancellationToken = default(CancellationToken))
709public static IPage<ManagedInstanceLongTermRetentionBackup> ListByDatabaseNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
726public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByDatabaseNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
743public static IPage<ManagedInstanceLongTermRetentionBackup> ListByInstanceNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
760public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByInstanceNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
778public static IPage<ManagedInstanceLongTermRetentionBackup> ListByLocationNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
796public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByLocationNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
813public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupDatabaseNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
830public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupDatabaseNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
847public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupInstanceNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
864public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupInstanceNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
882public static IPage<ManagedInstanceLongTermRetentionBackup> ListByResourceGroupLocationNext(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink)
900public static async Task<IPage<ManagedInstanceLongTermRetentionBackup>> ListByResourceGroupLocationNextAsync(this ILongTermRetentionManagedInstanceBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedBackupShortTermRetentionPoliciesOperationsExtensions.cs (4)
196public static IPage<ManagedBackupShortTermRetentionPolicy> ListByDatabase(this IManagedBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName)
220public static async Task<IPage<ManagedBackupShortTermRetentionPolicy>> ListByDatabaseAsync(this IManagedBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
345public static IPage<ManagedBackupShortTermRetentionPolicy> ListByDatabaseNext(this IManagedBackupShortTermRetentionPoliciesOperations operations, string nextPageLink)
362public static async Task<IPage<ManagedBackupShortTermRetentionPolicy>> ListByDatabaseNextAsync(this IManagedBackupShortTermRetentionPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedDatabaseSecurityAlertPoliciesOperationsExtensions.cs (4)
147public static IPage<ManagedDatabaseSecurityAlertPolicy> ListByDatabase(this IManagedDatabaseSecurityAlertPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName)
172public static async Task<IPage<ManagedDatabaseSecurityAlertPolicy>> ListByDatabaseAsync(this IManagedDatabaseSecurityAlertPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
189public static IPage<ManagedDatabaseSecurityAlertPolicy> ListByDatabaseNext(this IManagedDatabaseSecurityAlertPoliciesOperations operations, string nextPageLink)
206public static async Task<IPage<ManagedDatabaseSecurityAlertPolicy>> ListByDatabaseNextAsync(this IManagedDatabaseSecurityAlertPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedDatabaseSensitivityLabelsOperations.cs (8)
1234public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1381var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
1455public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1612var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
1671public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1785var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
1844public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1958var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
Generated\ManagedDatabaseSensitivityLabelsOperationsExtensions.cs (8)
381public static IPage<SensitivityLabel> ListCurrentByDatabase(this IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>))
408public static async Task<IPage<SensitivityLabel>> ListCurrentByDatabaseAsync(this IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), CancellationToken cancellationToken = default(CancellationToken))
440public static IPage<SensitivityLabel> ListRecommendedByDatabase(this IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string))
472public static async Task<IPage<SensitivityLabel>> ListRecommendedByDatabaseAsync(this IManagedDatabaseSensitivityLabelsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
489public static IPage<SensitivityLabel> ListCurrentByDatabaseNext(this IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink)
506public static async Task<IPage<SensitivityLabel>> ListCurrentByDatabaseNextAsync(this IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
523public static IPage<SensitivityLabel> ListRecommendedByDatabaseNext(this IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink)
540public static async Task<IPage<SensitivityLabel>> ListRecommendedByDatabaseNextAsync(this IManagedDatabaseSensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedDatabasesOperations.cs (8)
84public async Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
216var _result = new AzureOperationResponse<IPage<ManagedDatabase>>();
596public async Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListInaccessibleByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
728var _result = new AzureOperationResponse<IPage<ManagedDatabase>>();
1629public async Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1743var _result = new AzureOperationResponse<IPage<ManagedDatabase>>();
1802public async Task<AzureOperationResponse<IPage<ManagedDatabase>>> ListInaccessibleByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1916var _result = new AzureOperationResponse<IPage<ManagedDatabase>>();
Generated\ManagedDatabasesOperationsExtensions.cs (8)
37public static IPage<ManagedDatabase> ListByInstance(this IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName)
58public static async Task<IPage<ManagedDatabase>> ListByInstanceAsync(this IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default(CancellationToken))
331public static IPage<ManagedDatabase> ListInaccessibleByInstance(this IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName)
352public static async Task<IPage<ManagedDatabase>> ListInaccessibleByInstanceAsync(this IManagedDatabasesOperations operations, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default(CancellationToken))
573public static IPage<ManagedDatabase> ListByInstanceNext(this IManagedDatabasesOperations operations, string nextPageLink)
590public static async Task<IPage<ManagedDatabase>> ListByInstanceNextAsync(this IManagedDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
607public static IPage<ManagedDatabase> ListInaccessibleByInstanceNext(this IManagedDatabasesOperations operations, string nextPageLink)
624public static async Task<IPage<ManagedDatabase>> ListInaccessibleByInstanceNextAsync(this IManagedDatabasesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedDatabaseVulnerabilityAssessmentScansOperationsExtensions.cs (4)
40public static IPage<VulnerabilityAssessmentScanRecord> ListByDatabase(this IManagedDatabaseVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string managedInstanceName, string databaseName)
64public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListByDatabaseAsync(this IManagedDatabaseVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
293public static IPage<VulnerabilityAssessmentScanRecord> ListByDatabaseNext(this IManagedDatabaseVulnerabilityAssessmentScansOperations operations, string nextPageLink)
310public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListByDatabaseNextAsync(this IManagedDatabaseVulnerabilityAssessmentScansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedDatabaseVulnerabilityAssessmentsOperationsExtensions.cs (4)
187public static IPage<DatabaseVulnerabilityAssessment> ListByDatabase(this IManagedDatabaseVulnerabilityAssessmentsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName)
211public static async Task<IPage<DatabaseVulnerabilityAssessment>> ListByDatabaseAsync(this IManagedDatabaseVulnerabilityAssessmentsOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
228public static IPage<DatabaseVulnerabilityAssessment> ListByDatabaseNext(this IManagedDatabaseVulnerabilityAssessmentsOperations operations, string nextPageLink)
245public static async Task<IPage<DatabaseVulnerabilityAssessment>> ListByDatabaseNextAsync(this IManagedDatabaseVulnerabilityAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedInstanceKeysOperationsExtensions.cs (4)
40public static IPage<ManagedInstanceKey> ListByInstance(this IManagedInstanceKeysOperations operations, string resourceGroupName, string managedInstanceName, string filter = default(string))
64public static async Task<IPage<ManagedInstanceKey>> ListByInstanceAsync(this IManagedInstanceKeysOperations operations, string resourceGroupName, string managedInstanceName, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
331public static IPage<ManagedInstanceKey> ListByInstanceNext(this IManagedInstanceKeysOperations operations, string nextPageLink)
348public static async Task<IPage<ManagedInstanceKey>> ListByInstanceNextAsync(this IManagedInstanceKeysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedInstanceLongTermRetentionPoliciesOperationsExtensions.cs (4)
142public static IPage<ManagedInstanceLongTermRetentionPolicy> ListByDatabase(this IManagedInstanceLongTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName)
166public static async Task<IPage<ManagedInstanceLongTermRetentionPolicy>> ListByDatabaseAsync(this IManagedInstanceLongTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
237public static IPage<ManagedInstanceLongTermRetentionPolicy> ListByDatabaseNext(this IManagedInstanceLongTermRetentionPoliciesOperations operations, string nextPageLink)
254public static async Task<IPage<ManagedInstanceLongTermRetentionPolicy>> ListByDatabaseNextAsync(this IManagedInstanceLongTermRetentionPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedInstancesOperations.cs (16)
84public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByInstancePoolWithHttpMessagesAsync(string resourceGroupName, string instancePoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
216var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
276public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
402var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
760public async Task<AzureOperationResponse<IPage<TopQueries>>> ListByManagedInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, int? numberOfQueries = default(int?), string databases = default(string), string startTime = default(string), string endTime = default(string), string interval = default(string), string aggregationFunction = default(string), string observationMetric = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
927var _result = new AzureOperationResponse<IPage<TopQueries>>();
1010public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1130var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
1986public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByInstancePoolNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2100var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
2159public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2273var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
2332public async Task<AzureOperationResponse<IPage<TopQueries>>> ListByManagedInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2446var _result = new AzureOperationResponse<IPage<TopQueries>>();
2505public async Task<AzureOperationResponse<IPage<ManagedInstance>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2619var _result = new AzureOperationResponse<IPage<ManagedInstance>>();
Generated\ManagedInstancesOperationsExtensions.cs (16)
37public static IPage<ManagedInstance> ListByInstancePool(this IManagedInstancesOperations operations, string resourceGroupName, string instancePoolName)
58public static async Task<IPage<ManagedInstance>> ListByInstancePoolAsync(this IManagedInstancesOperations operations, string resourceGroupName, string instancePoolName, CancellationToken cancellationToken = default(CancellationToken))
76public static IPage<ManagedInstance> ListByResourceGroup(this IManagedInstancesOperations operations, string resourceGroupName)
94public static async Task<IPage<ManagedInstance>> ListByResourceGroupAsync(this IManagedInstancesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<TopQueries> ListByManagedInstance(this IManagedInstancesOperations operations, string resourceGroupName, string managedInstanceName, int? numberOfQueries = default(int?), string databases = default(string), string startTime = default(string), string endTime = default(string), string interval = default(string), string aggregationFunction = default(string), string observationMetric = default(string))
363public static async Task<IPage<TopQueries>> ListByManagedInstanceAsync(this IManagedInstancesOperations operations, string resourceGroupName, string managedInstanceName, int? numberOfQueries = default(int?), string databases = default(string), string startTime = default(string), string endTime = default(string), string interval = default(string), string aggregationFunction = default(string), string observationMetric = default(string), CancellationToken cancellationToken = default(CancellationToken))
424public static IPage<ManagedInstance> List(this IManagedInstancesOperations operations)
438public static async Task<IPage<ManagedInstance>> ListAsync(this IManagedInstancesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
637public static IPage<ManagedInstance> ListByInstancePoolNext(this IManagedInstancesOperations operations, string nextPageLink)
654public static async Task<IPage<ManagedInstance>> ListByInstancePoolNextAsync(this IManagedInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
671public static IPage<ManagedInstance> ListByResourceGroupNext(this IManagedInstancesOperations operations, string nextPageLink)
688public static async Task<IPage<ManagedInstance>> ListByResourceGroupNextAsync(this IManagedInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
705public static IPage<TopQueries> ListByManagedInstanceNext(this IManagedInstancesOperations operations, string nextPageLink)
722public static async Task<IPage<TopQueries>> ListByManagedInstanceNextAsync(this IManagedInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
739public static IPage<ManagedInstance> ListNext(this IManagedInstancesOperations operations, string nextPageLink)
756public static async Task<IPage<ManagedInstance>> ListNextAsync(this IManagedInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperationsExtensions.cs (4)
189public static IPage<ManagedBackupShortTermRetentionPolicy> ListByRestorableDroppedDatabase(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId)
212public static async Task<IPage<ManagedBackupShortTermRetentionPolicy>> ListByRestorableDroppedDatabaseAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string resourceGroupName, string managedInstanceName, string restorableDroppedDatabaseId, CancellationToken cancellationToken = default(CancellationToken))
333public static IPage<ManagedBackupShortTermRetentionPolicy> ListByRestorableDroppedDatabaseNext(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string nextPageLink)
350public static async Task<IPage<ManagedBackupShortTermRetentionPolicy>> ListByRestorableDroppedDatabaseNextAsync(this IManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SensitivityLabelsOperations.cs (8)
91public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
238var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
312public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
469var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
1671public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1785var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
1844public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1958var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
Generated\SensitivityLabelsOperationsExtensions.cs (8)
44public static IPage<SensitivityLabel> ListCurrentByDatabase(this ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>))
71public static async Task<IPage<SensitivityLabel>> ListCurrentByDatabaseAsync(this ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), CancellationToken cancellationToken = default(CancellationToken))
103public static IPage<SensitivityLabel> ListRecommendedByDatabase(this ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string))
135public static async Task<IPage<SensitivityLabel>> ListRecommendedByDatabaseAsync(this ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
489public static IPage<SensitivityLabel> ListCurrentByDatabaseNext(this ISensitivityLabelsOperations operations, string nextPageLink)
506public static async Task<IPage<SensitivityLabel>> ListCurrentByDatabaseNextAsync(this ISensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
523public static IPage<SensitivityLabel> ListRecommendedByDatabaseNext(this ISensitivityLabelsOperations operations, string nextPageLink)
540public static async Task<IPage<SensitivityLabel>> ListRecommendedByDatabaseNextAsync(this ISensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServersOperations.cs (8)
81public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
207var _result = new AzureOperationResponse<IPage<Server>>();
533public async Task<AzureOperationResponse<IPage<Server>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
653var _result = new AzureOperationResponse<IPage<Server>>();
1759public async Task<AzureOperationResponse<IPage<Server>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1873var _result = new AzureOperationResponse<IPage<Server>>();
1932public async Task<AzureOperationResponse<IPage<Server>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2046var _result = new AzureOperationResponse<IPage<Server>>();
Generated\ServersOperationsExtensions.cs (8)
34public static IPage<Server> ListByResourceGroup(this IServersOperations operations, string resourceGroupName)
52public static async Task<IPage<Server>> ListByResourceGroupAsync(this IServersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
243public static IPage<Server> List(this IServersOperations operations)
257public static async Task<IPage<Server>> ListAsync(this IServersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
539public static IPage<Server> ListByResourceGroupNext(this IServersOperations operations, string nextPageLink)
556public static async Task<IPage<Server>> ListByResourceGroupNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
573public static IPage<Server> ListNext(this IServersOperations operations, string nextPageLink)
590public static async Task<IPage<Server>> ListNextAsync(this IServersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServerTrustGroupsOperations.cs (8)
343public async Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByLocationWithHttpMessagesAsync(string resourceGroupName, string locationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
475var _result = new AzureOperationResponse<IPage<ServerTrustGroup>>();
538public async Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByInstanceWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
670var _result = new AzureOperationResponse<IPage<ServerTrustGroup>>();
1152public async Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1266var _result = new AzureOperationResponse<IPage<ServerTrustGroup>>();
1325public async Task<AzureOperationResponse<IPage<ServerTrustGroup>>> ListByInstanceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1439var _result = new AzureOperationResponse<IPage<ServerTrustGroup>>();
Generated\ServerTrustGroupsOperationsExtensions.cs (8)
184public static IPage<ServerTrustGroup> ListByLocation(this IServerTrustGroupsOperations operations, string resourceGroupName, string locationName)
205public static async Task<IPage<ServerTrustGroup>> ListByLocationAsync(this IServerTrustGroupsOperations operations, string resourceGroupName, string locationName, CancellationToken cancellationToken = default(CancellationToken))
226public static IPage<ServerTrustGroup> ListByInstance(this IServerTrustGroupsOperations operations, string resourceGroupName, string managedInstanceName)
247public static async Task<IPage<ServerTrustGroup>> ListByInstanceAsync(this IServerTrustGroupsOperations operations, string resourceGroupName, string managedInstanceName, CancellationToken cancellationToken = default(CancellationToken))
363public static IPage<ServerTrustGroup> ListByLocationNext(this IServerTrustGroupsOperations operations, string nextPageLink)
380public static async Task<IPage<ServerTrustGroup>> ListByLocationNextAsync(this IServerTrustGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
397public static IPage<ServerTrustGroup> ListByInstanceNext(this IServerTrustGroupsOperations operations, string nextPageLink)
414public static async Task<IPage<ServerTrustGroup>> ListByInstanceNextAsync(this IServerTrustGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SyncAgentsOperations.cs (8)
343public async Task<AzureOperationResponse<IPage<SyncAgent>>> ListByServerWithHttpMessagesAsync(string resourceGroupName, string serverName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
475var _result = new AzureOperationResponse<IPage<SyncAgent>>();
745public async Task<AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>> ListLinkedDatabasesWithHttpMessagesAsync(string resourceGroupName, string serverName, string syncAgentName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
883var _result = new AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>();
1361public async Task<AzureOperationResponse<IPage<SyncAgent>>> ListByServerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1475var _result = new AzureOperationResponse<IPage<SyncAgent>>();
1534public async Task<AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>> ListLinkedDatabasesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1648var _result = new AzureOperationResponse<IPage<SyncAgentLinkedDatabase>>();
Generated\SyncAgentsOperationsExtensions.cs (8)
184public static IPage<SyncAgent> ListByServer(this ISyncAgentsOperations operations, string resourceGroupName, string serverName)
205public static async Task<IPage<SyncAgent>> ListByServerAsync(this ISyncAgentsOperations operations, string resourceGroupName, string serverName, CancellationToken cancellationToken = default(CancellationToken))
277public static IPage<SyncAgentLinkedDatabase> ListLinkedDatabases(this ISyncAgentsOperations operations, string resourceGroupName, string serverName, string syncAgentName)
301public static async Task<IPage<SyncAgentLinkedDatabase>> ListLinkedDatabasesAsync(this ISyncAgentsOperations operations, string resourceGroupName, string serverName, string syncAgentName, CancellationToken cancellationToken = default(CancellationToken))
417public static IPage<SyncAgent> ListByServerNext(this ISyncAgentsOperations operations, string nextPageLink)
434public static async Task<IPage<SyncAgent>> ListByServerNextAsync(this ISyncAgentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
451public static IPage<SyncAgentLinkedDatabase> ListLinkedDatabasesNext(this ISyncAgentsOperations operations, string nextPageLink)
468public static async Task<IPage<SyncAgentLinkedDatabase>> ListLinkedDatabasesNextAsync(this ISyncAgentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SyncGroupsOperations.cs (16)
80public async Task<AzureOperationResponse<IPage<SyncDatabaseIdProperties>>> ListSyncDatabaseIdsWithHttpMessagesAsync(string locationName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
206var _result = new AzureOperationResponse<IPage<SyncDatabaseIdProperties>>();
304public async Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListHubSchemasWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
448var _result = new AzureOperationResponse<IPage<SyncFullSchemaProperties>>();
530public async Task<AzureOperationResponse<IPage<SyncGroupLogProperties>>> ListLogsWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, string type, string continuationToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
706var _result = new AzureOperationResponse<IPage<SyncGroupLogProperties>>();
1462public async Task<AzureOperationResponse<IPage<SyncGroup>>> ListByDatabaseWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1600var _result = new AzureOperationResponse<IPage<SyncGroup>>();
2515public async Task<AzureOperationResponse<IPage<SyncDatabaseIdProperties>>> ListSyncDatabaseIdsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2629var _result = new AzureOperationResponse<IPage<SyncDatabaseIdProperties>>();
2688public async Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListHubSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2802var _result = new AzureOperationResponse<IPage<SyncFullSchemaProperties>>();
2861public async Task<AzureOperationResponse<IPage<SyncGroupLogProperties>>> ListLogsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2975var _result = new AzureOperationResponse<IPage<SyncGroupLogProperties>>();
3034public async Task<AzureOperationResponse<IPage<SyncGroup>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3148var _result = new AzureOperationResponse<IPage<SyncGroup>>();
Generated\SyncGroupsOperationsExtensions.cs (16)
33public static IPage<SyncDatabaseIdProperties> ListSyncDatabaseIds(this ISyncGroupsOperations operations, string locationName)
50public static async Task<IPage<SyncDatabaseIdProperties>> ListSyncDatabaseIdsAsync(this ISyncGroupsOperations operations, string locationName, CancellationToken cancellationToken = default(CancellationToken))
128public static IPage<SyncFullSchemaProperties> ListHubSchemas(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName)
155public static async Task<IPage<SyncFullSchemaProperties>> ListHubSchemasAsync(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default(CancellationToken))
195public static IPage<SyncGroupLogProperties> ListLogs(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, string type, string continuationToken = default(string))
235public static async Task<IPage<SyncGroupLogProperties>> ListLogsAsync(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string startTime, string endTime, string type, string continuationToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
586public static IPage<SyncGroup> ListByDatabase(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName)
610public static async Task<IPage<SyncGroup>> ListByDatabaseAsync(this ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
849public static IPage<SyncDatabaseIdProperties> ListSyncDatabaseIdsNext(this ISyncGroupsOperations operations, string nextPageLink)
866public static async Task<IPage<SyncDatabaseIdProperties>> ListSyncDatabaseIdsNextAsync(this ISyncGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
883public static IPage<SyncFullSchemaProperties> ListHubSchemasNext(this ISyncGroupsOperations operations, string nextPageLink)
900public static async Task<IPage<SyncFullSchemaProperties>> ListHubSchemasNextAsync(this ISyncGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
917public static IPage<SyncGroupLogProperties> ListLogsNext(this ISyncGroupsOperations operations, string nextPageLink)
934public static async Task<IPage<SyncGroupLogProperties>> ListLogsNextAsync(this ISyncGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
951public static IPage<SyncGroup> ListByDatabaseNext(this ISyncGroupsOperations operations, string nextPageLink)
968public static async Task<IPage<SyncGroup>> ListByDatabaseNextAsync(this ISyncGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SyncMembersOperations.cs (8)
414public async Task<AzureOperationResponse<IPage<SyncMember>>> ListBySyncGroupWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
558var _result = new AzureOperationResponse<IPage<SyncMember>>();
630public async Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListMemberSchemasWithHttpMessagesAsync(string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
780var _result = new AzureOperationResponse<IPage<SyncFullSchemaProperties>>();
1763public async Task<AzureOperationResponse<IPage<SyncMember>>> ListBySyncGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1877var _result = new AzureOperationResponse<IPage<SyncMember>>();
1936public async Task<AzureOperationResponse<IPage<SyncFullSchemaProperties>>> ListMemberSchemasNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2050var _result = new AzureOperationResponse<IPage<SyncFullSchemaProperties>>();
Generated\SyncMembersOperationsExtensions.cs (8)
292public static IPage<SyncMember> ListBySyncGroup(this ISyncMembersOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName)
319public static async Task<IPage<SyncMember>> ListBySyncGroupAsync(this ISyncMembersOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, CancellationToken cancellationToken = default(CancellationToken))
349public static IPage<SyncFullSchemaProperties> ListMemberSchemas(this ISyncMembersOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName)
379public static async Task<IPage<SyncFullSchemaProperties>> ListMemberSchemasAsync(this ISyncMembersOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName, CancellationToken cancellationToken = default(CancellationToken))
699public static IPage<SyncMember> ListBySyncGroupNext(this ISyncMembersOperations operations, string nextPageLink)
716public static async Task<IPage<SyncMember>> ListBySyncGroupNextAsync(this ISyncMembersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
733public static IPage<SyncFullSchemaProperties> ListMemberSchemasNext(this ISyncMembersOperations operations, string nextPageLink)
750public static async Task<IPage<SyncFullSchemaProperties>> ListMemberSchemasNextAsync(this ISyncMembersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\UsagesOperationsExtensions.cs (4)
41public static IPage<Usage> ListByInstancePool(this IUsagesOperations operations, string resourceGroupName, string instancePoolName, bool? expandChildren = default(bool?))
66public static async Task<IPage<Usage>> ListByInstancePoolAsync(this IUsagesOperations operations, string resourceGroupName, string instancePoolName, bool? expandChildren = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
83public static IPage<Usage> ListByInstancePoolNext(this IUsagesOperations operations, string nextPageLink)
100public static async Task<IPage<Usage>> ListByInstancePoolNextAsync(this IUsagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VirtualClustersOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<VirtualCluster>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<VirtualCluster>>();
257public async Task<AzureOperationResponse<IPage<VirtualCluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
383var _result = new AzureOperationResponse<IPage<VirtualCluster>>();
1069public async Task<AzureOperationResponse<IPage<VirtualCluster>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1183var _result = new AzureOperationResponse<IPage<VirtualCluster>>();
1242public async Task<AzureOperationResponse<IPage<VirtualCluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1356var _result = new AzureOperationResponse<IPage<VirtualCluster>>();
Generated\VirtualClustersOperationsExtensions.cs (8)
30public static IPage<VirtualCluster> List(this IVirtualClustersOperations operations)
44public static async Task<IPage<VirtualCluster>> ListAsync(this IVirtualClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
62public static IPage<VirtualCluster> ListByResourceGroup(this IVirtualClustersOperations operations, string resourceGroupName)
80public static async Task<IPage<VirtualCluster>> ListByResourceGroupAsync(this IVirtualClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
313public static IPage<VirtualCluster> ListNext(this IVirtualClustersOperations operations, string nextPageLink)
330public static async Task<IPage<VirtualCluster>> ListNextAsync(this IVirtualClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
347public static IPage<VirtualCluster> ListByResourceGroupNext(this IVirtualClustersOperations operations, string nextPageLink)
364public static async Task<IPage<VirtualCluster>> ListByResourceGroupNextAsync(this IVirtualClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkloadClassifiersOperationsExtensions.cs (4)
226public static IPage<WorkloadClassifier> ListByWorkloadGroup(this IWorkloadClassifiersOperations operations, string resourceGroupName, string serverName, string databaseName, string workloadGroupName)
253public static async Task<IPage<WorkloadClassifier>> ListByWorkloadGroupAsync(this IWorkloadClassifiersOperations operations, string resourceGroupName, string serverName, string databaseName, string workloadGroupName, CancellationToken cancellationToken = default(CancellationToken))
393public static IPage<WorkloadClassifier> ListByWorkloadGroupNext(this IWorkloadClassifiersOperations operations, string nextPageLink)
410public static async Task<IPage<WorkloadClassifier>> ListByWorkloadGroupNextAsync(this IWorkloadClassifiersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkloadGroupsOperationsExtensions.cs (4)
205public static IPage<WorkloadGroup> ListByDatabase(this IWorkloadGroupsOperations operations, string resourceGroupName, string serverName, string databaseName)
229public static async Task<IPage<WorkloadGroup>> ListByDatabaseAsync(this IWorkloadGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, CancellationToken cancellationToken = default(CancellationToken))
357public static IPage<WorkloadGroup> ListByDatabaseNext(this IWorkloadGroupsOperations operations, string nextPageLink)
374public static async Task<IPage<WorkloadGroup>> ListByDatabaseNextAsync(this IWorkloadGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.SqlVirtualMachine (60)
Generated\ISqlVirtualMachineGroupsOperations.cs (4)
160Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
179Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
285Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
307Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISqlVirtualMachinesOperations.cs (4)
44Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
182Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
288Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
310Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\SqlVirtualMachineGroupsOperations.cs (8)
353public async Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
481var _result = new AzureOperationResponse<IPage<SqlVirtualMachineGroup>>();
537public async Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
659var _result = new AzureOperationResponse<IPage<SqlVirtualMachineGroup>>();
1338public async Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1452var _result = new AzureOperationResponse<IPage<SqlVirtualMachineGroup>>();
1511public async Task<AzureOperationResponse<IPage<SqlVirtualMachineGroup>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1625var _result = new AzureOperationResponse<IPage<SqlVirtualMachineGroup>>();
Generated\SqlVirtualMachineGroupsOperationsExtensions.cs (8)
211public static IPage<SqlVirtualMachineGroup> ListByResourceGroup(this ISqlVirtualMachineGroupsOperations operations, string resourceGroupName)
229public static async Task<IPage<SqlVirtualMachineGroup>> ListByResourceGroupAsync(this ISqlVirtualMachineGroupsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
243public static IPage<SqlVirtualMachineGroup> List(this ISqlVirtualMachineGroupsOperations operations)
257public static async Task<IPage<SqlVirtualMachineGroup>> ListAsync(this ISqlVirtualMachineGroupsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
409public static IPage<SqlVirtualMachineGroup> ListByResourceGroupNext(this ISqlVirtualMachineGroupsOperations operations, string nextPageLink)
426public static async Task<IPage<SqlVirtualMachineGroup>> ListByResourceGroupNextAsync(this ISqlVirtualMachineGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
443public static IPage<SqlVirtualMachineGroup> ListNext(this ISqlVirtualMachineGroupsOperations operations, string nextPageLink)
460public static async Task<IPage<SqlVirtualMachineGroup>> ListNextAsync(this ISqlVirtualMachineGroupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlVirtualMachinesOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<SqlVirtualMachineModel>>();
539public async Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
667var _result = new AzureOperationResponse<IPage<SqlVirtualMachineModel>>();
1346public async Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1460var _result = new AzureOperationResponse<IPage<SqlVirtualMachineModel>>();
1519public async Task<AzureOperationResponse<IPage<SqlVirtualMachineModel>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1633var _result = new AzureOperationResponse<IPage<SqlVirtualMachineModel>>();
Generated\SqlVirtualMachinesOperationsExtensions.cs (8)
30public static IPage<SqlVirtualMachineModel> List(this ISqlVirtualMachinesOperations operations)
44public static async Task<IPage<SqlVirtualMachineModel>> ListAsync(this ISqlVirtualMachinesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
245public static IPage<SqlVirtualMachineModel> ListByResourceGroup(this ISqlVirtualMachinesOperations operations, string resourceGroupName)
263public static async Task<IPage<SqlVirtualMachineModel>> ListByResourceGroupAsync(this ISqlVirtualMachinesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
415public static IPage<SqlVirtualMachineModel> ListNext(this ISqlVirtualMachinesOperations operations, string nextPageLink)
432public static async Task<IPage<SqlVirtualMachineModel>> ListNextAsync(this ISqlVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
449public static IPage<SqlVirtualMachineModel> ListByResourceGroupNext(this ISqlVirtualMachinesOperations operations, string nextPageLink)
466public static async Task<IPage<SqlVirtualMachineModel>> ListByResourceGroupNextAsync(this ISqlVirtualMachinesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Storage (70)
Generated\BlobContainersOperations.cs (4)
99public async Task<AzureOperationResponse<IPage<ListContainerItem>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), string include = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
288var _result = new AzureOperationResponse<IPage<ListContainerItem>>();
3798public async Task<AzureOperationResponse<IPage<ListContainerItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3912var _result = new AzureOperationResponse<IPage<ListContainerItem>>();
Generated\BlobContainersOperationsExtensions.cs (4)
54public static IPage<ListContainerItem> List(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), string include = default(string))
90public static async Task<IPage<ListContainerItem>> ListAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), string include = default(string), CancellationToken cancellationToken = default(CancellationToken))
971public static IPage<ListContainerItem> ListNext(this IBlobContainersOperations operations, string nextPageLink)
989public static async Task<IPage<ListContainerItem>> ListNextAsync(this IBlobContainersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FileSharesOperations.cs (4)
98public async Task<AzureOperationResponse<IPage<FileShareItem>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), ListSharesExpand? expand = default(ListSharesExpand?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
287var _result = new AzureOperationResponse<IPage<FileShareItem>>();
1705public async Task<AzureOperationResponse<IPage<FileShareItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1819var _result = new AzureOperationResponse<IPage<FileShareItem>>();
Generated\FileSharesOperationsExtensions.cs (4)
51public static IPage<FileShareItem> List(this IFileSharesOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), ListSharesExpand? expand = default(ListSharesExpand?))
86public static async Task<IPage<FileShareItem>> ListAsync(this IFileSharesOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), ListSharesExpand? expand = default(ListSharesExpand?), CancellationToken cancellationToken = default(CancellationToken))
429public static IPage<FileShareItem> ListNext(this IFileSharesOperations operations, string nextPageLink)
446public static async Task<IPage<FileShareItem>> ListNextAsync(this IFileSharesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBlobContainersOperations.cs (2)
66Task<AzureOperationResponse<IPage<ListContainerItem>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), string include = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
598Task<AzureOperationResponse<IPage<ListContainerItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IFileSharesOperations.cs (2)
65Task<AzureOperationResponse<IPage<FileShareItem>>> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), ListSharesExpand? expand = default(ListSharesExpand?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
280Task<AzureOperationResponse<IPage<FileShareItem>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\QueueOperationsExtensions.cs (4)
298public static IPage<ListQueue> List(this IQueueOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string))
329public static async Task<IPage<ListQueue>> ListAsync(this IQueueOperations operations, string resourceGroupName, string accountName, string maxpagesize = default(string), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
346public static IPage<ListQueue> ListNext(this IQueueOperations operations, string nextPageLink)
363public static async Task<IPage<ListQueue>> ListNextAsync(this IQueueOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.StorageSync (10)
Microsoft.Azure.Management.StorSimple1200Series (60)
Generated\AlertsOperationsExtensions.cs (4)
40public static IPage<Alert> ListByManager(this IAlertsOperations operations, string resourceGroupName, string managerName, ODataQuery<AlertFilter> odataQuery = default(ODataQuery<AlertFilter>))
63public static async Task<IPage<Alert>> ListByManagerAsync(this IAlertsOperations operations, string resourceGroupName, string managerName, ODataQuery<AlertFilter> odataQuery = default(ODataQuery<AlertFilter>), CancellationToken cancellationToken = default(CancellationToken))
172public static IPage<Alert> ListByManagerNext(this IAlertsOperations operations, string nextPageLink)
189public static async Task<IPage<Alert>> ListByManagerNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupsOperations.cs (8)
87public async Task<AzureOperationResponse<IPage<Backup>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
236var _result = new AzureOperationResponse<IPage<Backup>>();
308public async Task<AzureOperationResponse<IPage<Backup>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), bool? forFailover = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
468var _result = new AzureOperationResponse<IPage<Backup>>();
1014public async Task<AzureOperationResponse<IPage<Backup>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1123var _result = new AzureOperationResponse<IPage<Backup>>();
1183public async Task<AzureOperationResponse<IPage<Backup>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1292var _result = new AzureOperationResponse<IPage<Backup>>();
Generated\BackupsOperationsExtensions.cs (8)
40public static IPage<Backup> ListByManager(this IBackupsOperations operations, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>))
63public static async Task<IPage<Backup>> ListByManagerAsync(this IBackupsOperations operations, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), CancellationToken cancellationToken = default(CancellationToken))
93public static IPage<Backup> ListByDevice(this IBackupsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), bool? forFailover = default(bool?))
123public static async Task<IPage<Backup>> ListByDeviceAsync(this IBackupsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), bool? forFailover = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
360public static IPage<Backup> ListByManagerNext(this IBackupsOperations operations, string nextPageLink)
377public static async Task<IPage<Backup>> ListByManagerNextAsync(this IBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
395public static IPage<Backup> ListByDeviceNext(this IBackupsOperations operations, string nextPageLink)
413public static async Task<IPage<Backup>> ListByDeviceNextAsync(this IBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IBackupsOperations.cs (4)
54Task<AzureOperationResponse<IPage<Backup>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
89Task<AzureOperationResponse<IPage<Backup>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), bool? forFailover = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
237Task<AzureOperationResponse<IPage<Backup>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
260Task<AzureOperationResponse<IPage<Backup>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IJobsOperations.cs (4)
57Task<AzureOperationResponse<IPage<Job>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
116Task<AzureOperationResponse<IPage<Job>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
138Task<AzureOperationResponse<IPage<Job>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
160Task<AzureOperationResponse<IPage<Job>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobsOperations.cs (8)
90public async Task<AzureOperationResponse<IPage<Job>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
245var _result = new AzureOperationResponse<IPage<Job>>();
530public async Task<AzureOperationResponse<IPage<Job>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
679var _result = new AzureOperationResponse<IPage<Job>>();
738public async Task<AzureOperationResponse<IPage<Job>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
847var _result = new AzureOperationResponse<IPage<Job>>();
906public async Task<AzureOperationResponse<IPage<Job>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1015var _result = new AzureOperationResponse<IPage<Job>>();
Generated\JobsOperationsExtensions.cs (8)
43public static IPage<Job> ListByDevice(this IJobsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
69public static async Task<IPage<Job>> ListByDeviceAsync(this IJobsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<Job> ListByManager(this IJobsOperations operations, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
167public static async Task<IPage<Job>> ListByManagerAsync(this IJobsOperations operations, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
184public static IPage<Job> ListByDeviceNext(this IJobsOperations operations, string nextPageLink)
201public static async Task<IPage<Job>> ListByDeviceNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
218public static IPage<Job> ListByManagerNext(this IJobsOperations operations, string nextPageLink)
235public static async Task<IPage<Job>> ListByManagerNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.StorSimple8000Series (50)
Generated\AlertsOperationsExtensions.cs (4)
33public static IPage<Alert> ListByManager(this IAlertsOperations operations, string resourceGroupName, string managerName, ODataQuery<AlertFilter> odataQuery = default(ODataQuery<AlertFilter>))
56public static async Task<IPage<Alert>> ListByManagerAsync(this IAlertsOperations operations, string resourceGroupName, string managerName, ODataQuery<AlertFilter> odataQuery = default(ODataQuery<AlertFilter>), CancellationToken cancellationToken = default(CancellationToken))
165public static IPage<Alert> ListByManagerNext(this IAlertsOperations operations, string nextPageLink)
182public static async Task<IPage<Alert>> ListByManagerNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\BackupsOperationsExtensions.cs (4)
36public static IPage<Backup> ListByDevice(this IBackupsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>))
62public static async Task<IPage<Backup>> ListByDeviceAsync(this IBackupsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<BackupFilter> odataQuery = default(ODataQuery<BackupFilter>), CancellationToken cancellationToken = default(CancellationToken))
397public static IPage<Backup> ListByDeviceNext(this IBackupsOperations operations, string nextPageLink)
414public static async Task<IPage<Backup>> ListByDeviceNextAsync(this IBackupsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IJobsOperations.cs (4)
51Task<AzureOperationResponse<IPage<Job>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
139Task<AzureOperationResponse<IPage<Job>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
190Task<AzureOperationResponse<IPage<Job>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<Job>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\JobsOperations.cs (8)
84public async Task<AzureOperationResponse<IPage<Job>>> ListByDeviceWithHttpMessagesAsync(string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
242var _result = new AzureOperationResponse<IPage<Job>>();
559public async Task<AzureOperationResponse<IPage<Job>>> ListByManagerWithHttpMessagesAsync(string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
711var _result = new AzureOperationResponse<IPage<Job>>();
965public async Task<AzureOperationResponse<IPage<Job>>> ListByDeviceNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1077var _result = new AzureOperationResponse<IPage<Job>>();
1137public async Task<AzureOperationResponse<IPage<Job>>> ListByManagerNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1249var _result = new AzureOperationResponse<IPage<Job>>();
Generated\JobsOperationsExtensions.cs (8)
37public static IPage<Job> ListByDevice(this IJobsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
64public static async Task<IPage<Job>> ListByDeviceAsync(this IJobsOperations operations, string deviceName, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
189public static IPage<Job> ListByManager(this IJobsOperations operations, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>))
213public static async Task<IPage<Job>> ListByManagerAsync(this IJobsOperations operations, string resourceGroupName, string managerName, ODataQuery<JobFilter> odataQuery = default(ODataQuery<JobFilter>), CancellationToken cancellationToken = default(CancellationToken))
280public static IPage<Job> ListByDeviceNext(this IJobsOperations operations, string nextPageLink)
298public static async Task<IPage<Job>> ListByDeviceNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
316public static IPage<Job> ListByManagerNext(this IJobsOperations operations, string nextPageLink)
334public static async Task<IPage<Job>> ListByManagerNextAsync(this IJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.StreamAnalytics (100)
Generated\ClustersOperations.cs (12)
379public async Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
501var _result = new AzureOperationResponse<IPage<Cluster>>();
560public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
703var _result = new AzureOperationResponse<IPage<Cluster>>();
765public async Task<AzureOperationResponse<IPage<ClusterJob>>> ListStreamingJobsWithHttpMessagesAsync(string resourceGroupName, string clusterName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
914var _result = new AzureOperationResponse<IPage<ClusterJob>>();
1681public async Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1790var _result = new AzureOperationResponse<IPage<Cluster>>();
1849public async Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1958var _result = new AzureOperationResponse<IPage<Cluster>>();
2017public async Task<AzureOperationResponse<IPage<ClusterJob>>> ListStreamingJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2126var _result = new AzureOperationResponse<IPage<ClusterJob>>();
Generated\ClustersOperationsExtensions.cs (12)
237public static IPage<Cluster> ListBySubscription(this IClustersOperations operations)
251public static async Task<IPage<Cluster>> ListBySubscriptionAsync(this IClustersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
268public static IPage<Cluster> ListByResourceGroup(this IClustersOperations operations, string resourceGroupName)
285public static async Task<IPage<Cluster>> ListByResourceGroupAsync(this IClustersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
305public static IPage<ClusterJob> ListStreamingJobs(this IClustersOperations operations, string resourceGroupName, string clusterName)
325public static async Task<IPage<ClusterJob>> ListStreamingJobsAsync(this IClustersOperations operations, string resourceGroupName, string clusterName, CancellationToken cancellationToken = default(CancellationToken))
509public static IPage<Cluster> ListBySubscriptionNext(this IClustersOperations operations, string nextPageLink)
526public static async Task<IPage<Cluster>> ListBySubscriptionNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
543public static IPage<Cluster> ListByResourceGroupNext(this IClustersOperations operations, string nextPageLink)
560public static async Task<IPage<Cluster>> ListByResourceGroupNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
577public static IPage<ClusterJob> ListStreamingJobsNext(this IClustersOperations operations, string nextPageLink)
594public static async Task<IPage<ClusterJob>> ListStreamingJobsNextAsync(this IClustersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\FunctionsOperationsExtensions.cs (4)
281public static IPage<Function> ListByStreamingJob(this IFunctionsOperations operations, string resourceGroupName, string jobName, string select = default(string))
307public static async Task<IPage<Function>> ListByStreamingJobAsync(this IFunctionsOperations operations, string resourceGroupName, string jobName, string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
516public static IPage<Function> ListByStreamingJobNext(this IFunctionsOperations operations, string nextPageLink)
533public static async Task<IPage<Function>> ListByStreamingJobNextAsync(this IFunctionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IClustersOperations.cs (6)
168Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
190Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
215Task<AzureOperationResponse<IPage<ClusterJob>>> ListStreamingJobsWithHttpMessagesAsync(string resourceGroupName, string clusterName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
336Task<AzureOperationResponse<IPage<Cluster>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
358Task<AzureOperationResponse<IPage<Cluster>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
380Task<AzureOperationResponse<IPage<ClusterJob>>> ListStreamingJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InputsOperationsExtensions.cs (4)
281public static IPage<Input> ListByStreamingJob(this IInputsOperations operations, string resourceGroupName, string jobName, string select = default(string))
307public static async Task<IPage<Input>> ListByStreamingJobAsync(this IInputsOperations operations, string resourceGroupName, string jobName, string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
452public static IPage<Input> ListByStreamingJobNext(this IInputsOperations operations, string nextPageLink)
469public static async Task<IPage<Input>> ListByStreamingJobNextAsync(this IInputsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IStreamingJobsOperations.cs (4)
188Task<AzureOperationResponse<IPage<StreamingJob>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
214Task<AzureOperationResponse<IPage<StreamingJob>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
396Task<AzureOperationResponse<IPage<StreamingJob>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
418Task<AzureOperationResponse<IPage<StreamingJob>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\OutputsOperationsExtensions.cs (4)
281public static IPage<Output> ListByStreamingJob(this IOutputsOperations operations, string resourceGroupName, string jobName, string select = default(string))
307public static async Task<IPage<Output>> ListByStreamingJobAsync(this IOutputsOperations operations, string resourceGroupName, string jobName, string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
452public static IPage<Output> ListByStreamingJobNext(this IOutputsOperations operations, string nextPageLink)
469public static async Task<IPage<Output>> ListByStreamingJobNextAsync(this IOutputsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\StreamingJobsOperations.cs (8)
649public async Task<AzureOperationResponse<IPage<StreamingJob>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
802var _result = new AzureOperationResponse<IPage<StreamingJob>>();
865public async Task<AzureOperationResponse<IPage<StreamingJob>>> ListWithHttpMessagesAsync(string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
997var _result = new AzureOperationResponse<IPage<StreamingJob>>();
1992public async Task<AzureOperationResponse<IPage<StreamingJob>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2106var _result = new AzureOperationResponse<IPage<StreamingJob>>();
2165public async Task<AzureOperationResponse<IPage<StreamingJob>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2279var _result = new AzureOperationResponse<IPage<StreamingJob>>();
Generated\StreamingJobsOperationsExtensions.cs (8)
267public static IPage<StreamingJob> ListByResourceGroup(this IStreamingJobsOperations operations, string resourceGroupName, string expand = default(string))
291public static async Task<IPage<StreamingJob>> ListByResourceGroupAsync(this IStreamingJobsOperations operations, string resourceGroupName, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
312public static IPage<StreamingJob> List(this IStreamingJobsOperations operations, string expand = default(string))
333public static async Task<IPage<StreamingJob>> ListAsync(this IStreamingJobsOperations operations, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
623public static IPage<StreamingJob> ListByResourceGroupNext(this IStreamingJobsOperations operations, string nextPageLink)
640public static async Task<IPage<StreamingJob>> ListByResourceGroupNextAsync(this IStreamingJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
657public static IPage<StreamingJob> ListNext(this IStreamingJobsOperations operations, string nextPageLink)
674public static async Task<IPage<StreamingJob>> ListNextAsync(this IStreamingJobsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Subscription (20)
Microsoft.Azure.Management.Support (20)
Generated\CommunicationsOperationsExtensions.cs (4)
95public static IPage<CommunicationDetails> List(this ICommunicationsOperations operations, string supportTicketName, int? top = default(int?), string filter = default(string))
130public static async Task<IPage<CommunicationDetails>> ListAsync(this ICommunicationsOperations operations, string supportTicketName, int? top = default(int?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
286public static IPage<CommunicationDetails> ListNext(this ICommunicationsOperations operations, string nextPageLink)
310public static async Task<IPage<CommunicationDetails>> ListNextAsync(this ICommunicationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Support.Tests (5)
Microsoft.Azure.Management.Synapse (370)
Generated\ExtendedSqlPoolBlobAuditingPoliciesOperationsExtensions.cs (4)
137public static IPage<ExtendedSqlPoolBlobAuditingPolicy> ListBySqlPool(this IExtendedSqlPoolBlobAuditingPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
160public static async Task<IPage<ExtendedSqlPoolBlobAuditingPolicy>> ListBySqlPoolAsync(this IExtendedSqlPoolBlobAuditingPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
177public static IPage<ExtendedSqlPoolBlobAuditingPolicy> ListBySqlPoolNext(this IExtendedSqlPoolBlobAuditingPoliciesOperations operations, string nextPageLink)
194public static async Task<IPage<ExtendedSqlPoolBlobAuditingPolicy>> ListBySqlPoolNextAsync(this IExtendedSqlPoolBlobAuditingPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IPrivateLinkHubsOperations.cs (4)
47Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
235Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISqlPoolSensitivityLabelsOperations.cs (4)
60Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
339Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
364Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISqlPoolTableColumnsOperations.cs (2)
66Task<AzureOperationResponse<IPage<SqlPoolColumn>>> ListByTableNameWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, ODataQuery<SqlPoolColumn> odataQuery = default(ODataQuery<SqlPoolColumn>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
91Task<AzureOperationResponse<IPage<SqlPoolColumn>>> ListByTableNameNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ISqlPoolTablesOperations.cs (2)
63Task<AzureOperationResponse<IPage<SqlPoolTable>>> ListBySchemaWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, ODataQuery<SqlPoolTable> odataQuery = default(ODataQuery<SqlPoolTable>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
122Task<AzureOperationResponse<IPage<SqlPoolTable>>> ListBySchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWorkspacesOperations.cs (4)
47Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
172Task<AzureOperationResponse<IPage<Workspace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
275Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
297Task<AzureOperationResponse<IPage<Workspace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\PrivateLinkHubsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<PrivateLinkHub>>();
1038public async Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1169var _result = new AzureOperationResponse<IPage<PrivateLinkHub>>();
1427public async Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1536var _result = new AzureOperationResponse<IPage<PrivateLinkHub>>();
1595public async Task<AzureOperationResponse<IPage<PrivateLinkHub>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1704var _result = new AzureOperationResponse<IPage<PrivateLinkHub>>();
Generated\PrivateLinkHubsOperationsExtensions.cs (8)
33public static IPage<PrivateLinkHub> ListByResourceGroup(this IPrivateLinkHubsOperations operations, string resourceGroupName)
50public static async Task<IPage<PrivateLinkHub>> ListByResourceGroupAsync(this IPrivateLinkHubsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<PrivateLinkHub> List(this IPrivateLinkHubsOperations operations)
247public static async Task<IPage<PrivateLinkHub>> ListAsync(this IPrivateLinkHubsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
301public static IPage<PrivateLinkHub> ListByResourceGroupNext(this IPrivateLinkHubsOperations operations, string nextPageLink)
318public static async Task<IPage<PrivateLinkHub>> ListByResourceGroupNextAsync(this IPrivateLinkHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
335public static IPage<PrivateLinkHub> ListNext(this IPrivateLinkHubsOperations operations, string nextPageLink)
352public static async Task<IPage<PrivateLinkHub>> ListNextAsync(this IPrivateLinkHubsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolBlobAuditingPoliciesOperationsExtensions.cs (4)
149public static IPage<SqlPoolBlobAuditingPolicy> ListBySqlPool(this ISqlPoolBlobAuditingPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
172public static async Task<IPage<SqlPoolBlobAuditingPolicy>> ListBySqlPoolAsync(this ISqlPoolBlobAuditingPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
189public static IPage<SqlPoolBlobAuditingPolicy> ListBySqlPoolNext(this ISqlPoolBlobAuditingPoliciesOperations operations, string nextPageLink)
206public static async Task<IPage<SqlPoolBlobAuditingPolicy>> ListBySqlPoolNextAsync(this ISqlPoolBlobAuditingPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolOperationsExtensions.cs (4)
42public static IPage<SqlPoolOperation> List(this ISqlPoolOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<SqlPoolOperation>> ListAsync(this ISqlPoolOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<SqlPoolOperation> ListNext(this ISqlPoolOperations operations, string nextPageLink)
108public static async Task<IPage<SqlPoolOperation>> ListNextAsync(this ISqlPoolOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolReplicationLinksOperationsExtensions.cs (4)
42public static IPage<ReplicationLink> List(this ISqlPoolReplicationLinksOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<ReplicationLink>> ListAsync(this ISqlPoolReplicationLinksOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
146public static IPage<ReplicationLink> ListNext(this ISqlPoolReplicationLinksOperations operations, string nextPageLink)
166public static async Task<IPage<ReplicationLink>> ListNextAsync(this ISqlPoolReplicationLinksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolRestorePointsOperationsExtensions.cs (4)
42public static IPage<RestorePoint> List(this ISqlPoolRestorePointsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<RestorePoint>> ListAsync(this ISqlPoolRestorePointsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
293public static IPage<RestorePoint> ListNext(this ISqlPoolRestorePointsOperations operations, string nextPageLink)
313public static async Task<IPage<RestorePoint>> ListNextAsync(this ISqlPoolRestorePointsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolSchemasOperationsExtensions.cs (4)
46public static IPage<SqlPoolSchema> List(this ISqlPoolSchemasOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SqlPoolSchema> odataQuery = default(ODataQuery<SqlPoolSchema>))
75public static async Task<IPage<SqlPoolSchema>> ListAsync(this ISqlPoolSchemasOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SqlPoolSchema> odataQuery = default(ODataQuery<SqlPoolSchema>), CancellationToken cancellationToken = default(CancellationToken))
147public static IPage<SqlPoolSchema> ListNext(this ISqlPoolSchemasOperations operations, string nextPageLink)
167public static async Task<IPage<SqlPoolSchema>> ListNextAsync(this ISqlPoolSchemasOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolSecurityAlertPoliciesOperationsExtensions.cs (4)
42public static IPage<SqlPoolSecurityAlertPolicy> List(this ISqlPoolSecurityAlertPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<SqlPoolSecurityAlertPolicy>> ListAsync(this ISqlPoolSecurityAlertPoliciesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
198public static IPage<SqlPoolSecurityAlertPolicy> ListNext(this ISqlPoolSecurityAlertPoliciesOperations operations, string nextPageLink)
218public static async Task<IPage<SqlPoolSecurityAlertPolicy>> ListNextAsync(this ISqlPoolSecurityAlertPoliciesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolSensitivityLabelsOperations.cs (8)
93public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
266var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
570public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
758var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
2113public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListCurrentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2222var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
2284public async Task<AzureOperationResponse<IPage<SensitivityLabel>>> ListRecommendedNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2398var _result = new AzureOperationResponse<IPage<SensitivityLabel>>();
Generated\SqlPoolSensitivityLabelsOperationsExtensions.cs (8)
46public static IPage<SensitivityLabel> ListCurrent(this ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>))
75public static async Task<IPage<SensitivityLabel>> ListCurrentAsync(this ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), CancellationToken cancellationToken = default(CancellationToken))
158public static IPage<SensitivityLabel> ListRecommended(this ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string))
194public static async Task<IPage<SensitivityLabel>> ListRecommendedAsync(this ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, ODataQuery<SensitivityLabel> odataQuery = default(ODataQuery<SensitivityLabel>), bool? includeDisabledRecommendations = default(bool?), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
541public static IPage<SensitivityLabel> ListCurrentNext(this ISqlPoolSensitivityLabelsOperations operations, string nextPageLink)
561public static async Task<IPage<SensitivityLabel>> ListCurrentNextAsync(this ISqlPoolSensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
581public static IPage<SensitivityLabel> ListRecommendedNext(this ISqlPoolSensitivityLabelsOperations operations, string nextPageLink)
601public static async Task<IPage<SensitivityLabel>> ListRecommendedNextAsync(this ISqlPoolSensitivityLabelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolTableColumnsOperations.cs (4)
99public async Task<AzureOperationResponse<IPage<SqlPoolColumn>>> ListByTableNameWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, ODataQuery<SqlPoolColumn> odataQuery = default(ODataQuery<SqlPoolColumn>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
289var _result = new AzureOperationResponse<IPage<SqlPoolColumn>>();
351public async Task<AzureOperationResponse<IPage<SqlPoolColumn>>> ListByTableNameNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
465var _result = new AzureOperationResponse<IPage<SqlPoolColumn>>();
Generated\SqlPoolTableColumnsOperationsExtensions.cs (4)
52public static IPage<SqlPoolColumn> ListByTableName(this ISqlPoolTableColumnsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, ODataQuery<SqlPoolColumn> odataQuery = default(ODataQuery<SqlPoolColumn>))
87public static async Task<IPage<SqlPoolColumn>> ListByTableNameAsync(this ISqlPoolTableColumnsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, string tableName, ODataQuery<SqlPoolColumn> odataQuery = default(ODataQuery<SqlPoolColumn>), CancellationToken cancellationToken = default(CancellationToken))
107public static IPage<SqlPoolColumn> ListByTableNameNext(this ISqlPoolTableColumnsOperations operations, string nextPageLink)
127public static async Task<IPage<SqlPoolColumn>> ListByTableNameNextAsync(this ISqlPoolTableColumnsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolTablesOperations.cs (4)
96public async Task<AzureOperationResponse<IPage<SqlPoolTable>>> ListBySchemaWithHttpMessagesAsync(string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, ODataQuery<SqlPoolTable> odataQuery = default(ODataQuery<SqlPoolTable>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
280var _result = new AzureOperationResponse<IPage<SqlPoolTable>>();
594public async Task<AzureOperationResponse<IPage<SqlPoolTable>>> ListBySchemaNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
708var _result = new AzureOperationResponse<IPage<SqlPoolTable>>();
Generated\SqlPoolTablesOperationsExtensions.cs (4)
49public static IPage<SqlPoolTable> ListBySchema(this ISqlPoolTablesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, ODataQuery<SqlPoolTable> odataQuery = default(ODataQuery<SqlPoolTable>))
81public static async Task<IPage<SqlPoolTable>> ListBySchemaAsync(this ISqlPoolTablesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName, ODataQuery<SqlPoolTable> odataQuery = default(ODataQuery<SqlPoolTable>), CancellationToken cancellationToken = default(CancellationToken))
159public static IPage<SqlPoolTable> ListBySchemaNext(this ISqlPoolTablesOperations operations, string nextPageLink)
179public static async Task<IPage<SqlPoolTable>> ListBySchemaNextAsync(this ISqlPoolTablesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolTransparentDataEncryptionsOperationsExtensions.cs (4)
154public static IPage<TransparentDataEncryption> List(this ISqlPoolTransparentDataEncryptionsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
180public static async Task<IPage<TransparentDataEncryption>> ListAsync(this ISqlPoolTransparentDataEncryptionsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
200public static IPage<TransparentDataEncryption> ListNext(this ISqlPoolTransparentDataEncryptionsOperations operations, string nextPageLink)
220public static async Task<IPage<TransparentDataEncryption>> ListNextAsync(this ISqlPoolTransparentDataEncryptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolUsagesOperationsExtensions.cs (4)
42public static IPage<SqlPoolUsage> List(this ISqlPoolUsagesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<SqlPoolUsage>> ListAsync(this ISqlPoolUsagesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
88public static IPage<SqlPoolUsage> ListNext(this ISqlPoolUsagesOperations operations, string nextPageLink)
108public static async Task<IPage<SqlPoolUsage>> ListNextAsync(this ISqlPoolUsagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolVulnerabilityAssessmentScansOperationsExtensions.cs (4)
42public static IPage<VulnerabilityAssessmentScanRecord> List(this ISqlPoolVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListAsync(this ISqlPoolVulnerabilityAssessmentScansOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
292public static IPage<VulnerabilityAssessmentScanRecord> ListNext(this ISqlPoolVulnerabilityAssessmentScansOperations operations, string nextPageLink)
312public static async Task<IPage<VulnerabilityAssessmentScanRecord>> ListNextAsync(this ISqlPoolVulnerabilityAssessmentScansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolVulnerabilityAssessmentsOperationsExtensions.cs (4)
42public static IPage<SqlPoolVulnerabilityAssessment> List(this ISqlPoolVulnerabilityAssessmentsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
68public static async Task<IPage<SqlPoolVulnerabilityAssessment>> ListAsync(this ISqlPoolVulnerabilityAssessmentsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
247public static IPage<SqlPoolVulnerabilityAssessment> ListNext(this ISqlPoolVulnerabilityAssessmentsOperations operations, string nextPageLink)
267public static async Task<IPage<SqlPoolVulnerabilityAssessment>> ListNextAsync(this ISqlPoolVulnerabilityAssessmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolWorkloadClassifierOperationsExtensions.cs (4)
240public static IPage<WorkloadClassifier> List(this ISqlPoolWorkloadClassifierOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string workloadGroupName)
269public static async Task<IPage<WorkloadClassifier>> ListAsync(this ISqlPoolWorkloadClassifierOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string workloadGroupName, CancellationToken cancellationToken = default(CancellationToken))
420public static IPage<WorkloadClassifier> ListNext(this ISqlPoolWorkloadClassifierOperations operations, string nextPageLink)
440public static async Task<IPage<WorkloadClassifier>> ListNextAsync(this ISqlPoolWorkloadClassifierOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SqlPoolWorkloadGroupOperationsExtensions.cs (4)
219public static IPage<WorkloadGroup> List(this ISqlPoolWorkloadGroupOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName)
245public static async Task<IPage<WorkloadGroup>> ListAsync(this ISqlPoolWorkloadGroupOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, CancellationToken cancellationToken = default(CancellationToken))
384public static IPage<WorkloadGroup> ListNext(this ISqlPoolWorkloadGroupOperations operations, string nextPageLink)
404public static async Task<IPage<WorkloadGroup>> ListNextAsync(this ISqlPoolWorkloadGroupOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WorkspacesOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
232var _result = new AzureOperationResponse<IPage<Workspace>>();
580public async Task<AzureOperationResponse<IPage<Workspace>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
711var _result = new AzureOperationResponse<IPage<Workspace>>();
1516public async Task<AzureOperationResponse<IPage<Workspace>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1625var _result = new AzureOperationResponse<IPage<Workspace>>();
1684public async Task<AzureOperationResponse<IPage<Workspace>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1793var _result = new AzureOperationResponse<IPage<Workspace>>();
Generated\WorkspacesOperationsExtensions.cs (8)
33public static IPage<Workspace> ListByResourceGroup(this IWorkspacesOperations operations, string resourceGroupName)
50public static async Task<IPage<Workspace>> ListByResourceGroupAsync(this IWorkspacesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
236public static IPage<Workspace> List(this IWorkspacesOperations operations)
250public static async Task<IPage<Workspace>> ListAsync(this IWorkspacesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
399public static IPage<Workspace> ListByResourceGroupNext(this IWorkspacesOperations operations, string nextPageLink)
416public static async Task<IPage<Workspace>> ListByResourceGroupNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
433public static IPage<Workspace> ListNext(this IWorkspacesOperations operations, string nextPageLink)
450public static async Task<IPage<Workspace>> ListNextAsync(this IWorkspacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.Synapse.Tests (5)
Microsoft.Azure.Management.Websites (1330)
Generated\AppServiceCertificateOrdersOperations.cs (12)
80public async Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<AppServiceCertificateOrder>>();
432public async Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
570var _result = new AzureOperationResponse<IPage<AppServiceCertificateOrder>>();
1301public async Task<AzureOperationResponse<IPage<AppServiceCertificateResource>>> ListCertificatesWithHttpMessagesAsync(string resourceGroupName, string certificateOrderName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1445var _result = new AzureOperationResponse<IPage<AppServiceCertificateResource>>();
4328public async Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4437var _result = new AzureOperationResponse<IPage<AppServiceCertificateOrder>>();
4499public async Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4608var _result = new AzureOperationResponse<IPage<AppServiceCertificateOrder>>();
4670public async Task<AzureOperationResponse<IPage<AppServiceCertificateResource>>> ListCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4779var _result = new AzureOperationResponse<IPage<AppServiceCertificateResource>>();
Generated\AppServiceCertificateOrdersOperationsExtensions.cs (12)
35public static IPage<AppServiceCertificateOrder> List(this IAppServiceCertificateOrdersOperations operations)
52public static async Task<IPage<AppServiceCertificateOrder>> ListAsync(this IAppServiceCertificateOrdersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
109public static IPage<AppServiceCertificateOrder> ListByResourceGroup(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName)
129public static async Task<IPage<AppServiceCertificateOrder>> ListByResourceGroupAsync(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
345public static IPage<AppServiceCertificateResource> ListCertificates(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName)
368public static async Task<IPage<AppServiceCertificateResource>> ListCertificatesAsync(this IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, CancellationToken cancellationToken = default(CancellationToken))
1098public static IPage<AppServiceCertificateOrder> ListNext(this IAppServiceCertificateOrdersOperations operations, string nextPageLink)
1118public static async Task<IPage<AppServiceCertificateOrder>> ListNextAsync(this IAppServiceCertificateOrdersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1138public static IPage<AppServiceCertificateOrder> ListByResourceGroupNext(this IAppServiceCertificateOrdersOperations operations, string nextPageLink)
1158public static async Task<IPage<AppServiceCertificateOrder>> ListByResourceGroupNextAsync(this IAppServiceCertificateOrdersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1178public static IPage<AppServiceCertificateResource> ListCertificatesNext(this IAppServiceCertificateOrdersOperations operations, string nextPageLink)
1198public static async Task<IPage<AppServiceCertificateResource>> ListCertificatesNextAsync(this IAppServiceCertificateOrdersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AppServiceEnvironmentsOperations.cs (96)
80public async Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<AppServiceEnvironmentResource>>();
259public async Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
397var _result = new AzureOperationResponse<IPage<AppServiceEnvironmentResource>>();
990public async Task<AzureOperationResponse<IPage<StampCapacity>>> ListCapacitiesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1134var _result = new AzureOperationResponse<IPage<StampCapacity>>();
1396public async Task<AzureOperationResponse<IPage<Site>>> ChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1399AzureOperationResponse<IPage<Site>> _response = await BeginChangeVnetWithHttpMessagesAsync(resourceGroupName, name, vnetInfo, customHeaders, cancellationToken).ConfigureAwait(false);
1865public async Task<AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>> GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2009var _result = new AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>();
2074public async Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListMultiRolePoolsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2218var _result = new AzureOperationResponse<IPage<WorkerPoolResource>>();
2766public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string instance, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2916var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
2982public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRoleMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3126var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
3191public async Task<AzureOperationResponse<IPage<SkuInfo>>> ListMultiRolePoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3335var _result = new AzureOperationResponse<IPage<SkuInfo>>();
3401public async Task<AzureOperationResponse<IPage<Usage>>> ListMultiRoleUsagesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3545var _result = new AzureOperationResponse<IPage<Usage>>();
3822public async Task<AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>> GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3966var _result = new AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>();
4204public async Task<AzureOperationResponse<IPage<Site>>> ResumeWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4207AzureOperationResponse<IPage<Site>> _response = await BeginResumeWithHttpMessagesAsync(resourceGroupName, name, customHeaders, cancellationToken).ConfigureAwait(false);
4244public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListAppServicePlansWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4388var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
4456public async Task<AzureOperationResponse<IPage<Site>>> ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string propertiesToInclude = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4605var _result = new AzureOperationResponse<IPage<Site>>();
4655public async Task<AzureOperationResponse<IPage<Site>>> SuspendWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4658AzureOperationResponse<IPage<Site>> _response = await BeginSuspendWithHttpMessagesAsync(resourceGroupName, name, customHeaders, cancellationToken).ConfigureAwait(false);
4701public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4850var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
4915public async Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListWorkerPoolsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5059var _result = new AzureOperationResponse<IPage<WorkerPoolResource>>();
5631public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, string instance, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5787var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
5856public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWebWorkerMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6006var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
6074public async Task<AzureOperationResponse<IPage<SkuInfo>>> ListWorkerPoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6224var _result = new AzureOperationResponse<IPage<SkuInfo>>();
6293public async Task<AzureOperationResponse<IPage<Usage>>> ListWebWorkerUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6443var _result = new AzureOperationResponse<IPage<Usage>>();
6972public async Task<AzureOperationResponse<IPage<Site>>> BeginChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7127var _result = new AzureOperationResponse<IPage<Site>>();
7451public async Task<AzureOperationResponse<IPage<Site>>> BeginResumeWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7595var _result = new AzureOperationResponse<IPage<Site>>();
7678public async Task<AzureOperationResponse<IPage<Site>>> BeginSuspendWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
7822var _result = new AzureOperationResponse<IPage<Site>>();
8152public async Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8261var _result = new AzureOperationResponse<IPage<AppServiceEnvironmentResource>>();
8323public async Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8432var _result = new AzureOperationResponse<IPage<AppServiceEnvironmentResource>>();
8496public async Task<AzureOperationResponse<IPage<StampCapacity>>> ListCapacitiesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8605var _result = new AzureOperationResponse<IPage<StampCapacity>>();
8652public async Task<AzureOperationResponse<IPage<Site>>> ChangeVnetNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8655AzureOperationResponse<IPage<Site>> _response = await BeginChangeVnetNextWithHttpMessagesAsync(nextPageLink, customHeaders, cancellationToken).ConfigureAwait(false);
8691public async Task<AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>> GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8800var _result = new AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>();
8862public async Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListMultiRolePoolsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
8971var _result = new AzureOperationResponse<IPage<WorkerPoolResource>>();
9035public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9144var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
9207public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9316var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
9378public async Task<AzureOperationResponse<IPage<SkuInfo>>> ListMultiRolePoolSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9487var _result = new AzureOperationResponse<IPage<SkuInfo>>();
9550public async Task<AzureOperationResponse<IPage<Usage>>> ListMultiRoleUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9659var _result = new AzureOperationResponse<IPage<Usage>>();
9723public async Task<AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>> GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9832var _result = new AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>();
9879public async Task<AzureOperationResponse<IPage<Site>>> ResumeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9882AzureOperationResponse<IPage<Site>> _response = await BeginResumeNextWithHttpMessagesAsync(nextPageLink, customHeaders, cancellationToken).ConfigureAwait(false);
9916public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListAppServicePlansNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10025var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
10087public async Task<AzureOperationResponse<IPage<Site>>> ListWebAppsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10196var _result = new AzureOperationResponse<IPage<Site>>();
10243public async Task<AzureOperationResponse<IPage<Site>>> SuspendNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10246AzureOperationResponse<IPage<Site>> _response = await BeginSuspendNextWithHttpMessagesAsync(nextPageLink, customHeaders, cancellationToken).ConfigureAwait(false);
10280public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10389var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
10451public async Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListWorkerPoolsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10560var _result = new AzureOperationResponse<IPage<WorkerPoolResource>>();
10624public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10733var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
10796public async Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10905var _result = new AzureOperationResponse<IPage<ResourceMetricDefinition>>();
10967public async Task<AzureOperationResponse<IPage<SkuInfo>>> ListWorkerPoolSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11076var _result = new AzureOperationResponse<IPage<SkuInfo>>();
11139public async Task<AzureOperationResponse<IPage<Usage>>> ListWebWorkerUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11248var _result = new AzureOperationResponse<IPage<Usage>>();
11310public async Task<AzureOperationResponse<IPage<Site>>> BeginChangeVnetNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11419var _result = new AzureOperationResponse<IPage<Site>>();
11499public async Task<AzureOperationResponse<IPage<Site>>> BeginResumeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11608var _result = new AzureOperationResponse<IPage<Site>>();
11688public async Task<AzureOperationResponse<IPage<Site>>> BeginSuspendNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11797var _result = new AzureOperationResponse<IPage<Site>>();
Generated\AppServiceEnvironmentsOperationsExtensions.cs (96)
35public static IPage<AppServiceEnvironmentResource> List(this IAppServiceEnvironmentsOperations operations)
52public static async Task<IPage<AppServiceEnvironmentResource>> ListAsync(this IAppServiceEnvironmentsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
72public static IPage<AppServiceEnvironmentResource> ListByResourceGroup(this IAppServiceEnvironmentsOperations operations, string resourceGroupName)
92public static async Task<IPage<AppServiceEnvironmentResource>> ListByResourceGroupAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
320public static IPage<StampCapacity> ListCapacities(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
345public static async Task<IPage<StampCapacity>> ListCapacitiesAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
417public static IPage<Site> ChangeVnet(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, VirtualNetworkProfile vnetInfo)
443public static async Task<IPage<Site>> ChangeVnetAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, CancellationToken cancellationToken = default(CancellationToken))
566public static IPage<InboundEnvironmentEndpoint> GetInboundNetworkDependenciesEndpoints(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
591public static async Task<IPage<InboundEnvironmentEndpoint>> GetInboundNetworkDependenciesEndpointsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
614public static IPage<WorkerPoolResource> ListMultiRolePools(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
637public static async Task<IPage<WorkerPoolResource>> ListMultiRolePoolsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
815public static IPage<ResourceMetricDefinition> ListMultiRolePoolInstanceMetricDefinitions(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance)
843public static async Task<IPage<ResourceMetricDefinition>> ListMultiRolePoolInstanceMetricDefinitionsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, CancellationToken cancellationToken = default(CancellationToken))
867public static IPage<ResourceMetricDefinition> ListMultiRoleMetricDefinitions(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
891public static async Task<IPage<ResourceMetricDefinition>> ListMultiRoleMetricDefinitionsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
914public static IPage<SkuInfo> ListMultiRolePoolSkus(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
937public static async Task<IPage<SkuInfo>> ListMultiRolePoolSkusAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
961public static IPage<Usage> ListMultiRoleUsages(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
985public static async Task<IPage<Usage>> ListMultiRoleUsagesAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1058public static IPage<OutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpoints(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
1083public static async Task<IPage<OutboundEnvironmentEndpoint>> GetOutboundNetworkDependenciesEndpointsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1149public static IPage<Site> Resume(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
1172public static async Task<IPage<Site>> ResumeAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1195public static IPage<AppServicePlan> ListAppServicePlans(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
1218public static async Task<IPage<AppServicePlan>> ListAppServicePlansAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1244public static IPage<Site> ListWebApps(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default(string))
1270public static async Task<IPage<Site>> ListWebAppsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default(string), CancellationToken cancellationToken = default(CancellationToken))
1293public static IPage<Site> Suspend(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
1316public static async Task<IPage<Site>> SuspendAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1345public static IPage<CsmUsageQuota> ListUsages(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default(string))
1374public static async Task<IPage<CsmUsageQuota>> ListUsagesAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
1397public static IPage<WorkerPoolResource> ListWorkerPools(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
1420public static async Task<IPage<WorkerPoolResource>> ListWorkerPoolsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1619public static IPage<ResourceMetricDefinition> ListWorkerPoolInstanceMetricDefinitions(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance)
1650public static async Task<IPage<ResourceMetricDefinition>> ListWorkerPoolInstanceMetricDefinitionsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance, CancellationToken cancellationToken = default(CancellationToken))
1677public static IPage<ResourceMetricDefinition> ListWebWorkerMetricDefinitions(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName)
1704public static async Task<IPage<ResourceMetricDefinition>> ListWebWorkerMetricDefinitionsAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, CancellationToken cancellationToken = default(CancellationToken))
1730public static IPage<SkuInfo> ListWorkerPoolSkus(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName)
1756public static async Task<IPage<SkuInfo>> ListWorkerPoolSkusAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, CancellationToken cancellationToken = default(CancellationToken))
1783public static IPage<Usage> ListWebWorkerUsages(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName)
1810public static async Task<IPage<Usage>> ListWebWorkerUsagesAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, CancellationToken cancellationToken = default(CancellationToken))
1941public static IPage<Site> BeginChangeVnet(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, VirtualNetworkProfile vnetInfo)
1967public static async Task<IPage<Site>> BeginChangeVnetAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, CancellationToken cancellationToken = default(CancellationToken))
2042public static IPage<Site> BeginResume(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
2065public static async Task<IPage<Site>> BeginResumeAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
2088public static IPage<Site> BeginSuspend(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name)
2111public static async Task<IPage<Site>> BeginSuspendAsync(this IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
2189public static IPage<AppServiceEnvironmentResource> ListNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2209public static async Task<IPage<AppServiceEnvironmentResource>> ListNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2229public static IPage<AppServiceEnvironmentResource> ListByResourceGroupNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2249public static async Task<IPage<AppServiceEnvironmentResource>> ListByResourceGroupNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2271public static IPage<StampCapacity> ListCapacitiesNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2293public static async Task<IPage<StampCapacity>> ListCapacitiesNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2313public static IPage<Site> ChangeVnetNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2333public static async Task<IPage<Site>> ChangeVnetNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2355public static IPage<InboundEnvironmentEndpoint> GetInboundNetworkDependenciesEndpointsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2377public static async Task<IPage<InboundEnvironmentEndpoint>> GetInboundNetworkDependenciesEndpointsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2397public static IPage<WorkerPoolResource> ListMultiRolePoolsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2417public static async Task<IPage<WorkerPoolResource>> ListMultiRolePoolsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2439public static IPage<ResourceMetricDefinition> ListMultiRolePoolInstanceMetricDefinitionsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2461public static async Task<IPage<ResourceMetricDefinition>> ListMultiRolePoolInstanceMetricDefinitionsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2482public static IPage<ResourceMetricDefinition> ListMultiRoleMetricDefinitionsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2503public static async Task<IPage<ResourceMetricDefinition>> ListMultiRoleMetricDefinitionsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2523public static IPage<SkuInfo> ListMultiRolePoolSkusNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2543public static async Task<IPage<SkuInfo>> ListMultiRolePoolSkusNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2564public static IPage<Usage> ListMultiRoleUsagesNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2585public static async Task<IPage<Usage>> ListMultiRoleUsagesNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2607public static IPage<OutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpointsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2629public static async Task<IPage<OutboundEnvironmentEndpoint>> GetOutboundNetworkDependenciesEndpointsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2649public static IPage<Site> ResumeNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2669public static async Task<IPage<Site>> ResumeNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2689public static IPage<AppServicePlan> ListAppServicePlansNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2709public static async Task<IPage<AppServicePlan>> ListAppServicePlansNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2729public static IPage<Site> ListWebAppsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2749public static async Task<IPage<Site>> ListWebAppsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2769public static IPage<Site> SuspendNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2789public static async Task<IPage<Site>> SuspendNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2809public static IPage<CsmUsageQuota> ListUsagesNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2829public static async Task<IPage<CsmUsageQuota>> ListUsagesNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2849public static IPage<WorkerPoolResource> ListWorkerPoolsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2869public static async Task<IPage<WorkerPoolResource>> ListWorkerPoolsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2891public static IPage<ResourceMetricDefinition> ListWorkerPoolInstanceMetricDefinitionsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2913public static async Task<IPage<ResourceMetricDefinition>> ListWorkerPoolInstanceMetricDefinitionsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2934public static IPage<ResourceMetricDefinition> ListWebWorkerMetricDefinitionsNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2955public static async Task<IPage<ResourceMetricDefinition>> ListWebWorkerMetricDefinitionsNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
2975public static IPage<SkuInfo> ListWorkerPoolSkusNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
2995public static async Task<IPage<SkuInfo>> ListWorkerPoolSkusNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3016public static IPage<Usage> ListWebWorkerUsagesNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
3037public static async Task<IPage<Usage>> ListWebWorkerUsagesNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3057public static IPage<Site> BeginChangeVnetNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
3077public static async Task<IPage<Site>> BeginChangeVnetNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3097public static IPage<Site> BeginResumeNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
3117public static async Task<IPage<Site>> BeginResumeNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
3137public static IPage<Site> BeginSuspendNext(this IAppServiceEnvironmentsOperations operations, string nextPageLink)
3157public static async Task<IPage<Site>> BeginSuspendNextAsync(this IAppServiceEnvironmentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\AppServicePlansOperations.cs (24)
86public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListWithHttpMessagesAsync(bool? detailed = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
208var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
270public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
408var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
2015public async Task<AzureOperationResponse<IPage<string>>> ListWebAppsByHybridConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string namespaceName, string relayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2171var _result = new AzureOperationResponse<IPage<string>>();
2448public async Task<AzureOperationResponse<IPage<HybridConnection>>> ListHybridConnectionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2592var _result = new AzureOperationResponse<IPage<HybridConnection>>();
2869public async Task<AzureOperationResponse<IPage<Site>>> ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string skipToken = default(string), string filter = default(string), string top = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3028var _result = new AzureOperationResponse<IPage<Site>>();
3307public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3456var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
5997public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6106var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
6168public async Task<AzureOperationResponse<IPage<AppServicePlan>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6277var _result = new AzureOperationResponse<IPage<AppServicePlan>>();
6340public async Task<AzureOperationResponse<IPage<string>>> ListWebAppsByHybridConnectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6449var _result = new AzureOperationResponse<IPage<string>>();
6512public async Task<AzureOperationResponse<IPage<HybridConnection>>> ListHybridConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6621var _result = new AzureOperationResponse<IPage<HybridConnection>>();
6683public async Task<AzureOperationResponse<IPage<Site>>> ListWebAppsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6792var _result = new AzureOperationResponse<IPage<Site>>();
6854public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6963var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
Generated\AppServicePlansOperationsExtensions.cs (24)
41public static IPage<AppServicePlan> List(this IAppServicePlansOperations operations, bool? detailed = default(bool?))
64public static async Task<IPage<AppServicePlan>> ListAsync(this IAppServicePlansOperations operations, bool? detailed = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
84public static IPage<AppServicePlan> ListByResourceGroup(this IAppServicePlansOperations operations, string resourceGroupName)
104public static async Task<IPage<AppServicePlan>> ListByResourceGroupAsync(this IAppServicePlansOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
544public static IPage<string> ListWebAppsByHybridConnection(this IAppServicePlansOperations operations, string resourceGroupName, string name, string namespaceName, string relayName)
574public static async Task<IPage<string>> ListWebAppsByHybridConnectionAsync(this IAppServicePlansOperations operations, string resourceGroupName, string name, string namespaceName, string relayName, CancellationToken cancellationToken = default(CancellationToken))
648public static IPage<HybridConnection> ListHybridConnections(this IAppServicePlansOperations operations, string resourceGroupName, string name)
672public static async Task<IPage<HybridConnection>> ListHybridConnectionsAsync(this IAppServicePlansOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
763public static IPage<Site> ListWebApps(this IAppServicePlansOperations operations, string resourceGroupName, string name, string skipToken = default(string), string filter = default(string), string top = default(string))
799public static async Task<IPage<Site>> ListWebAppsAsync(this IAppServicePlansOperations operations, string resourceGroupName, string name, string skipToken = default(string), string filter = default(string), string top = default(string), CancellationToken cancellationToken = default(CancellationToken))
873public static IPage<CsmUsageQuota> ListUsages(this IAppServicePlansOperations operations, string resourceGroupName, string name, string filter = default(string))
901public static async Task<IPage<CsmUsageQuota>> ListUsagesAsync(this IAppServicePlansOperations operations, string resourceGroupName, string name, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
1545public static IPage<AppServicePlan> ListNext(this IAppServicePlansOperations operations, string nextPageLink)
1565public static async Task<IPage<AppServicePlan>> ListNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1585public static IPage<AppServicePlan> ListByResourceGroupNext(this IAppServicePlansOperations operations, string nextPageLink)
1605public static async Task<IPage<AppServicePlan>> ListByResourceGroupNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1626public static IPage<string> ListWebAppsByHybridConnectionNext(this IAppServicePlansOperations operations, string nextPageLink)
1647public static async Task<IPage<string>> ListWebAppsByHybridConnectionNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1668public static IPage<HybridConnection> ListHybridConnectionsNext(this IAppServicePlansOperations operations, string nextPageLink)
1689public static async Task<IPage<HybridConnection>> ListHybridConnectionsNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1709public static IPage<Site> ListWebAppsNext(this IAppServicePlansOperations operations, string nextPageLink)
1729public static async Task<IPage<Site>> ListWebAppsNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1749public static IPage<CsmUsageQuota> ListUsagesNext(this IAppServicePlansOperations operations, string nextPageLink)
1769public static async Task<IPage<CsmUsageQuota>> ListUsagesNextAsync(this IAppServicePlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\CertificatesOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<Certificate>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<Certificate>>();
259public async Task<AzureOperationResponse<IPage<Certificate>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
397var _result = new AzureOperationResponse<IPage<Certificate>>();
1306public async Task<AzureOperationResponse<IPage<Certificate>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1415var _result = new AzureOperationResponse<IPage<Certificate>>();
1477public async Task<AzureOperationResponse<IPage<Certificate>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1586var _result = new AzureOperationResponse<IPage<Certificate>>();
Generated\CertificatesOperationsExtensions.cs (8)
33public static IPage<Certificate> List(this ICertificatesOperations operations)
50public static async Task<IPage<Certificate>> ListAsync(this ICertificatesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
70public static IPage<Certificate> ListByResourceGroup(this ICertificatesOperations operations, string resourceGroupName)
90public static async Task<IPage<Certificate>> ListByResourceGroupAsync(this ICertificatesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
303public static IPage<Certificate> ListNext(this ICertificatesOperations operations, string nextPageLink)
323public static async Task<IPage<Certificate>> ListNextAsync(this ICertificatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
343public static IPage<Certificate> ListByResourceGroupNext(this ICertificatesOperations operations, string nextPageLink)
363public static async Task<IPage<Certificate>> ListByResourceGroupNextAsync(this ICertificatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DeletedWebAppsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<DeletedSite>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<DeletedSite>>();
258public async Task<AzureOperationResponse<IPage<DeletedSite>>> ListByLocationWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
381var _result = new AzureOperationResponse<IPage<DeletedSite>>();
636public async Task<AzureOperationResponse<IPage<DeletedSite>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
745var _result = new AzureOperationResponse<IPage<DeletedSite>>();
807public async Task<AzureOperationResponse<IPage<DeletedSite>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
916var _result = new AzureOperationResponse<IPage<DeletedSite>>();
Generated\DeletedWebAppsOperationsExtensions.cs (8)
33public static IPage<DeletedSite> List(this IDeletedWebAppsOperations operations)
50public static async Task<IPage<DeletedSite>> ListAsync(this IDeletedWebAppsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
69public static IPage<DeletedSite> ListByLocation(this IDeletedWebAppsOperations operations, string location)
88public static async Task<IPage<DeletedSite>> ListByLocationAsync(this IDeletedWebAppsOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
152public static IPage<DeletedSite> ListNext(this IDeletedWebAppsOperations operations, string nextPageLink)
172public static async Task<IPage<DeletedSite>> ListNextAsync(this IDeletedWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
192public static IPage<DeletedSite> ListByLocationNext(this IDeletedWebAppsOperations operations, string nextPageLink)
212public static async Task<IPage<DeletedSite>> ListByLocationNextAsync(this IDeletedWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DiagnosticsOperations.cs (36)
86public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListHostingEnvironmentDetectorResponsesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
230var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
544public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesWithHttpMessagesAsync(string resourceGroupName, string siteName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
688var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
1002public async Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesWithHttpMessagesAsync(string resourceGroupName, string siteName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1146var _result = new AzureOperationResponse<IPage<DiagnosticCategory>>();
1432public async Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1582var _result = new AzureOperationResponse<IPage<AnalysisDefinition>>();
2135public async Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2285var _result = new AzureOperationResponse<IPage<DetectorDefinition>>();
2838public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2988var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
3314public async Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3464var _result = new AzureOperationResponse<IPage<DiagnosticCategory>>();
3762public async Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3918var _result = new AzureOperationResponse<IPage<AnalysisDefinition>>();
4492public async Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4648var _result = new AzureOperationResponse<IPage<DetectorDefinition>>();
5213public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListHostingEnvironmentDetectorResponsesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5322var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
5384public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5493var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
5555public async Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5664var _result = new AzureOperationResponse<IPage<DiagnosticCategory>>();
5726public async Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5835var _result = new AzureOperationResponse<IPage<AnalysisDefinition>>();
5897public async Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6006var _result = new AzureOperationResponse<IPage<DetectorDefinition>>();
6068public async Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6177var _result = new AzureOperationResponse<IPage<DetectorResponse>>();
6239public async Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6348var _result = new AzureOperationResponse<IPage<DiagnosticCategory>>();
6410public async Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6519var _result = new AzureOperationResponse<IPage<AnalysisDefinition>>();
6581public async Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6690var _result = new AzureOperationResponse<IPage<DetectorDefinition>>();
Generated\DiagnosticsOperationsExtensions.cs (36)
39public static IPage<DetectorResponse> ListHostingEnvironmentDetectorResponses(this IDiagnosticsOperations operations, string resourceGroupName, string name)
62public static async Task<IPage<DetectorResponse>> ListHostingEnvironmentDetectorResponsesAsync(this IDiagnosticsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
155public static IPage<DetectorResponse> ListSiteDetectorResponses(this IDiagnosticsOperations operations, string resourceGroupName, string siteName)
178public static async Task<IPage<DetectorResponse>> ListSiteDetectorResponsesAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, CancellationToken cancellationToken = default(CancellationToken))
271public static IPage<DiagnosticCategory> ListSiteDiagnosticCategories(this IDiagnosticsOperations operations, string resourceGroupName, string siteName)
294public static async Task<IPage<DiagnosticCategory>> ListSiteDiagnosticCategoriesAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, CancellationToken cancellationToken = default(CancellationToken))
372public static IPage<AnalysisDefinition> ListSiteAnalyses(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory)
398public static async Task<IPage<AnalysisDefinition>> ListSiteAnalysesAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, CancellationToken cancellationToken = default(CancellationToken))
558public static IPage<DetectorDefinition> ListSiteDetectors(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory)
584public static async Task<IPage<DetectorDefinition>> ListSiteDetectorsAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, CancellationToken cancellationToken = default(CancellationToken))
744public static IPage<DetectorResponse> ListSiteDetectorResponsesSlot(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string slot)
770public static async Task<IPage<DetectorResponse>> ListSiteDetectorResponsesSlotAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string slot, CancellationToken cancellationToken = default(CancellationToken))
872public static IPage<DiagnosticCategory> ListSiteDiagnosticCategoriesSlot(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string slot)
898public static async Task<IPage<DiagnosticCategory>> ListSiteDiagnosticCategoriesSlotAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string slot, CancellationToken cancellationToken = default(CancellationToken))
985public static IPage<AnalysisDefinition> ListSiteAnalysesSlot(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string slot)
1014public static async Task<IPage<AnalysisDefinition>> ListSiteAnalysesSlotAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string slot, CancellationToken cancellationToken = default(CancellationToken))
1189public static IPage<DetectorDefinition> ListSiteDetectorsSlot(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string slot)
1218public static async Task<IPage<DetectorDefinition>> ListSiteDetectorsSlotAsync(this IDiagnosticsOperations operations, string resourceGroupName, string siteName, string diagnosticCategory, string slot, CancellationToken cancellationToken = default(CancellationToken))
1384public static IPage<DetectorResponse> ListHostingEnvironmentDetectorResponsesNext(this IDiagnosticsOperations operations, string nextPageLink)
1404public static async Task<IPage<DetectorResponse>> ListHostingEnvironmentDetectorResponsesNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1424public static IPage<DetectorResponse> ListSiteDetectorResponsesNext(this IDiagnosticsOperations operations, string nextPageLink)
1444public static async Task<IPage<DetectorResponse>> ListSiteDetectorResponsesNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1464public static IPage<DiagnosticCategory> ListSiteDiagnosticCategoriesNext(this IDiagnosticsOperations operations, string nextPageLink)
1484public static async Task<IPage<DiagnosticCategory>> ListSiteDiagnosticCategoriesNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1504public static IPage<AnalysisDefinition> ListSiteAnalysesNext(this IDiagnosticsOperations operations, string nextPageLink)
1524public static async Task<IPage<AnalysisDefinition>> ListSiteAnalysesNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1544public static IPage<DetectorDefinition> ListSiteDetectorsNext(this IDiagnosticsOperations operations, string nextPageLink)
1564public static async Task<IPage<DetectorDefinition>> ListSiteDetectorsNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1584public static IPage<DetectorResponse> ListSiteDetectorResponsesSlotNext(this IDiagnosticsOperations operations, string nextPageLink)
1604public static async Task<IPage<DetectorResponse>> ListSiteDetectorResponsesSlotNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1624public static IPage<DiagnosticCategory> ListSiteDiagnosticCategoriesSlotNext(this IDiagnosticsOperations operations, string nextPageLink)
1644public static async Task<IPage<DiagnosticCategory>> ListSiteDiagnosticCategoriesSlotNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1664public static IPage<AnalysisDefinition> ListSiteAnalysesSlotNext(this IDiagnosticsOperations operations, string nextPageLink)
1684public static async Task<IPage<AnalysisDefinition>> ListSiteAnalysesSlotNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1704public static IPage<DetectorDefinition> ListSiteDetectorsSlotNext(this IDiagnosticsOperations operations, string nextPageLink)
1724public static async Task<IPage<DetectorDefinition>> ListSiteDetectorsSlotNextAsync(this IDiagnosticsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DomainsOperations.cs (16)
270public async Task<AzureOperationResponse<IPage<Domain>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
387var _result = new AzureOperationResponse<IPage<Domain>>();
626public async Task<AzureOperationResponse<IPage<NameIdentifier>>> ListRecommendationsWithHttpMessagesAsync(DomainRecommendationSearchParameters parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
754var _result = new AzureOperationResponse<IPage<NameIdentifier>>();
816public async Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
954var _result = new AzureOperationResponse<IPage<Domain>>();
1702public async Task<AzureOperationResponse<IPage<DomainOwnershipIdentifier>>> ListOwnershipIdentifiersWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1846var _result = new AzureOperationResponse<IPage<DomainOwnershipIdentifier>>();
3231public async Task<AzureOperationResponse<IPage<Domain>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3340var _result = new AzureOperationResponse<IPage<Domain>>();
3402public async Task<AzureOperationResponse<IPage<NameIdentifier>>> ListRecommendationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3511var _result = new AzureOperationResponse<IPage<NameIdentifier>>();
3573public async Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3682var _result = new AzureOperationResponse<IPage<Domain>>();
3744public async Task<AzureOperationResponse<IPage<DomainOwnershipIdentifier>>> ListOwnershipIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3853var _result = new AzureOperationResponse<IPage<DomainOwnershipIdentifier>>();
Generated\DomainsOperationsExtensions.cs (16)
73public static IPage<Domain> List(this IDomainsOperations operations)
90public static async Task<IPage<Domain>> ListAsync(this IDomainsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
146public static IPage<NameIdentifier> ListRecommendations(this IDomainsOperations operations, DomainRecommendationSearchParameters parameters)
166public static async Task<IPage<NameIdentifier>> ListRecommendationsAsync(this IDomainsOperations operations, DomainRecommendationSearchParameters parameters, CancellationToken cancellationToken = default(CancellationToken))
186public static IPage<Domain> ListByResourceGroup(this IDomainsOperations operations, string resourceGroupName)
206public static async Task<IPage<Domain>> ListByResourceGroupAsync(this IDomainsOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
432public static IPage<DomainOwnershipIdentifier> ListOwnershipIdentifiers(this IDomainsOperations operations, string resourceGroupName, string domainName)
455public static async Task<IPage<DomainOwnershipIdentifier>> ListOwnershipIdentifiersAsync(this IDomainsOperations operations, string resourceGroupName, string domainName, CancellationToken cancellationToken = default(CancellationToken))
795public static IPage<Domain> ListNext(this IDomainsOperations operations, string nextPageLink)
815public static async Task<IPage<Domain>> ListNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
835public static IPage<NameIdentifier> ListRecommendationsNext(this IDomainsOperations operations, string nextPageLink)
855public static async Task<IPage<NameIdentifier>> ListRecommendationsNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
875public static IPage<Domain> ListByResourceGroupNext(this IDomainsOperations operations, string nextPageLink)
895public static async Task<IPage<Domain>> ListByResourceGroupNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
915public static IPage<DomainOwnershipIdentifier> ListOwnershipIdentifiersNext(this IDomainsOperations operations, string nextPageLink)
935public static async Task<IPage<DomainOwnershipIdentifier>> ListOwnershipIdentifiersNextAsync(this IDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IAppServiceCertificateOrdersOperations.cs (6)
47Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
94Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
238Task<AzureOperationResponse<IPage<AppServiceCertificateResource>>> ListCertificatesWithHttpMessagesAsync(string resourceGroupName, string certificateOrderName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
684Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
709Task<AzureOperationResponse<IPage<AppServiceCertificateOrder>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
735Task<AzureOperationResponse<IPage<AppServiceCertificateResource>>> ListCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAppServiceEnvironmentsOperations.cs (48)
48Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
74Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
224Task<AzureOperationResponse<IPage<StampCapacity>>> ListCapacitiesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
285Task<AzureOperationResponse<IPage<Site>>> ChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
376Task<AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>> GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
404Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListMultiRolePoolsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
527Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string instance, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
557Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRoleMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
585Task<AzureOperationResponse<IPage<SkuInfo>>> ListMultiRolePoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
615Task<AzureOperationResponse<IPage<Usage>>> ListMultiRoleUsagesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
675Task<AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>> GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
728Task<AzureOperationResponse<IPage<Site>>> ResumeWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
757Task<AzureOperationResponse<IPage<AppServicePlan>>> ListAppServicePlansWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
788Task<AzureOperationResponse<IPage<Site>>> ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string propertiesToInclude = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
816Task<AzureOperationResponse<IPage<Site>>> SuspendWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
852Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
880Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListWorkerPoolsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1015Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, string instance, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1048Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWebWorkerMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1079Task<AzureOperationResponse<IPage<SkuInfo>>> ListWorkerPoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1111Task<AzureOperationResponse<IPage<Usage>>> ListWebWorkerUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1204Task<AzureOperationResponse<IPage<Site>>> BeginChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, VirtualNetworkProfile vnetInfo, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1263Task<AzureOperationResponse<IPage<Site>>> BeginResumeWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1291Task<AzureOperationResponse<IPage<Site>>> BeginSuspendWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1351Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1377Task<AzureOperationResponse<IPage<AppServiceEnvironmentResource>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1404Task<AzureOperationResponse<IPage<StampCapacity>>> ListCapacitiesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1430Task<AzureOperationResponse<IPage<Site>>> ChangeVnetNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1457Task<AzureOperationResponse<IPage<InboundEnvironmentEndpoint>>> GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1482Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListMultiRolePoolsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1509Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1536Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1561Task<AzureOperationResponse<IPage<SkuInfo>>> ListMultiRolePoolSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1588Task<AzureOperationResponse<IPage<Usage>>> ListMultiRoleUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1615Task<AzureOperationResponse<IPage<OutboundEnvironmentEndpoint>>> GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1640Task<AzureOperationResponse<IPage<Site>>> ResumeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1666Task<AzureOperationResponse<IPage<AppServicePlan>>> ListAppServicePlansNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1691Task<AzureOperationResponse<IPage<Site>>> ListWebAppsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1716Task<AzureOperationResponse<IPage<Site>>> SuspendNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1742Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1767Task<AzureOperationResponse<IPage<WorkerPoolResource>>> ListWorkerPoolsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1794Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1821Task<AzureOperationResponse<IPage<ResourceMetricDefinition>>> ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1846Task<AzureOperationResponse<IPage<SkuInfo>>> ListWorkerPoolSkusNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1872Task<AzureOperationResponse<IPage<Usage>>> ListWebWorkerUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1898Task<AzureOperationResponse<IPage<Site>>> BeginChangeVnetNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1923Task<AzureOperationResponse<IPage<Site>>> BeginResumeNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1948Task<AzureOperationResponse<IPage<Site>>> BeginSuspendNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IAppServicePlansOperations.cs (12)
53Task<AzureOperationResponse<IPage<AppServicePlan>>> ListWithHttpMessagesAsync(bool? detailed = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
78Task<AzureOperationResponse<IPage<AppServicePlan>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
358Task<AzureOperationResponse<IPage<string>>> ListWebAppsByHybridConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string namespaceName, string relayName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
417Task<AzureOperationResponse<IPage<HybridConnection>>> ListHybridConnectionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
489Task<AzureOperationResponse<IPage<Site>>> ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string skipToken = default(string), string filter = default(string), string top = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
551Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
942Task<AzureOperationResponse<IPage<AppServicePlan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
967Task<AzureOperationResponse<IPage<AppServicePlan>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
993Task<AzureOperationResponse<IPage<string>>> ListWebAppsByHybridConnectionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1019Task<AzureOperationResponse<IPage<HybridConnection>>> ListHybridConnectionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1044Task<AzureOperationResponse<IPage<Site>>> ListWebAppsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1069Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ICertificatesOperations.cs (4)
47Task<AzureOperationResponse<IPage<Certificate>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
72Task<AzureOperationResponse<IPage<Certificate>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
212Task<AzureOperationResponse<IPage<Certificate>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
237Task<AzureOperationResponse<IPage<Certificate>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDeletedWebAppsOperations.cs (4)
47Task<AzureOperationResponse<IPage<DeletedSite>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
71Task<AzureOperationResponse<IPage<DeletedSite>>> ListByLocationWithHttpMessagesAsync(string location, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
123Task<AzureOperationResponse<IPage<DeletedSite>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
148Task<AzureOperationResponse<IPage<DeletedSite>>> ListByLocationNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDiagnosticsOperations.cs (18)
53Task<AzureOperationResponse<IPage<DetectorResponse>>> ListHostingEnvironmentDetectorResponsesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
121Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesWithHttpMessagesAsync(string resourceGroupName, string siteName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
189Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesWithHttpMessagesAsync(string resourceGroupName, string siteName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
251Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
359Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
467Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
541Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
609Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
726Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsSlotWithHttpMessagesAsync(string resourceGroupName, string siteName, string diagnosticCategory, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
834Task<AzureOperationResponse<IPage<DetectorResponse>>> ListHostingEnvironmentDetectorResponsesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
859Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
884Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
909Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
934Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
959Task<AzureOperationResponse<IPage<DetectorResponse>>> ListSiteDetectorResponsesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
984Task<AzureOperationResponse<IPage<DiagnosticCategory>>> ListSiteDiagnosticCategoriesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1009Task<AzureOperationResponse<IPage<AnalysisDefinition>>> ListSiteAnalysesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1034Task<AzureOperationResponse<IPage<DetectorDefinition>>> ListSiteDetectorsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IDomainsOperations.cs (8)
72Task<AzureOperationResponse<IPage<Domain>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
120Task<AzureOperationResponse<IPage<NameIdentifier>>> ListRecommendationsWithHttpMessagesAsync(DomainRecommendationSearchParameters parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
145Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
293Task<AzureOperationResponse<IPage<DomainOwnershipIdentifier>>> ListOwnershipIdentifiersWithHttpMessagesAsync(string resourceGroupName, string domainName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
505Task<AzureOperationResponse<IPage<Domain>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
530Task<AzureOperationResponse<IPage<NameIdentifier>>> ListRecommendationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
555Task<AzureOperationResponse<IPage<Domain>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
580Task<AzureOperationResponse<IPage<DomainOwnershipIdentifier>>> ListOwnershipIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IProviderOperations.cs (6)
52Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksWithHttpMessagesAsync(string osTypeSelected = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
76Task<AzureOperationResponse<IPage<CsmOperationDescription>>> ListOperationsWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksOnPremWithHttpMessagesAsync(string osTypeSelected = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
156Task<AzureOperationResponse<IPage<CsmOperationDescription>>> ListOperationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
182Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksOnPremNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IRecommendationsOperations.cs (10)
58Task<AzureOperationResponse<IPage<Recommendation>>> ListWithHttpMessagesAsync(bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
143Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForHostingEnvironmentWithHttpMessagesAsync(string resourceGroupName, string hostingEnvironmentName, bool? expiredOnly = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
181Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForHostingEnvironmentWithHttpMessagesAsync(string resourceGroupName, string hostingEnvironmentName, bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
347Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForWebAppWithHttpMessagesAsync(string resourceGroupName, string siteName, bool? expiredOnly = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
385Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForWebAppWithHttpMessagesAsync(string resourceGroupName, string siteName, bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
529Task<AzureOperationResponse<IPage<Recommendation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
556Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForHostingEnvironmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
581Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForHostingEnvironmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
608Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForWebAppNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
633Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForWebAppNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IResourceHealthMetadataOperations.cs (8)
48Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
75Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
105Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
229Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
256Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
283Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
310Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IStaticSitesOperations.cs (14)
47Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
73Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> GetStaticSitesByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
223Task<AzureOperationResponse<IPage<StaticSiteUserARMResource>>> ListStaticSiteUsersWithHttpMessagesAsync(string resourceGroupName, string name, string authprovider, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
321Task<AzureOperationResponse<IPage<StaticSiteBuildARMResource>>> GetStaticSiteBuildsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
447Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteBuildFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, string prId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
568Task<AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>> ListStaticSiteCustomDomainsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
711Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
819Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
845Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> GetStaticSitesByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
870Task<AzureOperationResponse<IPage<StaticSiteUserARMResource>>> ListStaticSiteUsersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
896Task<AzureOperationResponse<IPage<StaticSiteBuildARMResource>>> GetStaticSiteBuildsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
922Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteBuildFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
948Task<AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>> ListStaticSiteCustomDomainsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
973Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ITopLevelDomainsOperations.cs (4)
48Task<AzureOperationResponse<IPage<TopLevelDomain>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
103Task<AzureOperationResponse<IPage<TldLegalAgreement>>> ListAgreementsWithHttpMessagesAsync(string name, TopLevelDomainAgreementOption agreementOption, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
129Task<AzureOperationResponse<IPage<TopLevelDomain>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
156Task<AzureOperationResponse<IPage<TldLegalAgreement>>> ListAgreementsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWebAppsOperations.cs (110)
48Task<AzureOperationResponse<IPage<Site>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
79Task<AzureOperationResponse<IPage<Site>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, bool? includeSlots = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
329Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
638Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1420Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1569Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1718Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
1914Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2163Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
2599Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
3056Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
3219Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesWithHttpMessagesAsync(string resourceGroupName, string name, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
3368Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
3447Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
3505Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4095Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4372Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4501Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesWithHttpMessagesAsync(string resourceGroupName, string name, string processId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4570Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsWithHttpMessagesAsync(string resourceGroupName, string name, string processId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4599Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
4906Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
5058Task<AzureOperationResponse<IPage<Site>>> ListSlotsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
5341Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
5521Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
6338Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
6507Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
6676Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
6896Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
7176Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListInstanceFunctionsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
7656Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
8164Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
8347Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
8512Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
8599Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
8665Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
9247Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
9678Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
9823Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
9900Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
9933Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
10280Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
10457Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesSlotWithHttpMessagesAsync(string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
10520Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
10552Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondarySlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
10904Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11012Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistorySlotWithHttpMessagesAsync(string resourceGroupName, string name, string webJobName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11126Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11472Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11541Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesFromProductionWithHttpMessagesAsync(string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11597Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11626Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondaryWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
11934Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
12030Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistoryWithHttpMessagesAsync(string resourceGroupName, string name, string webJobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
12132Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
12440Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13634Task<AzureOperationResponse<IPage<Site>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13660Task<AzureOperationResponse<IPage<Site>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13685Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13710Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13739Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13765Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13790Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13816Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13842Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13868Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13893Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13921Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13948Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
13975Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14000Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14025Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14053Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14080Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14107Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14133Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14159Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14184Task<AzureOperationResponse<IPage<Site>>> ListSlotsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14209Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14234Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14263Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14289Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14314Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14340Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14366Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListInstanceFunctionsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14392Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14417Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14445Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14472Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14499Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14524Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14549Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14577Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14604Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14631Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14657Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14683Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14710Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14735Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14761Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondarySlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14787Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14814Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14841Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14866Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14893Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesFromProductionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14918Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14944Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondaryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14970Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
14997Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
15024Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
15049Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IWebSiteManagementClient.cs (10)
196Task<AzureOperationResponse<IPage<SourceControl>>> ListSourceControlsWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
253Task<AzureOperationResponse<IPage<BillingMeter>>> ListBillingMetersWithHttpMessagesAsync(string billingLocation = default(string), string osType = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
325Task<AzureOperationResponse<IPage<GeoRegion>>> ListGeoRegionsWithHttpMessagesAsync(string sku = default(string), bool? linuxWorkersEnabled = default(bool?), bool? xenonWorkersEnabled = default(bool?), bool? linuxDynamicWorkersEnabled = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
342Task<AzureOperationResponse<IPage<Identifier>>> ListSiteIdentifiersAssignedToHostNameWithHttpMessagesAsync(NameIdentifier nameIdentifier, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
356Task<AzureOperationResponse<IPage<PremierAddOnOffer>>> ListPremierAddOnOffersWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
467Task<AzureOperationResponse<IPage<SourceControl>>> ListSourceControlsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
484Task<AzureOperationResponse<IPage<BillingMeter>>> ListBillingMetersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
501Task<AzureOperationResponse<IPage<GeoRegion>>> ListGeoRegionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
518Task<AzureOperationResponse<IPage<Identifier>>> ListSiteIdentifiersAssignedToHostNameNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
535Task<AzureOperationResponse<IPage<PremierAddOnOffer>>> ListPremierAddOnOffersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\ProviderOperations.cs (12)
84public async Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksWithHttpMessagesAsync(string osTypeSelected = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
201var _result = new AzureOperationResponse<IPage<ApplicationStackResource>>();
262public async Task<AzureOperationResponse<IPage<CsmOperationDescription>>> ListOperationsWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
374var _result = new AzureOperationResponse<IPage<CsmOperationDescription>>();
437public async Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksOnPremWithHttpMessagesAsync(string osTypeSelected = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
559var _result = new AzureOperationResponse<IPage<ApplicationStackResource>>();
621public async Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
730var _result = new AzureOperationResponse<IPage<ApplicationStackResource>>();
794public async Task<AzureOperationResponse<IPage<CsmOperationDescription>>> ListOperationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
903var _result = new AzureOperationResponse<IPage<CsmOperationDescription>>();
965public async Task<AzureOperationResponse<IPage<ApplicationStackResource>>> GetAvailableStacksOnPremNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1074var _result = new AzureOperationResponse<IPage<ApplicationStackResource>>();
Generated\ProviderOperationsExtensions.cs (12)
37public static IPage<ApplicationStackResource> GetAvailableStacks(this IProviderOperations operations, string osTypeSelected = default(string))
58public static async Task<IPage<ApplicationStackResource>> GetAvailableStacksAsync(this IProviderOperations operations, string osTypeSelected = default(string), CancellationToken cancellationToken = default(CancellationToken))
77public static IPage<CsmOperationDescription> ListOperations(this IProviderOperations operations)
96public static async Task<IPage<CsmOperationDescription>> ListOperationsAsync(this IProviderOperations operations, CancellationToken cancellationToken = default(CancellationToken))
117public static IPage<ApplicationStackResource> GetAvailableStacksOnPrem(this IProviderOperations operations, string osTypeSelected = default(string))
138public static async Task<IPage<ApplicationStackResource>> GetAvailableStacksOnPremAsync(this IProviderOperations operations, string osTypeSelected = default(string), CancellationToken cancellationToken = default(CancellationToken))
158public static IPage<ApplicationStackResource> GetAvailableStacksNext(this IProviderOperations operations, string nextPageLink)
178public static async Task<IPage<ApplicationStackResource>> GetAvailableStacksNextAsync(this IProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
200public static IPage<CsmOperationDescription> ListOperationsNext(this IProviderOperations operations, string nextPageLink)
222public static async Task<IPage<CsmOperationDescription>> ListOperationsNextAsync(this IProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
242public static IPage<ApplicationStackResource> GetAvailableStacksOnPremNext(this IProviderOperations operations, string nextPageLink)
262public static async Task<IPage<ApplicationStackResource>> GetAvailableStacksOnPremNextAsync(this IProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\RecommendationsOperations.cs (20)
91public async Task<AzureOperationResponse<IPage<Recommendation>>> ListWithHttpMessagesAsync(bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
218var _result = new AzureOperationResponse<IPage<Recommendation>>();
618public async Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForHostingEnvironmentWithHttpMessagesAsync(string resourceGroupName, string hostingEnvironmentName, bool? expiredOnly = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
772var _result = new AzureOperationResponse<IPage<Recommendation>>();
847public async Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForHostingEnvironmentWithHttpMessagesAsync(string resourceGroupName, string hostingEnvironmentName, bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1001var _result = new AzureOperationResponse<IPage<Recommendation>>();
1921public async Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForWebAppWithHttpMessagesAsync(string resourceGroupName, string siteName, bool? expiredOnly = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2075var _result = new AzureOperationResponse<IPage<Recommendation>>();
2150public async Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForWebAppWithHttpMessagesAsync(string resourceGroupName, string siteName, bool? featured = default(bool?), string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2304var _result = new AzureOperationResponse<IPage<Recommendation>>();
3175public async Task<AzureOperationResponse<IPage<Recommendation>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3284var _result = new AzureOperationResponse<IPage<Recommendation>>();
3348public async Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForHostingEnvironmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3457var _result = new AzureOperationResponse<IPage<Recommendation>>();
3519public async Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForHostingEnvironmentNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3628var _result = new AzureOperationResponse<IPage<Recommendation>>();
3692public async Task<AzureOperationResponse<IPage<Recommendation>>> ListHistoryForWebAppNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3801var _result = new AzureOperationResponse<IPage<Recommendation>>();
3863public async Task<AzureOperationResponse<IPage<Recommendation>>> ListRecommendedRulesForWebAppNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3972var _result = new AzureOperationResponse<IPage<Recommendation>>();
Generated\RecommendationsOperationsExtensions.cs (20)
44public static IPage<Recommendation> List(this IRecommendationsOperations operations, bool? featured = default(bool?), string filter = default(string))
72public static async Task<IPage<Recommendation>> ListAsync(this IRecommendationsOperations operations, bool? featured = default(bool?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
182public static IPage<Recommendation> ListHistoryForHostingEnvironment(this IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, bool? expiredOnly = default(bool?), string filter = default(string))
218public static async Task<IPage<Recommendation>> ListHistoryForHostingEnvironmentAsync(this IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, bool? expiredOnly = default(bool?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
251public static IPage<Recommendation> ListRecommendedRulesForHostingEnvironment(this IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, bool? featured = default(bool?), string filter = default(string))
284public static async Task<IPage<Recommendation>> ListRecommendedRulesForHostingEnvironmentAsync(this IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, bool? featured = default(bool?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
535public static IPage<Recommendation> ListHistoryForWebApp(this IRecommendationsOperations operations, string resourceGroupName, string siteName, bool? expiredOnly = default(bool?), string filter = default(string))
571public static async Task<IPage<Recommendation>> ListHistoryForWebAppAsync(this IRecommendationsOperations operations, string resourceGroupName, string siteName, bool? expiredOnly = default(bool?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
604public static IPage<Recommendation> ListRecommendedRulesForWebApp(this IRecommendationsOperations operations, string resourceGroupName, string siteName, bool? featured = default(bool?), string filter = default(string))
637public static async Task<IPage<Recommendation>> ListRecommendedRulesForWebAppAsync(this IRecommendationsOperations operations, string resourceGroupName, string siteName, bool? featured = default(bool?), string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
860public static IPage<Recommendation> ListNext(this IRecommendationsOperations operations, string nextPageLink)
880public static async Task<IPage<Recommendation>> ListNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
902public static IPage<Recommendation> ListHistoryForHostingEnvironmentNext(this IRecommendationsOperations operations, string nextPageLink)
924public static async Task<IPage<Recommendation>> ListHistoryForHostingEnvironmentNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
944public static IPage<Recommendation> ListRecommendedRulesForHostingEnvironmentNext(this IRecommendationsOperations operations, string nextPageLink)
964public static async Task<IPage<Recommendation>> ListRecommendedRulesForHostingEnvironmentNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
986public static IPage<Recommendation> ListHistoryForWebAppNext(this IRecommendationsOperations operations, string nextPageLink)
1008public static async Task<IPage<Recommendation>> ListHistoryForWebAppNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1028public static IPage<Recommendation> ListRecommendedRulesForWebAppNext(this IRecommendationsOperations operations, string nextPageLink)
1048public static async Task<IPage<Recommendation>> ListRecommendedRulesForWebAppNextAsync(this IRecommendationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ResourceHealthMetadataOperations.cs (16)
81public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
198var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
262public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
400var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
467public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
611var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
892public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1042var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
1325public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1434var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
1498public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1607var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
1671public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1780var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
1844public async Task<AzureOperationResponse<IPage<ResourceHealthMetadata>>> ListBySiteSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1953var _result = new AzureOperationResponse<IPage<ResourceHealthMetadata>>();
Generated\ResourceHealthMetadataOperationsExtensions.cs (16)
34public static IPage<ResourceHealthMetadata> List(this IResourceHealthMetadataOperations operations)
52public static async Task<IPage<ResourceHealthMetadata>> ListAsync(this IResourceHealthMetadataOperations operations, CancellationToken cancellationToken = default(CancellationToken))
74public static IPage<ResourceHealthMetadata> ListByResourceGroup(this IResourceHealthMetadataOperations operations, string resourceGroupName)
96public static async Task<IPage<ResourceHealthMetadata>> ListByResourceGroupAsync(this IResourceHealthMetadataOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
121public static IPage<ResourceHealthMetadata> ListBySite(this IResourceHealthMetadataOperations operations, string resourceGroupName, string name)
146public static async Task<IPage<ResourceHealthMetadata>> ListBySiteAsync(this IResourceHealthMetadataOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
223public static IPage<ResourceHealthMetadata> ListBySiteSlot(this IResourceHealthMetadataOperations operations, string resourceGroupName, string name, string slot)
252public static async Task<IPage<ResourceHealthMetadata>> ListBySiteSlotAsync(this IResourceHealthMetadataOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
329public static IPage<ResourceHealthMetadata> ListNext(this IResourceHealthMetadataOperations operations, string nextPageLink)
350public static async Task<IPage<ResourceHealthMetadata>> ListNextAsync(this IResourceHealthMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
372public static IPage<ResourceHealthMetadata> ListByResourceGroupNext(this IResourceHealthMetadataOperations operations, string nextPageLink)
394public static async Task<IPage<ResourceHealthMetadata>> ListByResourceGroupNextAsync(this IResourceHealthMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
416public static IPage<ResourceHealthMetadata> ListBySiteNext(this IResourceHealthMetadataOperations operations, string nextPageLink)
438public static async Task<IPage<ResourceHealthMetadata>> ListBySiteNextAsync(this IResourceHealthMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
460public static IPage<ResourceHealthMetadata> ListBySiteSlotNext(this IResourceHealthMetadataOperations operations, string nextPageLink)
482public static async Task<IPage<ResourceHealthMetadata>> ListBySiteSlotNextAsync(this IResourceHealthMetadataOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\StaticSitesOperations.cs (28)
80public async Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<StaticSiteARMResource>>();
259public async Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> GetStaticSitesByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
397var _result = new AzureOperationResponse<IPage<StaticSiteARMResource>>();
1352public async Task<AzureOperationResponse<IPage<StaticSiteUserARMResource>>> ListStaticSiteUsersWithHttpMessagesAsync(string resourceGroupName, string name, string authprovider, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1502var _result = new AzureOperationResponse<IPage<StaticSiteUserARMResource>>();
2014public async Task<AzureOperationResponse<IPage<StaticSiteBuildARMResource>>> GetStaticSiteBuildsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2158var _result = new AzureOperationResponse<IPage<StaticSiteBuildARMResource>>();
2891public async Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteBuildFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, string prId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3041var _result = new AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>();
3806public async Task<AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>> ListStaticSiteCustomDomainsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3950var _result = new AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>();
4836public async Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4980var _result = new AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>();
5679public async Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5788var _result = new AzureOperationResponse<IPage<StaticSiteARMResource>>();
5850public async Task<AzureOperationResponse<IPage<StaticSiteARMResource>>> GetStaticSitesByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
5959var _result = new AzureOperationResponse<IPage<StaticSiteARMResource>>();
6021public async Task<AzureOperationResponse<IPage<StaticSiteUserARMResource>>> ListStaticSiteUsersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6130var _result = new AzureOperationResponse<IPage<StaticSiteUserARMResource>>();
6192public async Task<AzureOperationResponse<IPage<StaticSiteBuildARMResource>>> GetStaticSiteBuildsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6301var _result = new AzureOperationResponse<IPage<StaticSiteBuildARMResource>>();
6363public async Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteBuildFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6472var _result = new AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>();
6535public async Task<AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>> ListStaticSiteCustomDomainsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6644var _result = new AzureOperationResponse<IPage<StaticSiteCustomDomainOverviewARMResource>>();
6706public async Task<AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>> ListStaticSiteFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
6815var _result = new AzureOperationResponse<IPage<StaticSiteFunctionOverviewARMResource>>();
Generated\StaticSitesOperationsExtensions.cs (28)
33public static IPage<StaticSiteARMResource> List(this IStaticSitesOperations operations)
50public static async Task<IPage<StaticSiteARMResource>> ListAsync(this IStaticSitesOperations operations, CancellationToken cancellationToken = default(CancellationToken))
70public static IPage<StaticSiteARMResource> GetStaticSitesByResourceGroup(this IStaticSitesOperations operations, string resourceGroupName)
90public static async Task<IPage<StaticSiteARMResource>> GetStaticSitesByResourceGroupAsync(this IStaticSitesOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
317public static IPage<StaticSiteUserARMResource> ListStaticSiteUsers(this IStaticSitesOperations operations, string resourceGroupName, string name, string authprovider)
343public static async Task<IPage<StaticSiteUserARMResource>> ListStaticSiteUsersAsync(this IStaticSitesOperations operations, string resourceGroupName, string name, string authprovider, CancellationToken cancellationToken = default(CancellationToken))
485public static IPage<StaticSiteBuildARMResource> GetStaticSiteBuilds(this IStaticSitesOperations operations, string resourceGroupName, string name)
508public static async Task<IPage<StaticSiteBuildARMResource>> GetStaticSiteBuildsAsync(this IStaticSitesOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
693public static IPage<StaticSiteFunctionOverviewARMResource> ListStaticSiteBuildFunctions(this IStaticSitesOperations operations, string resourceGroupName, string name, string prId)
719public static async Task<IPage<StaticSiteFunctionOverviewARMResource>> ListStaticSiteBuildFunctionsAsync(this IStaticSitesOperations operations, string resourceGroupName, string name, string prId, CancellationToken cancellationToken = default(CancellationToken))
897public static IPage<StaticSiteCustomDomainOverviewARMResource> ListStaticSiteCustomDomains(this IStaticSitesOperations operations, string resourceGroupName, string name)
921public static async Task<IPage<StaticSiteCustomDomainOverviewARMResource>> ListStaticSiteCustomDomainsAsync(this IStaticSitesOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1143public static IPage<StaticSiteFunctionOverviewARMResource> ListStaticSiteFunctions(this IStaticSitesOperations operations, string resourceGroupName, string name)
1166public static async Task<IPage<StaticSiteFunctionOverviewARMResource>> ListStaticSiteFunctionsAsync(this IStaticSitesOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1325public static IPage<StaticSiteARMResource> ListNext(this IStaticSitesOperations operations, string nextPageLink)
1345public static async Task<IPage<StaticSiteARMResource>> ListNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1365public static IPage<StaticSiteARMResource> GetStaticSitesByResourceGroupNext(this IStaticSitesOperations operations, string nextPageLink)
1385public static async Task<IPage<StaticSiteARMResource>> GetStaticSitesByResourceGroupNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1405public static IPage<StaticSiteUserARMResource> ListStaticSiteUsersNext(this IStaticSitesOperations operations, string nextPageLink)
1425public static async Task<IPage<StaticSiteUserARMResource>> ListStaticSiteUsersNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1445public static IPage<StaticSiteBuildARMResource> GetStaticSiteBuildsNext(this IStaticSitesOperations operations, string nextPageLink)
1465public static async Task<IPage<StaticSiteBuildARMResource>> GetStaticSiteBuildsNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1485public static IPage<StaticSiteFunctionOverviewARMResource> ListStaticSiteBuildFunctionsNext(this IStaticSitesOperations operations, string nextPageLink)
1505public static async Task<IPage<StaticSiteFunctionOverviewARMResource>> ListStaticSiteBuildFunctionsNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1526public static IPage<StaticSiteCustomDomainOverviewARMResource> ListStaticSiteCustomDomainsNext(this IStaticSitesOperations operations, string nextPageLink)
1547public static async Task<IPage<StaticSiteCustomDomainOverviewARMResource>> ListStaticSiteCustomDomainsNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
1567public static IPage<StaticSiteFunctionOverviewARMResource> ListStaticSiteFunctionsNext(this IStaticSitesOperations operations, string nextPageLink)
1587public static async Task<IPage<StaticSiteFunctionOverviewARMResource>> ListStaticSiteFunctionsNextAsync(this IStaticSitesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\TopLevelDomainsOperations.cs (8)
80public async Task<AzureOperationResponse<IPage<TopLevelDomain>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
197var _result = new AzureOperationResponse<IPage<TopLevelDomain>>();
449public async Task<AzureOperationResponse<IPage<TldLegalAgreement>>> ListAgreementsWithHttpMessagesAsync(string name, TopLevelDomainAgreementOption agreementOption, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
583var _result = new AzureOperationResponse<IPage<TldLegalAgreement>>();
645public async Task<AzureOperationResponse<IPage<TopLevelDomain>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
754var _result = new AzureOperationResponse<IPage<TopLevelDomain>>();
818public async Task<AzureOperationResponse<IPage<TldLegalAgreement>>> ListAgreementsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
927var _result = new AzureOperationResponse<IPage<TldLegalAgreement>>();
Generated\TopLevelDomainsOperationsExtensions.cs (8)
33public static IPage<TopLevelDomain> List(this ITopLevelDomainsOperations operations)
50public static async Task<IPage<TopLevelDomain>> ListAsync(this ITopLevelDomainsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
115public static IPage<TldLegalAgreement> ListAgreements(this ITopLevelDomainsOperations operations, string name, TopLevelDomainAgreementOption agreementOption)
140public static async Task<IPage<TldLegalAgreement>> ListAgreementsAsync(this ITopLevelDomainsOperations operations, string name, TopLevelDomainAgreementOption agreementOption, CancellationToken cancellationToken = default(CancellationToken))
160public static IPage<TopLevelDomain> ListNext(this ITopLevelDomainsOperations operations, string nextPageLink)
180public static async Task<IPage<TopLevelDomain>> ListNextAsync(this ITopLevelDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
202public static IPage<TldLegalAgreement> ListAgreementsNext(this ITopLevelDomainsOperations operations, string nextPageLink)
224public static async Task<IPage<TldLegalAgreement>> ListAgreementsNextAsync(this ITopLevelDomainsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WebAppsOperations.cs (220)
81public async Task<AzureOperationResponse<IPage<Site>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
198var _result = new AzureOperationResponse<IPage<Site>>();
266public async Task<AzureOperationResponse<IPage<Site>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, bool? includeSlots = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
409var _result = new AzureOperationResponse<IPage<Site>>();
1817public async Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1961var _result = new AzureOperationResponse<IPage<BackupItem>>();
3799public async Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3943var _result = new AzureOperationResponse<IPage<SiteConfigResource>>();
9227public async Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
9371var _result = new AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>();
10254public async Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
10398var _result = new AzureOperationResponse<IPage<ContinuousWebJob>>();
11275public async Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
11419var _result = new AzureOperationResponse<IPage<Deployment>>();
12587public async Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
12731var _result = new AzureOperationResponse<IPage<Identifier>>();
14125public async Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListFunctionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
14269var _result = new AzureOperationResponse<IPage<FunctionEnvelope>>();
16944public async Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
17088var _result = new AzureOperationResponse<IPage<HostNameBinding>>();
20023public async Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
20167var _result = new AzureOperationResponse<IPage<WebSiteInstanceStatus>>();
20922public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesWithHttpMessagesAsync(string resourceGroupName, string name, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
21072var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
21802public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
21958var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
22271public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
22427var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
22703public async Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
22847var _result = new AzureOperationResponse<IPage<BackupItem>>();
26039public async Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
26188var _result = new AzureOperationResponse<IPage<PerfMonResponse>>();
27992public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
28136var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
28832public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesWithHttpMessagesAsync(string resourceGroupName, string name, string processId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
28982var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
29281public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsWithHttpMessagesAsync(string resourceGroupName, string name, string processId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
29431var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
29496public async Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
29640var _result = new AzureOperationResponse<IPage<PublicCertificate>>();
31049public async Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
31193var _result = new AzureOperationResponse<IPage<SiteExtensionInfo>>();
31734public async Task<AzureOperationResponse<IPage<Site>>> ListSlotsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
31878var _result = new AzureOperationResponse<IPage<Site>>();
33355public async Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
33505var _result = new AzureOperationResponse<IPage<BackupItem>>();
34298public async Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
34448var _result = new AzureOperationResponse<IPage<SiteConfigResource>>();
39524public async Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
39674var _result = new AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>();
40601public async Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
40751var _result = new AzureOperationResponse<IPage<ContinuousWebJob>>();
41672public async Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
41822var _result = new AzureOperationResponse<IPage<Deployment>>();
43044public async Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
43194var _result = new AzureOperationResponse<IPage<Identifier>>();
44655public async Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListInstanceFunctionsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
44805var _result = new AzureOperationResponse<IPage<FunctionEnvelope>>();
47596public async Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
47746var _result = new AzureOperationResponse<IPage<HostNameBinding>>();
50810public async Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
50960var _result = new AzureOperationResponse<IPage<WebSiteInstanceStatus>>();
51753public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
51909var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
52673public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
52835var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
53162public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, string instanceId, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
53324var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
53614public async Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
53764var _result = new AzureOperationResponse<IPage<BackupItem>>();
57039public async Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
57194var _result = new AzureOperationResponse<IPage<PerfMonResponse>>();
59562public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
59712var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
60442public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
60598var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
60911public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string processId, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
61067var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
61136public async Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
61286var _result = new AzureOperationResponse<IPage<PublicCertificate>>();
62771public async Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
62921var _result = new AzureOperationResponse<IPage<SiteExtensionInfo>>();
63498public async Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesSlotWithHttpMessagesAsync(string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
63663var _result = new AzureOperationResponse<IPage<SlotDifference>>();
63763public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
63913var _result = new AzureOperationResponse<IPage<Snapshot>>();
63982public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondarySlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
64132var _result = new AzureOperationResponse<IPage<Snapshot>>();
65980public async Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
66130var _result = new AzureOperationResponse<IPage<TriggeredWebJob>>();
66640public async Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistorySlotWithHttpMessagesAsync(string resourceGroupName, string name, string webJobName, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
66796var _result = new AzureOperationResponse<IPage<TriggeredJobHistory>>();
67319public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
67474var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
69435public async Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsSlotWithHttpMessagesAsync(string resourceGroupName, string name, string slot, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
69585var _result = new AzureOperationResponse<IPage<WebJob>>();
69882public async Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesFromProductionWithHttpMessagesAsync(string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
70041var _result = new AzureOperationResponse<IPage<SlotDifference>>();
70134public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
70278var _result = new AzureOperationResponse<IPage<Snapshot>>();
70344public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondaryWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
70488var _result = new AzureOperationResponse<IPage<Snapshot>>();
72247public async Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
72391var _result = new AzureOperationResponse<IPage<TriggeredWebJob>>();
72877public async Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistoryWithHttpMessagesAsync(string resourceGroupName, string name, string webJobName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
73027var _result = new AzureOperationResponse<IPage<TriggeredJobHistory>>();
73526public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
73675var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
75552public async Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsWithHttpMessagesAsync(string resourceGroupName, string name, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
75696var _result = new AzureOperationResponse<IPage<WebJob>>();
83865public async Task<AzureOperationResponse<IPage<Site>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
83974var _result = new AzureOperationResponse<IPage<Site>>();
84037public async Task<AzureOperationResponse<IPage<Site>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
84146var _result = new AzureOperationResponse<IPage<Site>>();
84208public async Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
84317var _result = new AzureOperationResponse<IPage<BackupItem>>();
84379public async Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
84488var _result = new AzureOperationResponse<IPage<SiteConfigResource>>();
84552public async Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
84661var _result = new AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>();
84723public async Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
84832var _result = new AzureOperationResponse<IPage<ContinuousWebJob>>();
84894public async Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85003var _result = new AzureOperationResponse<IPage<Deployment>>();
85066public async Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85175var _result = new AzureOperationResponse<IPage<Identifier>>();
85237public async Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListFunctionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85346var _result = new AzureOperationResponse<IPage<FunctionEnvelope>>();
85408public async Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85517var _result = new AzureOperationResponse<IPage<HostNameBinding>>();
85579public async Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85688var _result = new AzureOperationResponse<IPage<WebSiteInstanceStatus>>();
85752public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
85861var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
85925public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86034var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
86098public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86207var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
86269public async Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86378var _result = new AzureOperationResponse<IPage<BackupItem>>();
86440public async Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86549var _result = new AzureOperationResponse<IPage<PerfMonResponse>>();
86613public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86722var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
86786public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
86895var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
86959public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87068var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
87130public async Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87239var _result = new AzureOperationResponse<IPage<PublicCertificate>>();
87302public async Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87411var _result = new AzureOperationResponse<IPage<SiteExtensionInfo>>();
87473public async Task<AzureOperationResponse<IPage<Site>>> ListSlotsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87582var _result = new AzureOperationResponse<IPage<Site>>();
87644public async Task<AzureOperationResponse<IPage<BackupItem>>> ListBackupsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87753var _result = new AzureOperationResponse<IPage<BackupItem>>();
87815public async Task<AzureOperationResponse<IPage<SiteConfigResource>>> ListConfigurationsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
87924var _result = new AzureOperationResponse<IPage<SiteConfigResource>>();
87988public async Task<AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>> ListConfigurationSnapshotInfoSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88097var _result = new AzureOperationResponse<IPage<SiteConfigurationSnapshotInfo>>();
88159public async Task<AzureOperationResponse<IPage<ContinuousWebJob>>> ListContinuousWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88268var _result = new AzureOperationResponse<IPage<ContinuousWebJob>>();
88330public async Task<AzureOperationResponse<IPage<Deployment>>> ListDeploymentsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88439var _result = new AzureOperationResponse<IPage<Deployment>>();
88502public async Task<AzureOperationResponse<IPage<Identifier>>> ListDomainOwnershipIdentifiersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88611var _result = new AzureOperationResponse<IPage<Identifier>>();
88673public async Task<AzureOperationResponse<IPage<FunctionEnvelope>>> ListInstanceFunctionsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88782var _result = new AzureOperationResponse<IPage<FunctionEnvelope>>();
88844public async Task<AzureOperationResponse<IPage<HostNameBinding>>> ListHostNameBindingsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
88953var _result = new AzureOperationResponse<IPage<HostNameBinding>>();
89015public async Task<AzureOperationResponse<IPage<WebSiteInstanceStatus>>> ListInstanceIdentifiersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89124var _result = new AzureOperationResponse<IPage<WebSiteInstanceStatus>>();
89188public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListInstanceProcessesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89297var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
89361public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListInstanceProcessModulesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89470var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
89534public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListInstanceProcessThreadsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89643var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
89705public async Task<AzureOperationResponse<IPage<BackupItem>>> ListSiteBackupsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89814var _result = new AzureOperationResponse<IPage<BackupItem>>();
89876public async Task<AzureOperationResponse<IPage<PerfMonResponse>>> ListPerfMonCountersSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
89985var _result = new AzureOperationResponse<IPage<PerfMonResponse>>();
90049public async Task<AzureOperationResponse<IPage<ProcessInfo>>> ListProcessesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
90158var _result = new AzureOperationResponse<IPage<ProcessInfo>>();
90222public async Task<AzureOperationResponse<IPage<ProcessModuleInfo>>> ListProcessModulesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
90331var _result = new AzureOperationResponse<IPage<ProcessModuleInfo>>();
90395public async Task<AzureOperationResponse<IPage<ProcessThreadInfo>>> ListProcessThreadsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
90504var _result = new AzureOperationResponse<IPage<ProcessThreadInfo>>();
90566public async Task<AzureOperationResponse<IPage<PublicCertificate>>> ListPublicCertificatesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
90675var _result = new AzureOperationResponse<IPage<PublicCertificate>>();
90738public async Task<AzureOperationResponse<IPage<SiteExtensionInfo>>> ListSiteExtensionsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
90847var _result = new AzureOperationResponse<IPage<SiteExtensionInfo>>();
90910public async Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91019var _result = new AzureOperationResponse<IPage<SlotDifference>>();
91081public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91190var _result = new AzureOperationResponse<IPage<Snapshot>>();
91253public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondarySlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91362var _result = new AzureOperationResponse<IPage<Snapshot>>();
91424public async Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91533var _result = new AzureOperationResponse<IPage<TriggeredWebJob>>();
91596public async Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistorySlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91705var _result = new AzureOperationResponse<IPage<TriggeredJobHistory>>();
91769public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
91878var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
91940public async Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsSlotNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92049var _result = new AzureOperationResponse<IPage<WebJob>>();
92112public async Task<AzureOperationResponse<IPage<SlotDifference>>> ListSlotDifferencesFromProductionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92221var _result = new AzureOperationResponse<IPage<SlotDifference>>();
92283public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92392var _result = new AzureOperationResponse<IPage<Snapshot>>();
92455public async Task<AzureOperationResponse<IPage<Snapshot>>> ListSnapshotsFromDRSecondaryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92564var _result = new AzureOperationResponse<IPage<Snapshot>>();
92626public async Task<AzureOperationResponse<IPage<TriggeredWebJob>>> ListTriggeredWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92735var _result = new AzureOperationResponse<IPage<TriggeredWebJob>>();
92798public async Task<AzureOperationResponse<IPage<TriggeredJobHistory>>> ListTriggeredWebJobHistoryNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
92907var _result = new AzureOperationResponse<IPage<TriggeredJobHistory>>();
92971public async Task<AzureOperationResponse<IPage<CsmUsageQuota>>> ListUsagesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
93080var _result = new AzureOperationResponse<IPage<CsmUsageQuota>>();
93142public async Task<AzureOperationResponse<IPage<WebJob>>> ListWebJobsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
93251var _result = new AzureOperationResponse<IPage<WebJob>>();
Generated\WebAppsOperationsExtensions.cs (220)
36public static IPage<Site> List(this IWebAppsOperations operations)
53public static async Task<IPage<Site>> ListAsync(this IWebAppsOperations operations, CancellationToken cancellationToken = default(CancellationToken))
79public static IPage<Site> ListByResourceGroup(this IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default(bool?))
105public static async Task<IPage<Site>> ListByResourceGroupAsync(this IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
508public static IPage<BackupItem> ListBackups(this IWebAppsOperations operations, string resourceGroupName, string name)
531public static async Task<IPage<BackupItem>> ListBackupsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
1030public static IPage<SiteConfigResource> ListConfigurations(this IWebAppsOperations operations, string resourceGroupName, string name)
1053public static async Task<IPage<SiteConfigResource>> ListConfigurationsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
2323public static IPage<SiteConfigurationSnapshotInfo> ListConfigurationSnapshotInfo(this IWebAppsOperations operations, string resourceGroupName, string name)
2348public static async Task<IPage<SiteConfigurationSnapshotInfo>> ListConfigurationSnapshotInfoAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
2564public static IPage<ContinuousWebJob> ListContinuousWebJobs(this IWebAppsOperations operations, string resourceGroupName, string name)
2587public static async Task<IPage<ContinuousWebJob>> ListContinuousWebJobsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
2815public static IPage<Deployment> ListDeployments(this IWebAppsOperations operations, string resourceGroupName, string name)
2838public static async Task<IPage<Deployment>> ListDeploymentsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
3145public static IPage<Identifier> ListDomainOwnershipIdentifiers(this IWebAppsOperations operations, string resourceGroupName, string name)
3169public static async Task<IPage<Identifier>> ListDomainOwnershipIdentifiersAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
3561public static IPage<FunctionEnvelope> ListFunctions(this IWebAppsOperations operations, string resourceGroupName, string name)
3584public static async Task<IPage<FunctionEnvelope>> ListFunctionsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
4294public static IPage<HostNameBinding> ListHostNameBindings(this IWebAppsOperations operations, string resourceGroupName, string name)
4317public static async Task<IPage<HostNameBinding>> ListHostNameBindingsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
5071public static IPage<WebSiteInstanceStatus> ListInstanceIdentifiers(this IWebAppsOperations operations, string resourceGroupName, string name)
5094public static async Task<IPage<WebSiteInstanceStatus>> ListInstanceIdentifiersAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
5335public static IPage<ProcessInfo> ListInstanceProcesses(this IWebAppsOperations operations, string resourceGroupName, string name, string instanceId)
5364public static async Task<IPage<ProcessInfo>> ListInstanceProcessesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
5584public static IPage<ProcessModuleInfo> ListInstanceProcessModules(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string instanceId)
5616public static async Task<IPage<ProcessModuleInfo>> ListInstanceProcessModulesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
5718public static IPage<ProcessThreadInfo> ListInstanceProcessThreads(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string instanceId)
5750public static async Task<IPage<ProcessThreadInfo>> ListInstanceProcessThreadsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
5823public static IPage<BackupItem> ListSiteBackups(this IWebAppsOperations operations, string resourceGroupName, string name)
5846public static async Task<IPage<BackupItem>> ListSiteBackupsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
6808public static IPage<PerfMonResponse> ListPerfMonCounters(this IWebAppsOperations operations, string resourceGroupName, string name, string filter = default(string))
6837public static async Task<IPage<PerfMonResponse>> ListPerfMonCountersAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
7277public static IPage<ProcessInfo> ListProcesses(this IWebAppsOperations operations, string resourceGroupName, string name)
7302public static async Task<IPage<ProcessInfo>> ListProcessesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
7494public static IPage<ProcessModuleInfo> ListProcessModules(this IWebAppsOperations operations, string resourceGroupName, string name, string processId)
7522public static async Task<IPage<ProcessModuleInfo>> ListProcessModulesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, CancellationToken cancellationToken = default(CancellationToken))
7612public static IPage<ProcessThreadInfo> ListProcessThreads(this IWebAppsOperations operations, string resourceGroupName, string name, string processId)
7640public static async Task<IPage<ProcessThreadInfo>> ListProcessThreadsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, CancellationToken cancellationToken = default(CancellationToken))
7663public static IPage<PublicCertificate> ListPublicCertificates(this IWebAppsOperations operations, string resourceGroupName, string name)
7686public static async Task<IPage<PublicCertificate>> ListPublicCertificatesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
8185public static IPage<SiteExtensionInfo> ListSiteExtensions(this IWebAppsOperations operations, string resourceGroupName, string name)
8209public static async Task<IPage<SiteExtensionInfo>> ListSiteExtensionsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
8444public static IPage<Site> ListSlots(this IWebAppsOperations operations, string resourceGroupName, string name)
8467public static async Task<IPage<Site>> ListSlotsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
8932public static IPage<BackupItem> ListBackupsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
8959public static async Task<IPage<BackupItem>> ListBackupsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
9248public static IPage<SiteConfigResource> ListConfigurationsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
9275public static async Task<IPage<SiteConfigResource>> ListConfigurationsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
10627public static IPage<SiteConfigurationSnapshotInfo> ListConfigurationSnapshotInfoSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
10656public static async Task<IPage<SiteConfigurationSnapshotInfo>> ListConfigurationSnapshotInfoSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
10908public static IPage<ContinuousWebJob> ListContinuousWebJobsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
10935public static async Task<IPage<ContinuousWebJob>> ListContinuousWebJobsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
11199public static IPage<Deployment> ListDeploymentsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
11226public static async Task<IPage<Deployment>> ListDeploymentsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
11577public static IPage<Identifier> ListDomainOwnershipIdentifiersSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
11605public static async Task<IPage<Identifier>> ListDomainOwnershipIdentifiersSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
12056public static IPage<FunctionEnvelope> ListInstanceFunctionsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
12082public static async Task<IPage<FunctionEnvelope>> ListInstanceFunctionsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
12876public static IPage<HostNameBinding> ListHostNameBindingsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
12903public static async Task<IPage<HostNameBinding>> ListHostNameBindingsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
13755public static IPage<WebSiteInstanceStatus> ListInstanceIdentifiersSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
13782public static async Task<IPage<WebSiteInstanceStatus>> ListInstanceIdentifiersSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
14059public static IPage<ProcessInfo> ListInstanceProcessesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string instanceId)
14092public static async Task<IPage<ProcessInfo>> ListInstanceProcessesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
14340public static IPage<ProcessModuleInfo> ListInstanceProcessModulesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, string instanceId)
14376public static async Task<IPage<ProcessModuleInfo>> ListInstanceProcessModulesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
14490public static IPage<ProcessThreadInfo> ListInstanceProcessThreadsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, string instanceId)
14526public static async Task<IPage<ProcessThreadInfo>> ListInstanceProcessThreadsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, string instanceId, CancellationToken cancellationToken = default(CancellationToken))
14611public static IPage<BackupItem> ListSiteBackupsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
14638public static async Task<IPage<BackupItem>> ListSiteBackupsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
15602public static IPage<PerfMonResponse> ListPerfMonCountersSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default(string))
15635public static async Task<IPage<PerfMonResponse>> ListPerfMonCountersSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
16339public static IPage<ProcessInfo> ListProcessesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
16368public static async Task<IPage<ProcessInfo>> ListProcessesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
16588public static IPage<ProcessModuleInfo> ListProcessModulesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot)
16620public static async Task<IPage<ProcessModuleInfo>> ListProcessModulesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, CancellationToken cancellationToken = default(CancellationToken))
16722public static IPage<ProcessThreadInfo> ListProcessThreadsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot)
16754public static async Task<IPage<ProcessThreadInfo>> ListProcessThreadsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, CancellationToken cancellationToken = default(CancellationToken))
16781public static IPage<PublicCertificate> ListPublicCertificatesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
16808public static async Task<IPage<PublicCertificate>> ListPublicCertificatesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
17383public static IPage<SiteExtensionInfo> ListSiteExtensionsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
17411public static async Task<IPage<SiteExtensionInfo>> ListSiteExtensionsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
17686public static IPage<SlotDifference> ListSlotDifferencesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, string slot)
17717public static async Task<IPage<SlotDifference>> ListSlotDifferencesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, string slot, CancellationToken cancellationToken = default(CancellationToken))
17800public static IPage<Snapshot> ListSnapshotsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
17826public static async Task<IPage<Snapshot>> ListSnapshotsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
17853public static IPage<Snapshot> ListSnapshotsFromDRSecondarySlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
17880public static async Task<IPage<Snapshot>> ListSnapshotsFromDRSecondarySlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
18453public static IPage<TriggeredWebJob> ListTriggeredWebJobsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
18480public static async Task<IPage<TriggeredWebJob>> ListTriggeredWebJobsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
18632public static IPage<TriggeredJobHistory> ListTriggeredWebJobHistorySlot(this IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string slot)
18663public static async Task<IPage<TriggeredJobHistory>> ListTriggeredWebJobHistorySlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, string slot, CancellationToken cancellationToken = default(CancellationToken))
18825public static IPage<CsmUsageQuota> ListUsagesSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default(string))
18860public static async Task<IPage<CsmUsageQuota>> ListUsagesSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
19422public static IPage<WebJob> ListWebJobsSlot(this IWebAppsOperations operations, string resourceGroupName, string name, string slot)
19449public static async Task<IPage<WebJob>> ListWebJobsSlotAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string slot, CancellationToken cancellationToken = default(CancellationToken))
19536public static IPage<SlotDifference> ListSlotDifferencesFromProduction(this IWebAppsOperations operations, string resourceGroupName, string name, CsmSlotEntity slotSwapEntity)
19563public static async Task<IPage<SlotDifference>> ListSlotDifferencesFromProductionAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CsmSlotEntity slotSwapEntity, CancellationToken cancellationToken = default(CancellationToken))
19635public static IPage<Snapshot> ListSnapshots(this IWebAppsOperations operations, string resourceGroupName, string name)
19658public static async Task<IPage<Snapshot>> ListSnapshotsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
19682public static IPage<Snapshot> ListSnapshotsFromDRSecondary(this IWebAppsOperations operations, string resourceGroupName, string name)
19706public static async Task<IPage<Snapshot>> ListSnapshotsFromDRSecondaryAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
20201public static IPage<TriggeredWebJob> ListTriggeredWebJobs(this IWebAppsOperations operations, string resourceGroupName, string name)
20224public static async Task<IPage<TriggeredWebJob>> ListTriggeredWebJobsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
20356public static IPage<TriggeredJobHistory> ListTriggeredWebJobHistory(this IWebAppsOperations operations, string resourceGroupName, string name, string webJobName)
20383public static async Task<IPage<TriggeredJobHistory>> ListTriggeredWebJobHistoryAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string webJobName, CancellationToken cancellationToken = default(CancellationToken))
20525public static IPage<CsmUsageQuota> ListUsages(this IWebAppsOperations operations, string resourceGroupName, string name, string filter = default(string))
20556public static async Task<IPage<CsmUsageQuota>> ListUsagesAsync(this IWebAppsOperations operations, string resourceGroupName, string name, string filter = default(string), CancellationToken cancellationToken = default(CancellationToken))
21050public static IPage<WebJob> ListWebJobs(this IWebAppsOperations operations, string resourceGroupName, string name)
21073public static async Task<IPage<WebJob>> ListWebJobsAsync(this IWebAppsOperations operations, string resourceGroupName, string name, CancellationToken cancellationToken = default(CancellationToken))
23103public static IPage<Site> ListNext(this IWebAppsOperations operations, string nextPageLink)
23123public static async Task<IPage<Site>> ListNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23144public static IPage<Site> ListByResourceGroupNext(this IWebAppsOperations operations, string nextPageLink)
23165public static async Task<IPage<Site>> ListByResourceGroupNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23185public static IPage<BackupItem> ListBackupsNext(this IWebAppsOperations operations, string nextPageLink)
23205public static async Task<IPage<BackupItem>> ListBackupsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23225public static IPage<SiteConfigResource> ListConfigurationsNext(this IWebAppsOperations operations, string nextPageLink)
23245public static async Task<IPage<SiteConfigResource>> ListConfigurationsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23267public static IPage<SiteConfigurationSnapshotInfo> ListConfigurationSnapshotInfoNext(this IWebAppsOperations operations, string nextPageLink)
23289public static async Task<IPage<SiteConfigurationSnapshotInfo>> ListConfigurationSnapshotInfoNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23309public static IPage<ContinuousWebJob> ListContinuousWebJobsNext(this IWebAppsOperations operations, string nextPageLink)
23329public static async Task<IPage<ContinuousWebJob>> ListContinuousWebJobsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23349public static IPage<Deployment> ListDeploymentsNext(this IWebAppsOperations operations, string nextPageLink)
23369public static async Task<IPage<Deployment>> ListDeploymentsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23390public static IPage<Identifier> ListDomainOwnershipIdentifiersNext(this IWebAppsOperations operations, string nextPageLink)
23411public static async Task<IPage<Identifier>> ListDomainOwnershipIdentifiersNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23431public static IPage<FunctionEnvelope> ListFunctionsNext(this IWebAppsOperations operations, string nextPageLink)
23451public static async Task<IPage<FunctionEnvelope>> ListFunctionsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23471public static IPage<HostNameBinding> ListHostNameBindingsNext(this IWebAppsOperations operations, string nextPageLink)
23491public static async Task<IPage<HostNameBinding>> ListHostNameBindingsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23511public static IPage<WebSiteInstanceStatus> ListInstanceIdentifiersNext(this IWebAppsOperations operations, string nextPageLink)
23531public static async Task<IPage<WebSiteInstanceStatus>> ListInstanceIdentifiersNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23553public static IPage<ProcessInfo> ListInstanceProcessesNext(this IWebAppsOperations operations, string nextPageLink)
23575public static async Task<IPage<ProcessInfo>> ListInstanceProcessesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23597public static IPage<ProcessModuleInfo> ListInstanceProcessModulesNext(this IWebAppsOperations operations, string nextPageLink)
23619public static async Task<IPage<ProcessModuleInfo>> ListInstanceProcessModulesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23641public static IPage<ProcessThreadInfo> ListInstanceProcessThreadsNext(this IWebAppsOperations operations, string nextPageLink)
23663public static async Task<IPage<ProcessThreadInfo>> ListInstanceProcessThreadsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23683public static IPage<BackupItem> ListSiteBackupsNext(this IWebAppsOperations operations, string nextPageLink)
23703public static async Task<IPage<BackupItem>> ListSiteBackupsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23723public static IPage<PerfMonResponse> ListPerfMonCountersNext(this IWebAppsOperations operations, string nextPageLink)
23743public static async Task<IPage<PerfMonResponse>> ListPerfMonCountersNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23765public static IPage<ProcessInfo> ListProcessesNext(this IWebAppsOperations operations, string nextPageLink)
23787public static async Task<IPage<ProcessInfo>> ListProcessesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23809public static IPage<ProcessModuleInfo> ListProcessModulesNext(this IWebAppsOperations operations, string nextPageLink)
23831public static async Task<IPage<ProcessModuleInfo>> ListProcessModulesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23853public static IPage<ProcessThreadInfo> ListProcessThreadsNext(this IWebAppsOperations operations, string nextPageLink)
23875public static async Task<IPage<ProcessThreadInfo>> ListProcessThreadsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23895public static IPage<PublicCertificate> ListPublicCertificatesNext(this IWebAppsOperations operations, string nextPageLink)
23915public static async Task<IPage<PublicCertificate>> ListPublicCertificatesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23936public static IPage<SiteExtensionInfo> ListSiteExtensionsNext(this IWebAppsOperations operations, string nextPageLink)
23957public static async Task<IPage<SiteExtensionInfo>> ListSiteExtensionsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
23977public static IPage<Site> ListSlotsNext(this IWebAppsOperations operations, string nextPageLink)
23997public static async Task<IPage<Site>> ListSlotsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24017public static IPage<BackupItem> ListBackupsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24037public static async Task<IPage<BackupItem>> ListBackupsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24057public static IPage<SiteConfigResource> ListConfigurationsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24077public static async Task<IPage<SiteConfigResource>> ListConfigurationsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24099public static IPage<SiteConfigurationSnapshotInfo> ListConfigurationSnapshotInfoSlotNext(this IWebAppsOperations operations, string nextPageLink)
24121public static async Task<IPage<SiteConfigurationSnapshotInfo>> ListConfigurationSnapshotInfoSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24141public static IPage<ContinuousWebJob> ListContinuousWebJobsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24161public static async Task<IPage<ContinuousWebJob>> ListContinuousWebJobsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24181public static IPage<Deployment> ListDeploymentsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24201public static async Task<IPage<Deployment>> ListDeploymentsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24222public static IPage<Identifier> ListDomainOwnershipIdentifiersSlotNext(this IWebAppsOperations operations, string nextPageLink)
24243public static async Task<IPage<Identifier>> ListDomainOwnershipIdentifiersSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24263public static IPage<FunctionEnvelope> ListInstanceFunctionsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24283public static async Task<IPage<FunctionEnvelope>> ListInstanceFunctionsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24303public static IPage<HostNameBinding> ListHostNameBindingsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24323public static async Task<IPage<HostNameBinding>> ListHostNameBindingsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24343public static IPage<WebSiteInstanceStatus> ListInstanceIdentifiersSlotNext(this IWebAppsOperations operations, string nextPageLink)
24363public static async Task<IPage<WebSiteInstanceStatus>> ListInstanceIdentifiersSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24385public static IPage<ProcessInfo> ListInstanceProcessesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24407public static async Task<IPage<ProcessInfo>> ListInstanceProcessesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24429public static IPage<ProcessModuleInfo> ListInstanceProcessModulesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24451public static async Task<IPage<ProcessModuleInfo>> ListInstanceProcessModulesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24473public static IPage<ProcessThreadInfo> ListInstanceProcessThreadsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24495public static async Task<IPage<ProcessThreadInfo>> ListInstanceProcessThreadsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24515public static IPage<BackupItem> ListSiteBackupsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24535public static async Task<IPage<BackupItem>> ListSiteBackupsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24555public static IPage<PerfMonResponse> ListPerfMonCountersSlotNext(this IWebAppsOperations operations, string nextPageLink)
24575public static async Task<IPage<PerfMonResponse>> ListPerfMonCountersSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24597public static IPage<ProcessInfo> ListProcessesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24619public static async Task<IPage<ProcessInfo>> ListProcessesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24641public static IPage<ProcessModuleInfo> ListProcessModulesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24663public static async Task<IPage<ProcessModuleInfo>> ListProcessModulesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24685public static IPage<ProcessThreadInfo> ListProcessThreadsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24707public static async Task<IPage<ProcessThreadInfo>> ListProcessThreadsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24727public static IPage<PublicCertificate> ListPublicCertificatesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24747public static async Task<IPage<PublicCertificate>> ListPublicCertificatesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24768public static IPage<SiteExtensionInfo> ListSiteExtensionsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24789public static async Task<IPage<SiteExtensionInfo>> ListSiteExtensionsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24810public static IPage<SlotDifference> ListSlotDifferencesSlotNext(this IWebAppsOperations operations, string nextPageLink)
24831public static async Task<IPage<SlotDifference>> ListSlotDifferencesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24851public static IPage<Snapshot> ListSnapshotsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24871public static async Task<IPage<Snapshot>> ListSnapshotsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24892public static IPage<Snapshot> ListSnapshotsFromDRSecondarySlotNext(this IWebAppsOperations operations, string nextPageLink)
24913public static async Task<IPage<Snapshot>> ListSnapshotsFromDRSecondarySlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24933public static IPage<TriggeredWebJob> ListTriggeredWebJobsSlotNext(this IWebAppsOperations operations, string nextPageLink)
24953public static async Task<IPage<TriggeredWebJob>> ListTriggeredWebJobsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
24974public static IPage<TriggeredJobHistory> ListTriggeredWebJobHistorySlotNext(this IWebAppsOperations operations, string nextPageLink)
24995public static async Task<IPage<TriggeredJobHistory>> ListTriggeredWebJobHistorySlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25017public static IPage<CsmUsageQuota> ListUsagesSlotNext(this IWebAppsOperations operations, string nextPageLink)
25039public static async Task<IPage<CsmUsageQuota>> ListUsagesSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25059public static IPage<WebJob> ListWebJobsSlotNext(this IWebAppsOperations operations, string nextPageLink)
25079public static async Task<IPage<WebJob>> ListWebJobsSlotNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25100public static IPage<SlotDifference> ListSlotDifferencesFromProductionNext(this IWebAppsOperations operations, string nextPageLink)
25121public static async Task<IPage<SlotDifference>> ListSlotDifferencesFromProductionNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25141public static IPage<Snapshot> ListSnapshotsNext(this IWebAppsOperations operations, string nextPageLink)
25161public static async Task<IPage<Snapshot>> ListSnapshotsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25182public static IPage<Snapshot> ListSnapshotsFromDRSecondaryNext(this IWebAppsOperations operations, string nextPageLink)
25203public static async Task<IPage<Snapshot>> ListSnapshotsFromDRSecondaryNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25223public static IPage<TriggeredWebJob> ListTriggeredWebJobsNext(this IWebAppsOperations operations, string nextPageLink)
25243public static async Task<IPage<TriggeredWebJob>> ListTriggeredWebJobsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25264public static IPage<TriggeredJobHistory> ListTriggeredWebJobHistoryNext(this IWebAppsOperations operations, string nextPageLink)
25285public static async Task<IPage<TriggeredJobHistory>> ListTriggeredWebJobHistoryNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25307public static IPage<CsmUsageQuota> ListUsagesNext(this IWebAppsOperations operations, string nextPageLink)
25329public static async Task<IPage<CsmUsageQuota>> ListUsagesNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
25349public static IPage<WebJob> ListWebJobsNext(this IWebAppsOperations operations, string nextPageLink)
25369public static async Task<IPage<WebJob>> ListWebJobsNextAsync(this IWebAppsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\WebSiteManagementClient.cs (20)
833public async Task<AzureOperationResponse<IPage<SourceControl>>> ListSourceControlsWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
945var _result = new AzureOperationResponse<IPage<SourceControl>>();
1384public async Task<AzureOperationResponse<IPage<BillingMeter>>> ListBillingMetersWithHttpMessagesAsync(string billingLocation = default(string), string osType = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1511var _result = new AzureOperationResponse<IPage<BillingMeter>>();
1973public async Task<AzureOperationResponse<IPage<GeoRegion>>> ListGeoRegionsWithHttpMessagesAsync(string sku = default(string), bool? linuxWorkersEnabled = default(bool?), bool? xenonWorkersEnabled = default(bool?), bool? linuxDynamicWorkersEnabled = default(bool?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2110var _result = new AzureOperationResponse<IPage<GeoRegion>>();
2172public async Task<AzureOperationResponse<IPage<Identifier>>> ListSiteIdentifiersAssignedToHostNameWithHttpMessagesAsync(NameIdentifier nameIdentifier, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2300var _result = new AzureOperationResponse<IPage<Identifier>>();
2359public async Task<AzureOperationResponse<IPage<PremierAddOnOffer>>> ListPremierAddOnOffersWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2476var _result = new AzureOperationResponse<IPage<PremierAddOnOffer>>();
3518public async Task<AzureOperationResponse<IPage<SourceControl>>> ListSourceControlsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3627var _result = new AzureOperationResponse<IPage<SourceControl>>();
3689public async Task<AzureOperationResponse<IPage<BillingMeter>>> ListBillingMetersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3798var _result = new AzureOperationResponse<IPage<BillingMeter>>();
3860public async Task<AzureOperationResponse<IPage<GeoRegion>>> ListGeoRegionsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
3969var _result = new AzureOperationResponse<IPage<GeoRegion>>();
4031public async Task<AzureOperationResponse<IPage<Identifier>>> ListSiteIdentifiersAssignedToHostNameNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4140var _result = new AzureOperationResponse<IPage<Identifier>>();
4202public async Task<AzureOperationResponse<IPage<PremierAddOnOffer>>> ListPremierAddOnOffersNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
4311var _result = new AzureOperationResponse<IPage<PremierAddOnOffer>>();
Generated\WebSiteManagementClientExtensions.cs (20)
107public static IPage<SourceControl> ListSourceControls(this IWebSiteManagementClient operations)
124public static async Task<IPage<SourceControl>> ListSourceControlsAsync(this IWebSiteManagementClient operations, CancellationToken cancellationToken = default(CancellationToken))
233public static IPage<BillingMeter> ListBillingMeters(this IWebSiteManagementClient operations, string billingLocation = default(string), string osType = default(string))
256public static async Task<IPage<BillingMeter>> ListBillingMetersAsync(this IWebSiteManagementClient operations, string billingLocation = default(string), string osType = default(string), CancellationToken cancellationToken = default(CancellationToken))
382public static IPage<GeoRegion> ListGeoRegions(this IWebSiteManagementClient operations, string sku = default(string), bool? linuxWorkersEnabled = default(bool?), bool? xenonWorkersEnabled = default(bool?), bool? linuxDynamicWorkersEnabled = default(bool?))
416public static async Task<IPage<GeoRegion>> ListGeoRegionsAsync(this IWebSiteManagementClient operations, string sku = default(string), bool? linuxWorkersEnabled = default(bool?), bool? xenonWorkersEnabled = default(bool?), bool? linuxDynamicWorkersEnabled = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
436public static IPage<Identifier> ListSiteIdentifiersAssignedToHostName(this IWebSiteManagementClient operations, NameIdentifier nameIdentifier)
456public static async Task<IPage<Identifier>> ListSiteIdentifiersAssignedToHostNameAsync(this IWebSiteManagementClient operations, NameIdentifier nameIdentifier, CancellationToken cancellationToken = default(CancellationToken))
473public static IPage<PremierAddOnOffer> ListPremierAddOnOffers(this IWebSiteManagementClient operations)
490public static async Task<IPage<PremierAddOnOffer>> ListPremierAddOnOffersAsync(this IWebSiteManagementClient operations, CancellationToken cancellationToken = default(CancellationToken))
720public static IPage<SourceControl> ListSourceControlsNext(this IWebSiteManagementClient operations, string nextPageLink)
740public static async Task<IPage<SourceControl>> ListSourceControlsNextAsync(this IWebSiteManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
760public static IPage<BillingMeter> ListBillingMetersNext(this IWebSiteManagementClient operations, string nextPageLink)
780public static async Task<IPage<BillingMeter>> ListBillingMetersNextAsync(this IWebSiteManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
800public static IPage<GeoRegion> ListGeoRegionsNext(this IWebSiteManagementClient operations, string nextPageLink)
820public static async Task<IPage<GeoRegion>> ListGeoRegionsNextAsync(this IWebSiteManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
840public static IPage<Identifier> ListSiteIdentifiersAssignedToHostNameNext(this IWebSiteManagementClient operations, string nextPageLink)
860public static async Task<IPage<Identifier>> ListSiteIdentifiersAssignedToHostNameNextAsync(this IWebSiteManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
880public static IPage<PremierAddOnOffer> ListPremierAddOnOffersNext(this IWebSiteManagementClient operations, string nextPageLink)
900public static async Task<IPage<PremierAddOnOffer>> ListPremierAddOnOffersNextAsync(this IWebSiteManagementClient operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Azure.Management.WorkloadMonitor (30)
Generated\HealthMonitorsOperations.cs (8)
102public async Task<AzureOperationResponse<IPage<HealthMonitor>>> ListWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string filter = default(string), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
250var _result = new AzureOperationResponse<IPage<HealthMonitor>>();
569public async Task<AzureOperationResponse<IPage<HealthMonitorStateChange>>> ListStateChangesWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string monitorId, string filter = default(string), string expand = default(string), System.DateTime? startTimestampUtc = default(System.DateTime?), System.DateTime? endTimestampUtc = default(System.DateTime?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
733var _result = new AzureOperationResponse<IPage<HealthMonitorStateChange>>();
1032public async Task<AzureOperationResponse<IPage<HealthMonitor>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1141var _result = new AzureOperationResponse<IPage<HealthMonitor>>();
1203public async Task<AzureOperationResponse<IPage<HealthMonitorStateChange>>> ListStateChangesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1312var _result = new AzureOperationResponse<IPage<HealthMonitorStateChange>>();
Generated\HealthMonitorsOperationsExtensions.cs (8)
55public static IPage<HealthMonitor> List(this IHealthMonitorsOperations operations, string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string filter = default(string), string expand = default(string))
94public static async Task<IPage<HealthMonitor>> ListAsync(this IHealthMonitorsOperations operations, string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string filter = default(string), string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
217public static IPage<HealthMonitorStateChange> ListStateChanges(this IHealthMonitorsOperations operations, string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string monitorId, string filter = default(string), string expand = default(string), System.DateTime? startTimestampUtc = default(System.DateTime?), System.DateTime? endTimestampUtc = default(System.DateTime?))
266public static async Task<IPage<HealthMonitorStateChange>> ListStateChangesAsync(this IHealthMonitorsOperations operations, string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string monitorId, string filter = default(string), string expand = default(string), System.DateTime? startTimestampUtc = default(System.DateTime?), System.DateTime? endTimestampUtc = default(System.DateTime?), CancellationToken cancellationToken = default(CancellationToken))
367public static IPage<HealthMonitor> ListNext(this IHealthMonitorsOperations operations, string nextPageLink)
386public static async Task<IPage<HealthMonitor>> ListNextAsync(this IHealthMonitorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
406public static IPage<HealthMonitorStateChange> ListStateChangesNext(this IHealthMonitorsOperations operations, string nextPageLink)
426public static async Task<IPage<HealthMonitorStateChange>> ListStateChangesNextAsync(this IHealthMonitorsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IHealthMonitorsOperations.cs (4)
70Task<AzureOperationResponse<IPage<HealthMonitor>>> ListWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string filter = default(string), string expand = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
169Task<AzureOperationResponse<IPage<HealthMonitorStateChange>>> ListStateChangesWithHttpMessagesAsync(string subscriptionId, string resourceGroupName, string providerName, string resourceCollectionName, string resourceName, string monitorId, string filter = default(string), string expand = default(string), System.DateTime? startTimestampUtc = default(System.DateTime?), System.DateTime? endTimestampUtc = default(System.DateTime?), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
240Task<AzureOperationResponse<IPage<HealthMonitor>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
265Task<AzureOperationResponse<IPage<HealthMonitorStateChange>>> ListStateChangesNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Microsoft.Azure.WebJobs.Extensions.EventHubs.Tests (1)
Microsoft.Azure.WebJobs.Extensions.ServiceBus.Tests (3)
Microsoft.AzureStack.Management.AzureBridge.Admin (30)
Microsoft.AzureStack.Management.Backup.Admin (20)
Microsoft.AzureStack.Management.Commerce.Admin (20)
Generated\ISubscriberUsageAggregatesOperations.cs (2)
60Task<AzureOperationResponse<IPage<UsageAggregate>>> ListWithHttpMessagesAsync(System.DateTime reportedStartTime, System.DateTime reportedEndTime, string aggregationGranularity = default(string), string subscriberId = default(string), string continuationToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
83Task<AzureOperationResponse<IPage<UsageAggregate>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\SubscriberUsageAggregatesOperations.cs (4)
93public async Task<AzureOperationResponse<IPage<UsageAggregate>>> ListWithHttpMessagesAsync(System.DateTime reportedStartTime, System.DateTime reportedEndTime, string aggregationGranularity = default(string), string subscriberId = default(string), string continuationToken = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
234var _result = new AzureOperationResponse<IPage<UsageAggregate>>();
294public async Task<AzureOperationResponse<IPage<UsageAggregate>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
408var _result = new AzureOperationResponse<IPage<UsageAggregate>>();
Generated\SubscriberUsageAggregatesOperationsExtensions.cs (4)
46public static IPage<UsageAggregate> List(this ISubscriberUsageAggregatesOperations operations, System.DateTime reportedStartTime, System.DateTime reportedEndTime, string aggregationGranularity = default(string), string subscriberId = default(string), string continuationToken = default(string))
76public static async Task<IPage<UsageAggregate>> ListAsync(this ISubscriberUsageAggregatesOperations operations, System.DateTime reportedStartTime, System.DateTime reportedEndTime, string aggregationGranularity = default(string), string subscriberId = default(string), string continuationToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
94public static IPage<UsageAggregate> ListNext(this ISubscriberUsageAggregatesOperations operations, string nextPageLink)
112public static async Task<IPage<UsageAggregate>> ListNextAsync(this ISubscriberUsageAggregatesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.AzureStack.Management.Compute.Admin (10)
Microsoft.AzureStack.Management.Fabric.Admin (200)
Generated\ApplicationOperationResultsOperationsExtensions.cs (4)
86public static IPage<ApplicationOperationResult> List(this IApplicationOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<ApplicationOperationResult> odataQuery = default(ODataQuery<ApplicationOperationResult>))
109public static async Task<IPage<ApplicationOperationResult>> ListAsync(this IApplicationOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<ApplicationOperationResult> odataQuery = default(ODataQuery<ApplicationOperationResult>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<ApplicationOperationResult> ListNext(this IApplicationOperationResultsOperations operations, string nextPageLink)
143public static async Task<IPage<ApplicationOperationResult>> ListNextAsync(this IApplicationOperationResultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ComputeOperationResultsOperationsExtensions.cs (4)
86public static IPage<ComputeOperationResult> List(this IComputeOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<ComputeOperationResult> odataQuery = default(ODataQuery<ComputeOperationResult>))
109public static async Task<IPage<ComputeOperationResult>> ListAsync(this IComputeOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<ComputeOperationResult> odataQuery = default(ODataQuery<ComputeOperationResult>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<ComputeOperationResult> ListNext(this IComputeOperationResultsOperations operations, string nextPageLink)
143public static async Task<IPage<ComputeOperationResult>> ListNextAsync(this IComputeOperationResultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\DrivesOperations.cs (4)
314public async Task<AzureOperationResponse<IPage<Drive>>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Drive> odataQuery = default(ODataQuery<Drive>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
467var _result = new AzureOperationResponse<IPage<Drive>>();
526public async Task<AzureOperationResponse<IPage<Drive>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
640var _result = new AzureOperationResponse<IPage<Drive>>();
Generated\DrivesOperationsExtensions.cs (4)
104public static IPage<Drive> List(this IDrivesOperations operations, string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Drive> odataQuery = default(ODataQuery<Drive>))
133public static async Task<IPage<Drive>> ListAsync(this IDrivesOperations operations, string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Drive> odataQuery = default(ODataQuery<Drive>), CancellationToken cancellationToken = default(CancellationToken))
150public static IPage<Drive> ListNext(this IDrivesOperations operations, string nextPageLink)
167public static async Task<IPage<Drive>> ListNextAsync(this IDrivesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EdgeGatewayPoolsOperationsExtensions.cs (4)
86public static IPage<EdgeGatewayPool> List(this IEdgeGatewayPoolsOperations operations, string resourceGroupName, string location, ODataQuery<EdgeGatewayPool> odataQuery = default(ODataQuery<EdgeGatewayPool>))
109public static async Task<IPage<EdgeGatewayPool>> ListAsync(this IEdgeGatewayPoolsOperations operations, string resourceGroupName, string location, ODataQuery<EdgeGatewayPool> odataQuery = default(ODataQuery<EdgeGatewayPool>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<EdgeGatewayPool> ListNext(this IEdgeGatewayPoolsOperations operations, string nextPageLink)
143public static async Task<IPage<EdgeGatewayPool>> ListNextAsync(this IEdgeGatewayPoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\EdgeGatewaysOperationsExtensions.cs (4)
86public static IPage<EdgeGateway> List(this IEdgeGatewaysOperations operations, string resourceGroupName, string location, ODataQuery<EdgeGateway> odataQuery = default(ODataQuery<EdgeGateway>))
109public static async Task<IPage<EdgeGateway>> ListAsync(this IEdgeGatewaysOperations operations, string resourceGroupName, string location, ODataQuery<EdgeGateway> odataQuery = default(ODataQuery<EdgeGateway>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<EdgeGateway> ListNext(this IEdgeGatewaysOperations operations, string nextPageLink)
143public static async Task<IPage<EdgeGateway>> ListNextAsync(this IEdgeGatewaysOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IDrivesOperations.cs (2)
94Task<AzureOperationResponse<IPage<Drive>>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Drive> odataQuery = default(ODataQuery<Drive>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
116Task<AzureOperationResponse<IPage<Drive>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\InfraRoleInstancesOperationsExtensions.cs (4)
258public static IPage<InfraRoleInstance> List(this IInfraRoleInstancesOperations operations, string resourceGroupName, string location, ODataQuery<InfraRoleInstance> odataQuery = default(ODataQuery<InfraRoleInstance>))
281public static async Task<IPage<InfraRoleInstance>> ListAsync(this IInfraRoleInstancesOperations operations, string resourceGroupName, string location, ODataQuery<InfraRoleInstance> odataQuery = default(ODataQuery<InfraRoleInstance>), CancellationToken cancellationToken = default(CancellationToken))
470public static IPage<InfraRoleInstance> ListNext(this IInfraRoleInstancesOperations operations, string nextPageLink)
487public static async Task<IPage<InfraRoleInstance>> ListNextAsync(this IInfraRoleInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\InfraRolesOperationsExtensions.cs (4)
86public static IPage<InfraRole> List(this IInfraRolesOperations operations, string resourceGroupName, string location, ODataQuery<InfraRole> odataQuery = default(ODataQuery<InfraRole>))
109public static async Task<IPage<InfraRole>> ListAsync(this IInfraRolesOperations operations, string resourceGroupName, string location, ODataQuery<InfraRole> odataQuery = default(ODataQuery<InfraRole>), CancellationToken cancellationToken = default(CancellationToken))
212public static IPage<InfraRole> ListNext(this IInfraRolesOperations operations, string nextPageLink)
229public static async Task<IPage<InfraRole>> ListNextAsync(this IInfraRolesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IpPoolsOperationsExtensions.cs (4)
138public static IPage<IpPool> List(this IIpPoolsOperations operations, string resourceGroupName, string location, ODataQuery<IpPool> odataQuery = default(ODataQuery<IpPool>))
161public static async Task<IPage<IpPool>> ListAsync(this IIpPoolsOperations operations, string resourceGroupName, string location, ODataQuery<IpPool> odataQuery = default(ODataQuery<IpPool>), CancellationToken cancellationToken = default(CancellationToken))
230public static IPage<IpPool> ListNext(this IIpPoolsOperations operations, string nextPageLink)
247public static async Task<IPage<IpPool>> ListNextAsync(this IIpPoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\IVolumesOperations.cs (2)
94Task<AzureOperationResponse<IPage<Volume>>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Volume> odataQuery = default(ODataQuery<Volume>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
116Task<AzureOperationResponse<IPage<Volume>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\LogicalNetworksOperationsExtensions.cs (4)
86public static IPage<LogicalNetwork> List(this ILogicalNetworksOperations operations, string resourceGroupName, string location, ODataQuery<LogicalNetwork> odataQuery = default(ODataQuery<LogicalNetwork>))
109public static async Task<IPage<LogicalNetwork>> ListAsync(this ILogicalNetworksOperations operations, string resourceGroupName, string location, ODataQuery<LogicalNetwork> odataQuery = default(ODataQuery<LogicalNetwork>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<LogicalNetwork> ListNext(this ILogicalNetworksOperations operations, string nextPageLink)
143public static async Task<IPage<LogicalNetwork>> ListNextAsync(this ILogicalNetworksOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\LogicalSubnetsOperationsExtensions.cs (4)
95public static IPage<LogicalSubnet> List(this ILogicalSubnetsOperations operations, string resourceGroupName, string location, string logicalNetwork, ODataQuery<LogicalSubnet> odataQuery = default(ODataQuery<LogicalSubnet>))
121public static async Task<IPage<LogicalSubnet>> ListAsync(this ILogicalSubnetsOperations operations, string resourceGroupName, string location, string logicalNetwork, ODataQuery<LogicalSubnet> odataQuery = default(ODataQuery<LogicalSubnet>), CancellationToken cancellationToken = default(CancellationToken))
138public static IPage<LogicalSubnet> ListNext(this ILogicalSubnetsOperations operations, string nextPageLink)
155public static async Task<IPage<LogicalSubnet>> ListNextAsync(this ILogicalSubnetsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\MacAddressPoolsOperationsExtensions.cs (4)
86public static IPage<MacAddressPool> List(this IMacAddressPoolsOperations operations, string resourceGroupName, string location, ODataQuery<MacAddressPool> odataQuery = default(ODataQuery<MacAddressPool>))
109public static async Task<IPage<MacAddressPool>> ListAsync(this IMacAddressPoolsOperations operations, string resourceGroupName, string location, ODataQuery<MacAddressPool> odataQuery = default(ODataQuery<MacAddressPool>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<MacAddressPool> ListNext(this IMacAddressPoolsOperations operations, string nextPageLink)
143public static async Task<IPage<MacAddressPool>> ListNextAsync(this IMacAddressPoolsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\NetworkOperationResultsOperationsExtensions.cs (4)
86public static IPage<NetworkOperationResult> List(this INetworkOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<NetworkOperationResult> odataQuery = default(ODataQuery<NetworkOperationResult>))
109public static async Task<IPage<NetworkOperationResult>> ListAsync(this INetworkOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<NetworkOperationResult> odataQuery = default(ODataQuery<NetworkOperationResult>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<NetworkOperationResult> ListNext(this INetworkOperationResultsOperations operations, string nextPageLink)
143public static async Task<IPage<NetworkOperationResult>> ListNextAsync(this INetworkOperationResultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ScaleUnitNodesOperationsExtensions.cs (4)
350public static IPage<ScaleUnitNode> List(this IScaleUnitNodesOperations operations, string resourceGroupName, string location, ODataQuery<ScaleUnitNode> odataQuery = default(ODataQuery<ScaleUnitNode>))
373public static async Task<IPage<ScaleUnitNode>> ListAsync(this IScaleUnitNodesOperations operations, string resourceGroupName, string location, ODataQuery<ScaleUnitNode> odataQuery = default(ODataQuery<ScaleUnitNode>), CancellationToken cancellationToken = default(CancellationToken))
654public static IPage<ScaleUnitNode> ListNext(this IScaleUnitNodesOperations operations, string nextPageLink)
671public static async Task<IPage<ScaleUnitNode>> ListNextAsync(this IScaleUnitNodesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ScaleUnitsOperationsExtensions.cs (4)
184public static IPage<ScaleUnit> List(this IScaleUnitsOperations operations, string resourceGroupName, string location, ODataQuery<ScaleUnit> odataQuery = default(ODataQuery<ScaleUnit>))
207public static async Task<IPage<ScaleUnit>> ListAsync(this IScaleUnitsOperations operations, string resourceGroupName, string location, ODataQuery<ScaleUnit> odataQuery = default(ODataQuery<ScaleUnit>), CancellationToken cancellationToken = default(CancellationToken))
322public static IPage<ScaleUnit> ListNext(this IScaleUnitsOperations operations, string nextPageLink)
339public static async Task<IPage<ScaleUnit>> ListNextAsync(this IScaleUnitsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\SlbMuxInstancesOperationsExtensions.cs (4)
86public static IPage<SlbMuxInstance> List(this ISlbMuxInstancesOperations operations, string resourceGroupName, string location, ODataQuery<SlbMuxInstance> odataQuery = default(ODataQuery<SlbMuxInstance>))
109public static async Task<IPage<SlbMuxInstance>> ListAsync(this ISlbMuxInstancesOperations operations, string resourceGroupName, string location, ODataQuery<SlbMuxInstance> odataQuery = default(ODataQuery<SlbMuxInstance>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<SlbMuxInstance> ListNext(this ISlbMuxInstancesOperations operations, string nextPageLink)
143public static async Task<IPage<SlbMuxInstance>> ListNextAsync(this ISlbMuxInstancesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\StorageOperationResultsOperationsExtensions.cs (4)
86public static IPage<StorageOperationResult> List(this IStorageOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<StorageOperationResult> odataQuery = default(ODataQuery<StorageOperationResult>))
109public static async Task<IPage<StorageOperationResult>> ListAsync(this IStorageOperationResultsOperations operations, string resourceGroupName, string location, ODataQuery<StorageOperationResult> odataQuery = default(ODataQuery<StorageOperationResult>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<StorageOperationResult> ListNext(this IStorageOperationResultsOperations operations, string nextPageLink)
143public static async Task<IPage<StorageOperationResult>> ListNextAsync(this IStorageOperationResultsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\StorageSubSystemsOperationsExtensions.cs (4)
95public static IPage<StorageSubSystem> List(this IStorageSubSystemsOperations operations, string resourceGroupName, string location, string scaleUnit, ODataQuery<StorageSubSystem> odataQuery = default(ODataQuery<StorageSubSystem>))
121public static async Task<IPage<StorageSubSystem>> ListAsync(this IStorageSubSystemsOperations operations, string resourceGroupName, string location, string scaleUnit, ODataQuery<StorageSubSystem> odataQuery = default(ODataQuery<StorageSubSystem>), CancellationToken cancellationToken = default(CancellationToken))
138public static IPage<StorageSubSystem> ListNext(this IStorageSubSystemsOperations operations, string nextPageLink)
155public static async Task<IPage<StorageSubSystem>> ListNextAsync(this IStorageSubSystemsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\VolumesOperations.cs (4)
314public async Task<AzureOperationResponse<IPage<Volume>>> ListWithHttpMessagesAsync(string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Volume> odataQuery = default(ODataQuery<Volume>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
467var _result = new AzureOperationResponse<IPage<Volume>>();
526public async Task<AzureOperationResponse<IPage<Volume>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
640var _result = new AzureOperationResponse<IPage<Volume>>();
Generated\VolumesOperationsExtensions.cs (4)
104public static IPage<Volume> List(this IVolumesOperations operations, string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Volume> odataQuery = default(ODataQuery<Volume>))
133public static async Task<IPage<Volume>> ListAsync(this IVolumesOperations operations, string resourceGroupName, string location, string scaleUnit, string storageSubSystem, ODataQuery<Volume> odataQuery = default(ODataQuery<Volume>), CancellationToken cancellationToken = default(CancellationToken))
150public static IPage<Volume> ListNext(this IVolumesOperations operations, string nextPageLink)
167public static async Task<IPage<Volume>> ListNextAsync(this IVolumesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.AzureStack.Management.InfrastructureInsights.Admin (50)
Generated\AlertsOperationsExtensions.cs (4)
40public static IPage<Alert> List(this IAlertsOperations operations, string resourceGroupName, string location, ODataQuery<Alert> odataQuery = default(ODataQuery<Alert>))
63public static async Task<IPage<Alert>> ListAsync(this IAlertsOperations operations, string resourceGroupName, string location, ODataQuery<Alert> odataQuery = default(ODataQuery<Alert>), CancellationToken cancellationToken = default(CancellationToken))
270public static IPage<Alert> ListNext(this IAlertsOperations operations, string nextPageLink)
287public static async Task<IPage<Alert>> ListNextAsync(this IAlertsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ResourceHealthsOperationsExtensions.cs (4)
43public static IPage<ResourceHealth> List(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, ODataQuery<ResourceHealth> odataQuery = default(ODataQuery<ResourceHealth>))
69public static async Task<IPage<ResourceHealth>> ListAsync(this IResourceHealthsOperations operations, string resourceGroupName, string location, string serviceRegistrationId, ODataQuery<ResourceHealth> odataQuery = default(ODataQuery<ResourceHealth>), CancellationToken cancellationToken = default(CancellationToken))
144public static IPage<ResourceHealth> ListNext(this IResourceHealthsOperations operations, string nextPageLink)
161public static async Task<IPage<ResourceHealth>> ListNextAsync(this IResourceHealthsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ServiceHealthsOperationsExtensions.cs (4)
40public static IPage<ServiceHealth> List(this IServiceHealthsOperations operations, string resourceGroupName, string location, ODataQuery<ServiceHealth> odataQuery = default(ODataQuery<ServiceHealth>))
63public static async Task<IPage<ServiceHealth>> ListAsync(this IServiceHealthsOperations operations, string resourceGroupName, string location, ODataQuery<ServiceHealth> odataQuery = default(ODataQuery<ServiceHealth>), CancellationToken cancellationToken = default(CancellationToken))
126public static IPage<ServiceHealth> ListNext(this IServiceHealthsOperations operations, string nextPageLink)
143public static async Task<IPage<ServiceHealth>> ListNextAsync(this IServiceHealthsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.AzureStack.Management.KeyVault.Admin (10)
Microsoft.AzureStack.Management.Network.Admin (30)
Microsoft.AzureStack.Management.Storage.Admin (10)
Generated\StorageAccountsOperationsExtensions.cs (4)
39public static IPage<StorageAccount> List(this IStorageAccountsOperations operations, string location, string filter = default(string), bool? summary = default(bool?))
62public static async Task<IPage<StorageAccount>> ListAsync(this IStorageAccountsOperations operations, string location, string filter = default(string), bool? summary = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
277public static IPage<StorageAccount> ListNext(this IStorageAccountsOperations operations, string nextPageLink)
294public static async Task<IPage<StorageAccount>> ListNextAsync(this IStorageAccountsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.AzureStack.Management.Subscription (20)
Microsoft.AzureStack.Management.Subscriptions.Admin (90)
Generated\IOffersOperations.cs (4)
44Task<AzureOperationResponse<IPage<Offer>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<Offer>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
269Task<AzureOperationResponse<IPage<Offer>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
291Task<AzureOperationResponse<IPage<Offer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\IPlansOperations.cs (4)
44Task<AzureOperationResponse<IPage<Plan>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
66Task<AzureOperationResponse<IPage<Plan>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
213Task<AzureOperationResponse<IPage<Plan>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
235Task<AzureOperationResponse<IPage<Plan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Generated\OffersOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Offer>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<Offer>>();
258public async Task<AzureOperationResponse<IPage<Offer>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
386var _result = new AzureOperationResponse<IPage<Offer>>();
1856public async Task<AzureOperationResponse<IPage<Offer>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1970var _result = new AzureOperationResponse<IPage<Offer>>();
2029public async Task<AzureOperationResponse<IPage<Offer>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
2143var _result = new AzureOperationResponse<IPage<Offer>>();
Generated\OffersOperationsExtensions.cs (8)
30public static IPage<Offer> ListAll(this IOffersOperations operations)
44public static async Task<IPage<Offer>> ListAllAsync(this IOffersOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<Offer> List(this IOffersOperations operations, string resourceGroupName)
78public static async Task<IPage<Offer>> ListAsync(this IOffersOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
390public static IPage<Offer> ListAllNext(this IOffersOperations operations, string nextPageLink)
407public static async Task<IPage<Offer>> ListAllNextAsync(this IOffersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
424public static IPage<Offer> ListNext(this IOffersOperations operations, string nextPageLink)
441public static async Task<IPage<Offer>> ListNextAsync(this IOffersOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\PlansOperations.cs (8)
77public async Task<AzureOperationResponse<IPage<Plan>>> ListAllWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
199var _result = new AzureOperationResponse<IPage<Plan>>();
258public async Task<AzureOperationResponse<IPage<Plan>>> ListWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
386var _result = new AzureOperationResponse<IPage<Plan>>();
1436public async Task<AzureOperationResponse<IPage<Plan>>> ListAllNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1550var _result = new AzureOperationResponse<IPage<Plan>>();
1609public async Task<AzureOperationResponse<IPage<Plan>>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1723var _result = new AzureOperationResponse<IPage<Plan>>();
Generated\PlansOperationsExtensions.cs (8)
30public static IPage<Plan> ListAll(this IPlansOperations operations)
44public static async Task<IPage<Plan>> ListAllAsync(this IPlansOperations operations, CancellationToken cancellationToken = default(CancellationToken))
61public static IPage<Plan> List(this IPlansOperations operations, string resourceGroupName)
78public static async Task<IPage<Plan>> ListAsync(this IPlansOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
298public static IPage<Plan> ListAllNext(this IPlansOperations operations, string nextPageLink)
315public static async Task<IPage<Plan>> ListAllNextAsync(this IPlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
332public static IPage<Plan> ListNext(this IPlansOperations operations, string nextPageLink)
349public static async Task<IPage<Plan>> ListNextAsync(this IPlansOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.AzureStack.Management.Update.Admin (20)
Generated\UpdateRunsOperationsExtensions.cs (4)
39public static IPage<UpdateRun> List(this IUpdateRunsOperations operations, string resourceGroupName, string updateLocation, string updateName)
62public static async Task<IPage<UpdateRun>> ListAsync(this IUpdateRunsOperations operations, string resourceGroupName, string updateLocation, string updateName, CancellationToken cancellationToken = default(CancellationToken))
180public static IPage<UpdateRun> ListNext(this IUpdateRunsOperations operations, string nextPageLink)
197public static async Task<IPage<UpdateRun>> ListNextAsync(this IUpdateRunsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.CustomProviders (30)
Generated\CustomResourceProviderOperations.cs (8)
526public async Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
649var _result = new AzureOperationResponse<IPage<CustomRPManifest>>();
705public async Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
822var _result = new AzureOperationResponse<IPage<CustomRPManifest>>();
1293public async Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1402var _result = new AzureOperationResponse<IPage<CustomRPManifest>>();
1461public async Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
1570var _result = new AzureOperationResponse<IPage<CustomRPManifest>>();
Generated\CustomResourceProviderOperationsExtensions.cs (8)
208public static IPage<CustomRPManifest> ListByResourceGroup(this ICustomResourceProviderOperations operations, string resourceGroupName)
225public static async Task<IPage<CustomRPManifest>> ListByResourceGroupAsync(this ICustomResourceProviderOperations operations, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
239public static IPage<CustomRPManifest> ListBySubscription(this ICustomResourceProviderOperations operations)
253public static async Task<IPage<CustomRPManifest>> ListBySubscriptionAsync(this ICustomResourceProviderOperations operations, CancellationToken cancellationToken = default(CancellationToken))
355public static IPage<CustomRPManifest> ListByResourceGroupNext(this ICustomResourceProviderOperations operations, string nextPageLink)
372public static async Task<IPage<CustomRPManifest>> ListByResourceGroupNextAsync(this ICustomResourceProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
389public static IPage<CustomRPManifest> ListBySubscriptionNext(this ICustomResourceProviderOperations operations, string nextPageLink)
406public static async Task<IPage<CustomRPManifest>> ListBySubscriptionNextAsync(this ICustomResourceProviderOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
Generated\ICustomResourceProviderOperations.cs (4)
152Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
171Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListBySubscriptionWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
244Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
266Task<AzureOperationResponse<IPage<CustomRPManifest>>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
NetApp.Tests (6)
ResourceTests\VolumeTests.cs (6)
65var volumesBefore = netAppMgmtClient.Volumes.List(ResourceUtils.resourceGroup, ResourceUtils.accountName1, ResourceUtils.poolName1);
70var volumesAfter = netAppMgmtClient.Volumes.List(ResourceUtils.resourceGroup, ResourceUtils.accountName1, ResourceUtils.poolName1);
98var volumesBefore = netAppMgmtClient.Volumes.List(ResourceUtils.resourceGroup, ResourceUtils.accountName1, ResourceUtils.poolName1);
103var volumesAfter = netAppMgmtClient.Volumes.List(ResourceUtils.resourceGroup, ResourceUtils.accountName1, ResourceUtils.poolName1);
125var volumes = netAppMgmtClient.Volumes.List(ResourceUtils.resourceGroup, ResourceUtils.accountName1, ResourceUtils.poolName1);
597var volumesPage = netAppMgmtClient.Volumes.List("sara-systemic", "Sara-Systemic-NA", "Sara-Systemic-CP");
Network.Admin.Tests (15)
src\Helpers\Common.cs (10)
93public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
94var curr = start;
117public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null)
148public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null)
228public static T GetFirst<T>(this IPage<T> page) where T : class {
247public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext)
Network.Tests (69)
NotificationHubs.Tests (4)
Peering.Tests (11)
PolicyInsights.Tests (57)
PolicyInsightsTests.cs (46)
52private void ValidatePolicyEventsQueryResults(IPage<PolicyEvent> queryResults)
89private void ValidatePolicyStatesQueryResults(IPage<PolicyState> queryResults, bool expandPolicyEvaluationDetails = false)
236var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForManagementGroup(
242var secondPolicyEventsPage = policyInsightsClient.PolicyEvents.ListQueryResultsForManagementGroupNext(nextPageLink: queryResults.NextPageLink);
253var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForSubscription(SubscriptionId, DefaultQueryOptions);
264var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForResourceGroup(SubscriptionId, ResourceGroupName, DefaultQueryOptions);
275var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForResource(ResourceId, DefaultQueryOptions);
286var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForPolicySetDefinition(SubscriptionId, PolicySetDefinitionName, DefaultQueryOptions);
297var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForPolicyDefinition(SubscriptionId, PolicyDefinitionName, DefaultQueryOptions);
308var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForSubscriptionLevelPolicyAssignment(SubscriptionId, PolicyAssignmentName, DefaultQueryOptions);
319var queryResults = policyInsightsClient.PolicyEvents.ListQueryResultsForResourceGroupLevelPolicyAssignment(SubscriptionId, ResourceGroupName, PolicyAssignmentName, DefaultQueryOptions);
334var policyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroup(
341var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroupNext(nextPageLink: policyStatesPage.NextPageLink);
352var policyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(
359var nextpolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: policyStatesPage.NextPageLink);
370var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResourceGroup(PolicyStatesResource.Latest, SubscriptionId, ResourceGroupName, DefaultQueryOptions);
381var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResource(PolicyStatesResource.Latest, ResourceId, DefaultQueryOptions);
392var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResource(PolicyStatesResource.Latest, ResourceId, new QueryOptions { Top = 10, Expand = "PolicyEvaluationDetails", Filter = $"policyAssignmentId eq '/subscriptions/{SubscriptionId}/providers/Microsoft.Authorization/policyAssignments/{PolicyAssignmentName}' and resourceId eq '{ResourceId}'" });
403var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForPolicySetDefinition(PolicyStatesResource.Latest, SubscriptionId, PolicySetDefinitionName, DefaultQueryOptions);
414var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForPolicyDefinition(PolicyStatesResource.Latest, SubscriptionId, PolicyDefinitionName, DefaultQueryOptions);
425var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionLevelPolicyAssignment(PolicyStatesResource.Latest, SubscriptionId, PolicyAssignmentName, DefaultQueryOptions);
436var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResourceGroupLevelPolicyAssignment(PolicyStatesResource.Latest, SubscriptionId, ResourceGroupName, PolicyAssignmentName, DefaultQueryOptions);
451var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroup(PolicyStatesResource.Default, ManagementGroupName, DefaultQueryOptions);
454var policyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroup(
461var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroupNext(nextPageLink: policyStatesPage.NextPageLink);
464var thirdPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForManagementGroupNext(nextPageLink: secondPolicyStatesPage.NextPageLink);
475var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Default, SubscriptionId, DefaultQueryOptions);
486var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResourceGroup(PolicyStatesResource.Default, SubscriptionId, ResourceGroupName, DefaultQueryOptions);
497var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResource(PolicyStatesResource.Default, ResourceId, DefaultQueryOptions);
508var queryResults = policyInsightsClient
529var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForPolicySetDefinition(PolicyStatesResource.Default, SubscriptionId, PolicySetDefinitionName, DefaultQueryOptions);
540var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForPolicyDefinition(PolicyStatesResource.Default, SubscriptionId, PolicyDefinitionName, DefaultQueryOptions);
551var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionLevelPolicyAssignment(PolicyStatesResource.Default, SubscriptionId, PolicyAssignmentName, DefaultQueryOptions);
562var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForResourceGroupLevelPolicyAssignment(PolicyStatesResource.Default, SubscriptionId, ResourceGroupName, PolicyAssignmentName, DefaultQueryOptions);
694var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
698var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: queryResults.NextPageLink);
710var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
714var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: queryResults.NextPageLink);
726var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
745var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
749var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: queryResults.NextPageLink);
761var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
765var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: queryResults.NextPageLink);
777var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
786var secondPolicyStatesPage = policyInsightsClient.PolicyStates.ListQueryResultsForSubscriptionNext(nextPageLink: queryResults.NextPageLink);
798var queryResults = policyInsightsClient.PolicyStates.ListQueryResultsForSubscription(PolicyStatesResource.Latest, SubscriptionId, queryOptions);
RemediationsTests.cs (9)
133var deployments = policyInsightsClient.Remediations.ListDeploymentsAtSubscription(subscriptionId: SubscriptionId, remediationName: remediationName);
175var remediationPage = policyInsightsClient.Remediations.ListForSubscription(subscriptionId: SubscriptionId, queryOptions: new QueryOptions(top: 5));
180var nextRemediationsPage = policyInsightsClient.Remediations.ListForSubscriptionNext(nextPageLink: remediationPage.NextPageLink);
185var deploymentsPage = policyInsightsClient.Remediations.ListDeploymentsAtSubscription(subscriptionId: SubscriptionId, remediationName: RemediationName, queryOptions: new QueryOptions(top: 3));
190var nextDeploymentsPage = policyInsightsClient.Remediations.ListDeploymentsAtSubscriptionNext(nextPageLink: deploymentsPage.NextPageLink);
229var deployments = policyInsightsClient.Remediations.ListDeploymentsAtResourceGroup(subscriptionId: SubscriptionId, resourceGroupName: ResourceGroupName, remediationName: remediationName);
293var deployments = policyInsightsClient.Remediations.ListDeploymentsAtResource(resourceId: IndividualResourceId, remediationName: remediationName);
357var deployments = policyInsightsClient.Remediations.ListDeploymentsAtManagementGroup(managementGroupId: ManagementGroupName, remediationName: remediationName);
417var deployments = policyInsightsClient.Remediations.ListDeploymentsAtResourceGroup(subscriptionId: SubscriptionId, resourceGroupName: ResourceGroupName, remediationName: remediationName);
PowerBIDedicated.Tests (2)
Quantum.Tests (6)
RecoveryServices.Backup.Tests (7)
RecoveryServices.SiteRecovery.Tests (26)
RecoveryServices.Tests (1)
RedisCache.Tests (13)
Relay.Tests (16)
Resource.Tests (78)
InMemoryTests\DeploymentTests.InMemory.cs (8)
269var result = client.DeploymentOperations.List("foo", "bar", null);
302var result = client.DeploymentOperations.List("foo", "bar", null);
384var result = client.DeploymentOperations.List("foo", "bar", null);
438var result = client.DeploymentOperations.List("foo", "bar", null);
911var result = client.Deployments.ListByResourceGroup("foo");
1018var result = client.Deployments.ListByResourceGroup("foo", new ODataQuery<DeploymentExtendedFilter>(d => d.ProvisioningState == "Succeeded") { Top = 10 });
1134var result = client.Deployments.ListByResourceGroup("foo", new ODataQuery<DeploymentExtendedFilter>(d => d.ProvisioningState == "Succeeded") { Top = 10 });
1168var result = client.Deployments.ListByResourceGroup("foo");
ScenarioTests\DeploymentTests.ScenarioTests.cs (11)
145var deploymentListResult = client.Deployments.ListByResourceGroup(groupName, null);
197var deploymentListResult = client.Deployments.ListByResourceGroup(groupName, null);
396var operations = client.DeploymentOperations.List(groupName, deploymentName, null);
452var operations = client.DeploymentOperations.List(groupName, deploymentName, null);
490var deploymentListResult = client.Deployments.ListByResourceGroup(groupName, new ODataQuery<DeploymentExtendedFilter>(d => d.ProvisioningState == "Running"));
541var operations = client.DeploymentOperations.List(groupName, deploymentName, null);
673var deploymentOperations = client.DeploymentOperations.ListAtTenantScope(deploymentName);
717var deploymentOperations = client.DeploymentOperations.ListAtScope(scope: "", deploymentName: deploymentName);
764var deploymentOperations = client.DeploymentOperations.ListAtScope(scope: managementGroupScope, deploymentName: deploymentName);
813var deploymentOperations = client.DeploymentOperations.ListAtScope(scope: subscriptionScope, deploymentName: deploymentName);
861var deploymentOperations = client.DeploymentOperations.ListAtScope(scope: resourceGroupScope, deploymentName: deploymentName);
ScenarioTests\PolicyTests.ScenarioTests.cs (25)
60var listResult = client.PolicyDefinitions.List();
121var listResult = client.PolicyDefinitions.List();
177var listResult = client.PolicySetDefinitions.List();
303var listResult = client.PolicyAssignments.List();
382var assignments = client.PolicyAssignments.ListForResourceGroup(resourceGroupName);
430var assignments = client.PolicyAssignments.ListForResource(resourceGroup.Name, "", "", resource.Type, resource.Name);
500var listResult = client.PolicyExemptions.List();
571var listResult = client.PolicyDefinitions.ListByManagementGroup(managementGroup.Name);
634var listResult = client.PolicySetDefinitions.ListByManagementGroup(managementGroup.Name);
785var listResult = client.PolicyExemptions.ListForManagementGroup(managementGroupName, @"atScope()");
1050var allBuiltIn = client.PolicyDefinitions.ListBuiltIn();
1073var allBuiltIns = client.PolicyDefinitions.ListBuiltIn();
1082var allBuiltIn2 = client.PolicyDefinitions.ListBuiltIn();
1100var allBuiltIn = client.PolicySetDefinitions.ListBuiltIn();
1133var allBuiltIn = client.PolicySetDefinitions.ListBuiltIn();
1142var allBuiltIn2 = client.PolicySetDefinitions.ListBuiltIn();
1239var allManagementGroups = client.ManagementGroups.List();
1346private void AssertInList(PolicyClient client, string policyName, PolicyDefinition model, IPage<PolicyDefinition> listResult)
1370var listResult = client.PolicyDefinitions.List();
1377var listResult = client.PolicyDefinitions.ListByManagementGroup(managementGroupName);
1461private void AssertInList(PolicyClient client, string policySetName, PolicySetDefinition model, IPage<PolicySetDefinition> listResult)
1485var listResult = client.PolicySetDefinitions.List();
1492var listResult = client.PolicySetDefinitions.ListByManagementGroup(managementGroupName);
1556private void AssertInList(PolicyClient client, string assignmentName, PolicyAssignment model, IPage<PolicyAssignment> listResult)
1581private void AssertInList(string exemptionName, PolicyExemption model, IPage<PolicyExemption> listResult)
Scheduler.Test (14)
ScenarioTests\JobTests.Scenario.cs (8)
1595var disabledJob = client.Jobs.List(resourceGroupName, jobCollectionName, new ODataQuery<JobStateFilter>(filter => filter.State == JobState.Disabled) { Top = 5 });
1600var enabledJob = client.Jobs.List(resourceGroupName, jobCollectionName, new ODataQuery<JobStateFilter>(filter => filter.State == JobState.Enabled) { Top = 5 });
1605var listResult = client.Jobs.List(resourceGroupName, jobCollectionName);
1643var completedHistories = client.Jobs.ListJobHistory(resourceGroupName, existingJobCollectionName, existingJobName, new ODataQuery<JobHistoryFilter>(filter => filter.Status == JobExecutionStatus.Completed));
1648var failedHistories = client.Jobs.ListJobHistory(resourceGroupName, existingJobCollectionName, existingJobName, new ODataQuery<JobHistoryFilter>(filter => filter.Status == JobExecutionStatus.Failed));
1653var listTopResult = client.Jobs.ListJobHistory(resourceGroupName, existingJobCollectionName, existingJobName, new ODataQuery<JobHistoryFilter> { Top = 5 });
1654var listSkipResult = client.Jobs.ListJobHistory(resourceGroupName, existingJobCollectionName, existingJobName, new ODataQuery<JobHistoryFilter> { Top = 5, Skip = 5 });
1655var listResult = client.Jobs.ListJobHistory(resourceGroupName, existingJobCollectionName, existingJobName);
Search.Management.Tests (6)
ServerManagement.Tests (4)
ServiceFabric.Test (9)
SignalR.Tests (2)
Sql.Tests (46)
SyncGroupScenarioTests.cs (3)
68IPage<SyncGroup> listSyncGroups = sqlClient.SyncGroups.ListByDatabase(resourceGroup.Name, server.Name, testDatabaseName);
99IPage<SyncFullSchemaProperties> listHubSchemas = sqlClient.SyncGroups.ListHubSchemas(resourceGroup.Name, server.Name, testDatabaseName, syncGroupName);
107IPage<SyncGroupLogProperties> listLogs = sqlClient.SyncGroups.ListLogs(resourceGroup.Name, server.Name, testDatabaseName, syncGroupName, startTime, endTime, logType);
SqlVirtualMachine.Tests (5)
Storage.Admin.Tests (13)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
Storage.Tests (12)
StorSimple1200Series.Tests (12)
StorSimple8000Series.Tests (23)
Subscription.Tests (12)
src\Helpers\Common.cs (12)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
264public static T GetFirst<T>(this IPage<T> page) where T : class {
284public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
292public static void ForEach<T>(this IPage<T> page, Func<string,IPage<T>> next, Action<T> action ) {
Subscriptions.Admin.Tests (27)
src\Helpers\Common.cs (12)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
264public static T GetFirst<T>(this IPage<T> page) where T : class {
284public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
292public static void ForEach<T>(this IPage<T> page, Func<string,IPage<T>> next, Action<T> action ) {
Update.Admin.Tests (16)
src\Helpers\Common.cs (10)
119public static void MapOverIPage<T>(IPage<T> start, Func<string, IPage<T>> getNext, Action<T> action = default(Action<T>)) {
120var curr = start;
143public static void WriteIPagesToFile<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.String filename, Func<T, string> toString = null) {
172public static void WriteIPagesToStream<T>(IPage<T> start, Func<string, IPage<T>> getNext, System.IO.Stream stream, Func<T, string> toString = null) {
251public static T GetFirst<T>(this IPage<T> page) where T : class {
271public static IList<T> PageToList<T>(this IPage<T> start, Func<string, IPage<T>> getNext) {
WorkloadMonitor.Tests (17)
ScenarioTests\MonitorsTests.cs (15)
43IPage<HealthMonitor> monitorListResult = workloadMonitorClient.HealthMonitors.List(subId, rgName, providerName, resourceCollectionName, resourceName);
63IPage<HealthMonitor> monitorListResult = workloadMonitorClient.HealthMonitors.List(subId, rgName, providerName, resourceCollectionName, resourceName, default, expandConfiguration);
83IPage<HealthMonitor> monitorListResult = workloadMonitorClient.HealthMonitors.List(subId, rgName, providerName, resourceCollectionName, resourceName, default, expandConfiguration);
103IPage<HealthMonitor> monitorListResult = workloadMonitorClient.HealthMonitors.List(subId, rgName, providerName, resourceCollectionName, resourceName, default, expandConfiguration);
124IPage<HealthMonitor> monitorListResult = workloadMonitorClient.HealthMonitors.List(subId, rgName, providerName, resourceCollectionName, resourceName, filterForRoot);
230IPage<HealthMonitorStateChange> monitorHistoryResult = workloadMonitorClient.HealthMonitors.ListStateChanges(subId, rgName, providerName, resourceCollectionName, resourceName, monitorId);
252IPage<HealthMonitorStateChange> monitorHistoryResult = workloadMonitorClient.HealthMonitors.ListStateChanges(subId, rgName, providerName, resourceCollectionName, resourceName, monitorId, onlyHbFilter);
274IPage<HealthMonitorStateChange> monitorHistoryResult = workloadMonitorClient.HealthMonitors.ListStateChanges(subId, rgName, providerName, resourceCollectionName, resourceName, monitorId, noHbFilter);
327private static void CheckListedMonitors(IPage<HealthMonitor> monitorListResult)
352private static void CheckListedMonitorsExpandConfig(IPage<HealthMonitor> monitorListResult)
364private static void CheckListedMonitorsExpandEvidence(IPage<HealthMonitor> monitorListResult)
376private static void CheckListedMonitorsExpandConfigAndEvidence(IPage<HealthMonitor> monitorListResult)
388private static void CheckMonitorHistory(IPage<HealthMonitorStateChange> monitorHistoryResult, string expectedName)
399private static void CheckMonitorHistoryNoHeartbeats(IPage<HealthMonitorStateChange> monitorHistoryResult, string expectedName)
411private static void CheckMonitorHistoryOnlyHeartbeats(IPage<HealthMonitorStateChange> monitorHistoryResult, string expectedName)